William Grant
78da584c02
fix: right panel settings media should not have a scroll bar
...
combined containers for messageInfoOverlay
1 year ago
Audric Ackermann
032e7640e2
chore: address pr reviews
1 year ago
Audric Ackermann
037d87349f
fix: close messageInfo when message not in redux store
1 year ago
Audric Ackermann
5f0888d144
fix: make sure all dialog "cancel" cancel the dialog
1 year ago
Audric Ackermann
571d593c38
fix: fix small ui issues after merge of multiple PRs
1 year ago
Audric Ackermann
24887dd05b
Merge branch 'feature/ses-145/leave-conversation-update' into userconfig_disappearingmessage
1 year ago
William Grant
2db67b2e00
feat: right panel container style is now a styled component
1 year ago
William Grant
3c5f0bf018
fix: only close panel when we confirm delete
...
rtl text support in panelbutton and panelradiobutton
1 year ago
William Grant
5dd62f7dd7
feat: started adding options to session confirm modal
...
for delete button in more message info
1 year ago
William Grant
e76eee5329
fix: make sure to save the attachment that is visible in the carousel
1 year ago
William Grant
4727b7ee55
fix: use space font for pubkey
1 year ago
William Grant
ab62285989
fix: improved content alignment in message info
...
increased attachment preview size to alignment with other content
1 year ago
William Grant
87db68fac8
fix: carousel dot menu alignement
...
carousel button padding
1 year ago
William Grant
129e76179b
fix: header alignment in right panel
1 year ago
William Grant
aea4fd7ad9
Merge branch 'userconfig_disappearingmessage' into feature/ses-558/more-message-information
1 year ago
Audric Ackermann
744283fc56
fix: changed some message control to not expire
...
still some to discuss with the team
1 year ago
Audric Ackermann
543c80bbe3
fix: add most of new designs (own setting) for disappear v2 messages
1 year ago
Audric Ackermann
e198d7a640
fix: do not auto switch to non-legacy on overlay opening
...
when v2 is released we don't want to auto switch the overlay right panel
anymore
1 year ago
Audric Ackermann
596d443ae8
chore: datatestid cannot start with a digit (I told you so)
2 years ago
Audric Ackermann
1a53f699b4
Revert "fix: move right panel buttons to a panelbuttongroup"
...
This reverts commit e6dd6844f9
.
2 years ago
Audric Ackermann
f796c59cef
chore: add missing accessibilityIds for menu buttons/radio
2 years ago
Audric Ackermann
e6dd6844f9
fix: move right panel buttons to a panelbuttongroup
...
also enforce a 300 min width for the right panel, otherwise the bloaded
disappearing message design is not looking good
2 years ago
William Grant
461a23337f
fix: alignment message correctly in detail view
2 years ago
William Grant
f64f88c013
feat: new useDisappearingMessageSettingText hook
...
fixed styling on panel components
2 years ago
William Grant
2631b93199
feat: load OverlayMessageInfo
2 years ago
William Grant
55337ebd4d
feat: improved dotmenu
2 years ago
William Grant
1f52b9620b
feat: wip work
2 years ago
William Grant
c9a8ea2b81
feat: removed MessageDetails and added MessageInfo
...
added other components
2 years ago
William Grant
22b0ab5f2f
feat: updated panel buttons
...
add params to panel state to be used in future, not tested yet
2 years ago
William Grant
058ab3ea7e
fix: remove unneeded handleSetTime
...
in OverlayDisappearingMessages
2 years ago
William Grant
294e38fe57
feat: extra legacy useEffects into custom hooks
...
for OverlayDisappearingMessages
2 years ago
William Grant
0212166fcc
feat: moved disappearing logic to a feature folder
...
only moved types and timerOptions so far
2 years ago
William Grant
b471900a18
feat: move timer options out of redux
2 years ago
William Grant
e66e9961e1
fix: use precasted variables for modes
...
for DisappearingMessageConversationModeType references
2 years ago
William Grant
cafa9d80ec
fix: remove all unneeded tslint comments
...
fixed some eslint errors
2 years ago
William Grant
851eca36e3
feat: use custom hook useRightOverlayMode
2 years ago
William Grant
d6cc4f9c75
feat: use custom hook useIsRightPanelShowing
...
in functional components
2 years ago
William Grant
9b8bd6fe79
fix: removed noBackgroundColor from panel buttons
2 years ago
William Grant
bea539e669
feat: when v2 is released migration legacy convos
...
use the default mode and timer value for the convo type
2 years ago
William Grant
fd73787192
feat: anyone in a group can change the setting
...
before the v2 release
2 years ago
William Grant
251f2e1d37
fix: single mode is off by default
2 years ago
William Grant
029db2d73f
refactor: useselectedconversationexpirationtype to useselectedconversationdisappearingmode
2 years ago
William Grant
250e3d0238
refactor: rename expirationType on convo to expirationMode
...
this means convo has expirationMode and messages have expirationType
2 years ago
William Grant
cd2f51684d
refactor: disappearingmessageconversationtype to disappearingmessageconversationmodetype
2 years ago
William Grant
3ba1baaa67
fix: single mode value should be off
...
if disappearing messages isnt on
2 years ago
William Grant
ab13f39a10
fix: newlines for logging
2 years ago
William Grant
3d2c1fbe78
fix: single mode should show the correct timer values
...
if a mode is invalid we return no timer options
2 years ago
William Grant
9d8cca1970
feat: convert between conversation and message model disappearing modes in key locations
...
remove disappearing messages from convo header context menu
2 years ago
William Grant
60b75a8ddf
feat: remove unlockNewModes from OverlayDisappearingMessages
...
use isDisappearMessageV2FeatureReleasedCached to set the mode to legacy strictly in the UI, created resolveLegacyDisappearingMode to change the legacy mode into the default mode for a conversation
2 years ago
William Grant
82e396dca6
feat: remove useEffect on right panel and use hook for checking is v2 is released
2 years ago