Commit graph

17 commits

Author SHA1 Message Date
William Grant
060cbd3bbf feat: added proper theming to password popup
cleaned up redundant session label options
2022-09-19 14:29:49 +10:00
William Grant
a26cbdf4c7 feat: styled settings background and password box 2022-09-19 13:39:44 +10:00
William Grant
5ab28bb60e refactor: rename SessionButton2 to SessionButton and remove old version 2022-09-16 13:43:49 +10:00
William Grant
1bb5c9752e feat: updated all modal buttons 2022-09-15 15:27:59 +10:00
Audric Ackermann
3ffc470c40 fix: address reviews comment 2022-09-12 16:02:09 +10:00
Audric Ackermann
f137cad2a0 feat: add the BlockedList component in Settings 2022-08-24 16:18:11 +10:00
Audric Ackermann
7b7a80a2dd fix: add new designs of typing message settings with animation 2022-08-22 13:21:22 +10:00
Audric Ackermann
39cbbda609 chore: move SessionToggle & SettingList to styled 2022-08-22 11:16:42 +10:00
Audric Ackermann
a0d3a00afa feat: start of settings screen redesign 2022-08-22 09:10:35 +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
ec76057c5e
Merge integration test (#2313)
* Testing playwright for Desktop automation

* add more data-testid field

* remove commited test-results

* test: skip group upkeep for now

* test: mention test create group instead of restoring from seed

* test: run on testnet

* fix: revert messagebanner unread count changes

from commit 8107d75e89

Co-authored-by: Emily <emily@oxen.io>
2022-05-17 13:22:13 +10:00
Audric Ackermann
af9d2fdfa1
get rid of libtextsecure.js and componnets.js 2022-04-14 11:18:01 +10:00
Audric Ackermann
9f8920ef2c mostly working but need to improve perfs 2022-04-04 08:53:37 +10:00
Audric Ackermann
280cc494e8 test with webpack - not working 2022-04-01 09:58:24 +11:00
Audric Ackermann
2dfd09a7b1 app kind of start background side 2022-03-31 10:22:13 +11:00
Audric Ackermann
49bae1925d
open message request reset opened convo and is a settings itself 2022-03-15 11:04:19 +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/settings/SessionSettings.tsx (Browse further)