William Grant
55f5cf5c9b
feat: added quit modal
...
when going back during critical onboarding steps it's better to restart the app entirely
10 months ago
William Grant
8e5ac58bc1
fix: properly type button and input ref
11 months ago
William Grant
2e2f526405
feat: added aria label support to buttons
11 months ago
William Grant
fe64b26012
feat: improved about screen info
...
more info and copy to clipboard
11 months ago
William Grant
33b68a2123
feat: created copy to clipboard button
11 months ago
William Grant
76f5ad1322
feat: consolidate remaining sessioneditable instances
...
fix styles for other overlays
1 year ago
William Grant
5cda16d845
fix: renamed button modal-confirm to ghost
...
moved SessionButton defaults into component
1 year ago
William Grant
bc196286bc
Merge branch 'unstable' into feat/ses-1560/unit-tests
1 year ago
William Grant
e8e7c3a693
fix: lint fixes
1 year ago
Audric Ackermann
321478682c
fix: wrap radiobutton in buttons to focus is visible
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
131c114b24
feat: improved TermsOfServicePrivacyDialog styling
...
added new modal confirm buttons, only tested in classic dark for onboarding
1 year ago
William Grant
a098638bc0
refactor: remove unnecessary react imports
...
you don't need it from react 17
1 year ago
William Grant
8394ae25a7
fix: session button hover color fixed
3 years ago
William Grant
5ab28bb60e
refactor: rename SessionButton2 to SessionButton and remove old version
3 years ago
Audric Ackermann
ef1f634e6b
Merge remote-tracking branch 'upstream/clearnet' into menu-redesign
3 years ago
Will G
267f49ff1e
Emoji Reacts ( #2320 )
...
Add support for emoji reacts in conversations
Resolves #2375 and #1577
3 years ago
Audric Ackermann
542c704b64
feat: add search by contacts to closed group overlay
3 years ago
Audric Ackermann
28c7445dce
refactor most of the components to outside of their Session folder ( #2072 )
...
* refactor most of the components to outside of their Session folder
* finish moving overlay and memberListItem to react hook
* fix bug with kicked member len >2 not being displayed
also sort admins first in UpdateGroupMembers dialog
* fix admin leaving text of groupNotification
* add a useFocusMount hook to focus input fields on mount
* make click avatar convo item open only user dialog
* cleanup config default.json
* make sure to use convoController to build sync message
* disable showing pubkey on opengroups
* add a pause on audio playback
Fixes #2079
3 years ago