William Grant
1e815f6f41
fix: show no results text when search finds nothing
11 months ago
William Grant
dfd4631f40
feat: updated styled components and typings
...
cleaned up some extra SessionTheme declarations
11 months ago
William Grant
a098638bc0
refactor: remove unnecessary react imports
...
you don't need it from react 17
1 year ago
William Grant
22402a5f73
refactor: rename overlaymode to leftoverlaymode
1 year ago
Audric Ackermann
43badfa134
fix: virtualize list of search result so input typing is fast
2 years ago
Audric Ackermann
fed58161a0
fix: address PR reviews and optimize search results
2 years ago
Audric Ackermann
3eb629e33e
fix: cleanup convo selectors to hope to improve performances
2 years ago
Audric Ackermann
cbffc29950
fix: run tests for libsession-util integration and fix issue
2 years ago
William Grant
367c0c94d0
Merge branch 'clearnet' into theming
3 years ago
William Grant
5b44565b5f
Merge branch 'clearnet' into theming
3 years ago
Audric Ackermann
8d946da490
fix: click on toast does not close dialogs
3 years ago
Audric Ackermann
51e03cf4e5
fix: rerender loop of react list modal
...
update redux related libraries
and update imports to use the RTK ones
3 years ago
William Grant
6cd81e06f2
Merge branch 'ui-redesigns' into theming
3 years ago
Audric Ackermann
3ffc470c40
fix: address reviews comment
3 years ago
Audric Ackermann
6f0d223eb9
fix: address PR reviews
3 years ago
William Grant
05bd97df3b
refactor: created themes folder and moved SessionTheme
3 years ago
Audric Ackermann
374b71630a
feat: wrap up the new Join Community overlay
3 years ago
warrickct
ee9156d4f8
Merge clearnet into message-request-ui
3 years ago
warrickct
bc6edd7774
Adding unhiding of message request banner when receiving a new convo request.
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