Commit Graph

22 Commits (bf170e6e77c589b1118a7a69b83ae7e21d6a3963)

Author SHA1 Message Date
William Grant e5f1e65194 feat: added ability to save qr codes on click
recovery phrase modal ui layout is now the same as edit profile modal, fixes for yarn ready
William Grant 367c0c94d0 Merge branch 'clearnet' into theming
Audric Ackermann 4e913f1439 fix: displayName allowed length based on bytes rather than char
William Grant dda9067e01 feat: theme editprofile, onion status and seed modals
styled qr code and cleanup
William Grant 5ab28bb60e refactor: rename SessionButton2 to SessionButton and remove old version
William Grant 87b66794ed feat: updated all session buttons to use new button
small style fixes and sass cleanup
William Grant 1bb5c9752e feat: updated all modal buttons
Audric Ackermann 282e631f73 feat: add menu action and action chooser left pane option
Audric Ackermann 242d51ca8d
Id blinding + onionv4 + new endpoints for sogs and fileserver ()
* 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
Audric Ackermann ec76057c5e
Merge integration test ()
* 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>
Audric Ackermann 6bd835dfc3
move storage.js to ts
Audric Ackermann 6f5bca6660
allow more characters to be used in display name
We just deny the one used to add markers around a mentions on the
desktop client. which is ᅭ

Relates 
Audric Ackermann c7565fe7b3 Move scale/resize and attachment logic to typescript
Audric Ackermann 28c7445dce
refactor most of the components to outside of their Session folder ()
* 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 
Audric Ackermann 48e7a0e25f
Various UI fixes ()
* cleanup unused convo json fields in db

* display a toast if the user is not approved yet on call OFFER received

* enable CBR for calls

* do not update active_at on configMessage if !!active_at

* remove mkdirp dependency

* disable call button if focused convo is blocked

* quote: do not include the full body in quote, but just the first 100

* click on the edit profile qr code padding

* Allow longer input for opengroup join overlay

Fixes 

* Fix overlay feature for start new session button

* make ringing depend on redux CALL status

* turn ON read-receipt by default
Audric Ackermann 894349e710
cleanup props passing of avatar and name with a custom hook
Audric Ackermann 4ce1b7813a
add data-testid for leftpane sections and edit profile dialog
audric a30876fd65 removed the enum from SessionIconType. Just rely on the type itself
audric 8ebcb2d1e1 replace SessionIcon size enum with type
audric 7fa50b4a73 do not pass props not needed between message list components
Warrick Corfe-Tan 0c5f2f8232 changing registration component and filename.
audric 79c8fada6e move all dialogs to a subfolder