Commit Graph

15 Commits (53059135eefd20b349bbbc7fa959b0b9c6f61d2a)

Author SHA1 Message Date
Audric Ackermann 53059135ee fix: tsc does not overwrite workers compiled content 3 months ago
William Grant 06621e31f1 fix: stop admin icon in message avatar from clipping 4 months ago
Audric Ackermann 8f99e82935 fix: glitch of background with crownicon and css translate 7 months ago
Audric Ackermann d43d6abbae chore: replace tslint with eslint and fix linting issues 10 months ago
Audric Ackermann c6d86d25d8 fix: cleanup closed group avatar logic 11 months ago
Audric Ackermann fed58161a0 fix: address PR reviews and optimize search results 11 months ago
Audric Ackermann bec667ebee fix: remove row_number ordering when looking up message 12 months ago
Audric Ackermann f2cddb83c8 chore: broke apart big Message selectors into smaller ones 12 months ago
William Grant cf8a66a82b fix: resolved all outstanding theming todos 2 years ago
William Grant 2cb7e72f68 feat: starting theming work on left pane and commented on areas that will need to be fixed 2 years ago
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
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 247cb7c065 cleanup dependencies 2 years ago
Audric Ackermann b68cb07e3e
add crown icon for closed group admins (#2084) 2 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