William Grant
|
208d9cc0eb
|
Merge branch 'unstable' into feat/ses-50/onboarding
|
12 months ago |
Audric Ackermann
|
53aeb63894
|
fix: focustrap activates on mount to prevent throw
|
1 year ago |
William Grant
|
0f6d80b847
|
Merge branch 'unstable' into feat/ses-50/onboarding
|
1 year ago |
Audric Ackermann
|
85c247eaf0
|
fix: focustrap when no buttons are mounted right away
|
1 year ago |
Audric Ackermann
|
b5d7a0e5e5
|
fix: no initial focus set for focustrap
|
1 year ago |
William Grant
|
bc196286bc
|
Merge branch 'unstable' into feat/ses-1560/unit-tests
|
1 year ago |
Audric Ackermann
|
3a1b811ba7
|
fix: delete locally only allowed for failed sogs message
|
1 year ago |
Audric Ackermann
|
dca7469974
|
fix: add focus trap to the selectionoverlay too
|
1 year ago |
Audric Ackermann
|
ce1dfd2875
|
fix: tab navigation in modals
|
1 year ago |
Audric Ackermann
|
40a1bb4417
|
feat: add focustrap for dialog and focus-within for buttons
|
1 year ago |
William Grant
|
fd4e1525cb
|
Merge branch 'unstable' into feat/ses-50/onboarding
|
1 year ago |
Audric Ackermann
|
53059135ee
|
fix: tsc does not overwrite workers compiled content
|
1 year ago |
William Grant
|
9be21ce879
|
Merge branch 'unstable' into feat/ses-897/steps-create-account
|
1 year ago |
Audric Ackermann
|
2a798aed92
|
fix: show timer fixed when off update
|
1 year ago |
William Grant
|
a098638bc0
|
refactor: remove unnecessary react imports
you don't need it from react 17
|
1 year ago |
William Grant
|
7abf1ccc05
|
feat: use singular delete button in multiselect
opens modal for me or for everyone, communities admins can only delete for everyone on the server
|
1 year ago |
William Grant
|
7d7133a38c
|
fix: removed messagedetail check from convoheader
we no longer need the back button
|
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
|
461a23337f
|
fix: alignment message correctly in detail view
|
1 year ago |
William Grant
|
f64f88c013
|
feat: new useDisappearingMessageSettingText hook
fixed styling on panel components
|
1 year ago |
William Grant
|
55337ebd4d
|
feat: improved dotmenu
|
1 year ago |
William Grant
|
1f52b9620b
|
feat: wip work
|
1 year ago |
William Grant
|
22b0ab5f2f
|
feat: updated panel buttons
add params to panel state to be used in future, not tested yet
|
1 year ago |
William Grant
|
0212166fcc
|
feat: moved disappearing logic to a feature folder
only moved types and timerOptions so far
|
2 years ago |
William Grant
|
cafa9d80ec
|
fix: remove all unneeded tslint comments
fixed some eslint errors
|
2 years ago |
William Grant
|
c73be8aecc
|
fix: use convoId instead of convoName in dep array
for what subtitle to show when changing convos
|
2 years ago |
William Grant
|
fa263430ae
|
fix: remove else and return early
in handleRightPanelToggle
|
2 years ago |
William Grant
|
d6cc4f9c75
|
feat: use custom hook useIsRightPanelShowing
in functional components
|
2 years ago |
William Grant
|
5dbf949bf5
|
fix: styledDot key should be more specific
|
2 years ago |
William Grant
|
bb2ffff83e
|
fix: remove options menu from convo header
in favour of right panel
|
2 years ago |
William Grant
|
dfe0f6866a
|
fix: conversationheadertitle shortens pubkey
|
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
|
6c47fd274f
|
fix: show disappearing messages subtitle in convo header
when it is toggled on
|
2 years ago |
William Grant
|
e00ea8d55f
|
fix: make sure disappearing messages is the first item in the conversation header subtitle
|
2 years ago |
William Grant
|
82bb74a9df
|
fix: header subtitle correctly supports legacy again
|
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
|
48b1dd4d95
|
fix: resolve useEffect memory leaks in header title component
|
2 years ago |
William Grant
|
c067ac9fc4
|
fix: simplified legacy support in conversationheadertitle
|
2 years ago |
William Grant
|
7342488689
|
fix: conversation header subtitles rerender on every loop
|
2 years ago |
William Grant
|
33a6380683
|
fix: more lint issues
|
2 years ago |
William Grant
|
aad3a3aba2
|
fix: resolved missing selected conversation hooks
still need to fix more issues
|
2 years ago |
Audric Ackermann
|
b5f85e029e
|
test: fix integration tests except disappearing message one
|
2 years ago |
Audric Ackermann
|
1d9279c79c
|
chore: merge conversation selectors into a single file
as the circular dependency was causing a createSelector called with
undefined issue on startup without user loggedin
|
2 years ago |
Audric Ackermann
|
4637f4609a
|
Merge remote-tracking branch 'yougotwill/disappearing_messages' into userconfig_disappearingmessage
|
2 years ago |
William Grant
|
992d3d34e4
|
fix: mispell of ConversationHeaderSubtitle
|
2 years ago |
William Grant
|
2fbee2197a
|
fix: checking the subtitle array without casting as bool will produce a string in react
|
2 years ago |
William Grant
|
dd40fba132
|
fix: remove panel-settings panel mode since it is not needed
|
2 years ago |
William Grant
|
a10822bc74
|
feat: improved robustness of changing the conversation header subtitle
the previous logic relied on the length of the subtitles array which didn't account for when it changed depending on the conversation we were on
|
2 years ago |
William Grant
|
a1a3d68e45
|
feat: added data test ids
|
2 years ago |