Commit Graph

21 Commits

Author SHA1 Message Date
Audric Ackermann 1bdd8ca64c fix: menu positioning after upgrade of dep 2023-09-06 14:54:43 +10:00
Audric Ackermann c0ce1ede5b chore: add note for save as logic 2023-09-06 11:58:05 +10:00
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 5c64c54ed6 fix: admin actions for sogs on msg click 2023-08-23 10:56:56 +10:00
Audric Ackermann 1dd61aabeb fix: hide public admin actions on non public chats 2023-08-18 14:06:26 +10:00
Audric Ackermann 41ca0666ce chore: remove () => void for misused promises 2023-08-02 10:22:48 +02:00
Audric Ackermann d43d6abbae chore: replace tslint with eslint and fix linting issues 2023-07-26 11:26:46 +02:00
Audric Ackermann fed58161a0 fix: address PR reviews and optimize search results 2023-06-23 14:09:58 +02:00
Audric Ackermann 461b192f37 fix: mod and admin actions on message context menu for communities 2023-06-16 07:17:37 +02:00
William Grant c6af1a7468 feat: upgraded emoji-mart and added theme support 2022-09-30 13:55:38 +10:00
William Grant 131ee22099 Merge branch 'settings-redesign' into theming 2022-09-06 09:23:39 +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
William Grant 3060ffd25a test: added tests for adding and updating sogs cache entries
updated idForLogging for opengroups to be more verbose, updated reaction method calls to use exported Reactions object
2022-08-30 17:18:22 +10:00
Will G 267f49ff1e
Emoji Reacts (#2320)
Add support for emoji reacts in conversations

Resolves #2375 and #1577
2022-08-22 16:40:14 +10:00
Audric Ackermann 6f4b70e650 fix: allow non admin mods to delete message for deletion 2022-08-09 14:37:18 +10:00
Audric Ackermann 242d51ca8d
Id blinding + onionv4 + new endpoints for sogs and fileserver (#2347)
* Added Onionv4 support to file server, sogs and pn server
* Added blinded message support
* Updated endpoints for sogs and file server to remove legacy ones
2022-08-08 09:50:48 +10:00
Audric Ackermann cae4d46492
allow to save attachments even if there is multiple of them
This is a bit dirty for now

Relates #2229
2022-04-27 12:18:45 +10:00
Audric Ackermann 1ebff6b3ae
make sure reply is available to read messages
and do not handle read messages for non private convo1
2022-04-06 16:21:24 +10:00
Audric Ackermann 1c46d81a20
rename authorPhoneNumber to what ever makes more sense 2022-01-06 10:54:50 +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/conversation/message/MessageContextMenu.tsx (Browse further)