Commit Graph

20 Commits

Author SHA1 Message Date
William Grant a47e96ca34 feat: themed modal colors and making progress through different dialogs
styled inputs in modals, fixed member list item and radio button styling, fixed some borders
2022-10-05 17:52:45 +11:00
William Grant 5ab28bb60e refactor: rename SessionButton2 to SessionButton and remove old version 2022-09-16 13:43:49 +10:00
William Grant 87b66794ed feat: updated all session buttons to use new button
small style fixes and sass cleanup
2022-09-16 13:39:19 +10:00
William Grant 2d292a3582 feat: made more progress with left pane and left more comments
resolved any issues post merge of ui-redesigns
2022-09-12 17:03:32 +10:00
Audric Ackermann 282e631f73 feat: add menu action and action chooser left pane option 2022-08-19 09:53:53 +10:00
Audric Ackermann 49bae1925d
open message request reset opened convo and is a settings itself 2022-03-15 11:04:19 +11:00
warrickct 600ef86ea7 linting fixes 2022-02-25 10:59:54 +11:00
warrickct 065b8ab533 Added closing declined conversation requests if theyre open. Return to regular inbox on clear all. 2022-02-25 09:58:35 +11:00
warrickct 07533232fb Move clear all button for request to bottom of overlay panel. 2022-02-24 15:36:12 +11:00
warrickct 5888fecda4 Add confirmation dialog for clear all message requests. 2022-02-24 15:11:10 +11:00
warrickct 2258c6da4c Fixing linting errors. 2022-02-22 12:41:15 +11:00
warrickct 18a739b05b update local UI for blocking all conversations. Removing some unused vars 2022-02-22 11:41:29 +11:00
warrickct 09bcbe6139 Adding empty state for request list. 2022-02-17 18:35:58 +11:00
warrickct bc6edd7774 Adding unhiding of message request banner when receiving a new convo request. 2022-02-14 14:47:54 +11:00
warrickct ac8c4ac2eb Removing msg req feature flag. 2022-02-14 09:57:43 +11:00
warrickct d627b8e11d Requesting flow working with sending message as acceptance. 2022-02-10 16:49:56 +11:00
warrickct 2d66b1db4e Adding styling to conversation window for a message request. 2022-02-03 14:04:35 +11:00
warrickct fb862fe451 Updating message request overlay styling 2022-02-02 16:13:27 +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 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