Commit Graph

19 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 f2cddb83c8 chore: broke apart big Message selectors into smaller ones 2023-06-20 11:28:48 +02:00
Audric Ackermann d970887caa fix: bring back notification submenu to both context menu 2023-06-15 10:36:54 +02:00
Audric Ackermann 6ac4dd8db5 fix: linking allows legacy config message if one is found 2023-05-17 10:09:22 +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 bf2456df8e chore: do not store mentionedUs and unreadCount as attribute in convo 2023-03-16 10:50:31 +11:00
William Grant 7e01c9f39a feat: fixed link preview and message details styling 2022-09-27 14:40:46 +10:00
William Grant 9ee89fd099 feat: made more progress with left pane and left more comments 2022-09-12 16:36:30 +10: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 56c1a06a28 Adding rightclick accept/decline menu options for message requests. Adding hide menu item for message request banner. 2022-02-25 14:17:34 +11:00
audric 247cb7c065 cleanup dependencies 2022-01-18 15:21:36 +11:00
Audric Ackermann 580a59ba3c
refactor menu items to react components 2022-01-06 14:16:15 +11:00
Audric Ackermann abd146c4ca
use React Provider for convoListItem (#2088)
this is to avoid passing down the prop to all the components
2021-12-16 15:13:04 +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/ConversationListItemContextMenu.tsx (Browse further)