Commit Graph

32 Commits (f7d574ce20c21bc523584d7d99d88623fc4dc40c)

Author SHA1 Message Date
Audric Ackermann 452d48b36e feat: dont password protect the settings except the seed one 3 months ago
Audric Ackermann 5f0888d144 fix: make sure all dialog "cancel" cancel the dialog 4 months ago
Audric Ackermann 84deed19f9 feat: add block msg requests from sogs 10 months ago
Audric Ackermann c796afe4c8 Merge remote-tracking branch 'upstream/unstable' into integration_tests_2 11 months ago
Emily b7e0d08a25 Adds data-testid to toggle to enable read receipts 11 months ago
Audric Ackermann d43d6abbae chore: replace tslint with eslint and fix linting issues 11 months ago
Audric Ackermann 0e286142f1 chore: add a redux settings slice, currently outdated banner inc 1 year ago
tomobre c5a8b257cc fix: move line of forceupdate 1 year ago
tomobre 18639ad8fd fix: remove space 1 year ago
tomobre 77f0138d49 fix: review changes #2, refactorised toggleLinkPreviews function 1 year ago
tomobre 138d8da676 fix: function outside component, refactorised toggleLinkPreviews function 1 year ago
tomobre f6ec4e8062 fix: on cancel link preview toggle, toggle stays off 1 year ago
Audric Ackermann ec5f3307ac test: fix integration tests 2 years ago
William Grant 0d10667d6e feat: updated settings password modal 2 years ago
William Grant 5ab28bb60e refactor: rename SessionButton2 to SessionButton and remove old version 2 years ago
William Grant 9876e8824c feat: settings page now uses new session button 2 years ago
Audric Ackermann e09e38911f refactor: fix PR reviews 2 years ago
Audric Ackermann 13bf0e073d feat: update design of the Notification Settings screen
the preview button is not linked yet
2 years ago
Audric Ackermann 7b7a80a2dd fix: add new designs of typing message settings with animation 2 years ago
Audric Ackermann 0e65b667a8 chore: move onion dialog components to styled 2 years ago
Audric Ackermann a0d3a00afa feat: start of settings screen redesign 2 years ago
Audric Ackermann 3713e95a9f
feat: ask user for opengroup pruning on/off 2 years ago
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>
2 years ago
Audric Ackermann fe57531797 Sesion 1.8.4 with calls enabled 2 years ago
Audric Ackermann 49bae1925d
open message request reset opened convo and is a settings itself 2 years ago
warrickct 821f4d73ff Merge branch 'clearnet' into msg-request-ui-2 2 years ago
Audric Ackermann 3fed22048b
rename a few loki to session 2 years ago
warrickct bc6edd7774 Adding unhiding of message request banner when receiving a new convo request. 2 years ago
warrickct 7223fc067f Adding ability to view requests from settings. 2 years ago
warrickct ac8c4ac2eb Removing msg req feature flag. 2 years ago
Audric Ackermann dd52ad336f
use variables for common settings key
also turn off typing message by default
3 years ago
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
3 years ago