Commit Graph

16 Commits

Author SHA1 Message Date
Audric Ackermann 9199c7b529 fix: fix save as menu item + bump react-contexify to 6.0.0 2023-09-06 11:51:37 +10:00
Audric Ackermann d43d6abbae chore: replace tslint with eslint and fix linting issues 2023-07-26 11:26:46 +02:00
Audric Ackermann d970887caa fix: bring back notification submenu to both context menu 2023-06-15 10:36:54 +02:00
Audric Ackermann b826dfd62b fix: add copy pubkey on the triple dots menu too 2023-05-16 10:40:21 +10:00
Audric Ackermann 4d0e79f195 fix: legacy group with wrapper and disable right click while searching 2023-05-12 11:42:46 +10:00
Audric Ackermann 2a4bbbd587 feat: add the deleteContact and deleteConversation only menu items 2023-05-10 13:40:46 +10:00
Audric Ackermann 55a2767fce feat: do not approve a convo before sending the first message
but still sync it's state through the createdAt with libsession util
2023-04-06 16:11:36 +10:00
Audric Ackermann faeb95fefd feat: add block/decline logic to msg request & wrapper 2023-04-06 14:07:50 +10:00
Audric Ackermann 0050352470 chore: move selected convo selectors to another file 2023-03-24 16:48:50 +11:00
William Grant 5b44565b5f Merge branch 'clearnet' into theming 2022-10-12 16:49:43 +11:00
Audric Ackermann 51e03cf4e5 fix: rerender loop of react list modal
update redux related libraries
and update imports to use the RTK ones
2022-10-06 15:35:26 +11:00
William Grant 2d23d3d850 refactor: finished converting sass colors in _session.scss
moved react-contextify overwrites to styled compeonts, consolidated some grays and semanic colors, for rgba colors we need to set css variables with RGB values since nothing else is supported
2022-09-05 15:09:02 +10:00
warrickct 61cdae7622 Remove disappearing messages from convo header menu, added accept and decline menu options. 2022-03-02 12:45:51 +11:00
Audric Ackermann 580a59ba3c
refactor menu items to react components 2022-01-06 14:16:15 +11:00
Audric Ackermann 38325215e6
Unban UI (#2091)
* adding basic functionaliy for unbanning a user

* merge ban and unban user dialog in to one dialog

Co-authored-by: warrickct <warrickct@gmail.com>
2021-12-16 15:04:26 +11:00
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
2021-12-14 15:15:12 +11:00
Renamed from ts/components/session/menu/ConversationHeaderMenu.tsx (Browse further)