Commit Graph

17 Commits (f0aeb59d54be4b8fd54abf233d2990fdb191e80f)

Author SHA1 Message Date
Audric Ackermann e48307e625 fix: avatar alignment with emojis
Audric Ackermann e5c6e34c86 fix: avatar alignement issue with message
William Grant a8b8692016 fix: improved reaction alignment based on avatar visibility
tomobre 828f1923a0 fix: avatar at bottom, reacts with margin
Audric Ackermann e62c1599a5 Merge branch 'clearnet' into feat-move-attachments-outside-messagebox
Audric Ackermann d944379dd7 fix: update copy and clear account modal
Audric Ackermann dcf2f96c9f fix: address regression tests UI issues
Audric Ackermann 30e3cb8755 feat: fix other types of messages now that there is no box around
William Grant 3060ffd25a test: added tests for adding and updating sogs cache entries
updated idForLogging for opengroups to be more verbose, updated reaction method calls to use exported Reactions object
Audric Ackermann 98ea07a361 fix: right margin on body shorted than author name
Audric Ackermann 98b1302589 fix: rounded corners around messages
looks like node-sass tries to be too clever
Audric Ackermann 866527de17 fix: make sure a double click on the picker does not trigger reply msg
Will G 267f49ff1e
Emoji Reacts ()
Add support for emoji reacts in conversations

Resolves  and 
Audric Ackermann a3be2c347d
fixup open convo on search, quote click or hit the bottom
audric 247cb7c065 cleanup dependencies
burtonemily ffdf2519ca
Integration test ()
* Testing playwright for Desktop automation

* converting tests from javascript to typescript and finishing create user automated test

* Trying to delete app data when test finishes, not through UI

* Undoing the code for clear database once test completes

* Creating POM for cleanup function

* cleanup function for playwright tests

* Creating a new user function, open electron function and clean up function

* fixes user object for new user function

* Adds a login function and start of send message test

* Creating test for sending messages, logging in and adding in data test id tags

* add more data-testid field

* updates new contact test, to have multiple windows and users running simultaneously

* updating clean up and new user test

* Fixing issues with creating new user

* new contact test

* New test to check password functionality

* make sure to cleanup data before running tests

* New group creation test and sending message function

* Adding new automated test for sending message to a contact

* create group test and updating new contact test to include date in test message

* updating package.json to remove webdriver and chromedriver and spectron

Co-authored-by: Audric Ackermann <audric@loki.network>
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