Commit Graph

21 Commits (d43d6abbae51649aad5973cd19bef544fb3f6752)

Author SHA1 Message Date
Audric Ackermann d43d6abbae chore: replace tslint with eslint and fix linting issues 11 months ago
Audric Ackermann 97647d4dc7 fix: padding for messagebox + onclick drop while selecting msgs 11 months ago
William Grant 712259ddef fix: resolved incoming message alignemnt in 1o1 conversations
there is never an avatar so we should never render it
1 year ago
William Grant 279642dff3 fix: resolves SES-583 left alignment of outgoing messages on smaller screens 1 year ago
Audric Ackermann e48307e625 fix: avatar alignment with emojis 1 year ago
Audric Ackermann e5c6e34c86 fix: avatar alignement issue with message 1 year ago
William Grant a8b8692016 fix: improved reaction alignment based on avatar visibility 1 year ago
tomobre 828f1923a0 fix: avatar at bottom, reacts with margin 1 year ago
Audric Ackermann e62c1599a5 Merge branch 'clearnet' into feat-move-attachments-outside-messagebox 2 years ago
Audric Ackermann d944379dd7 fix: update copy and clear account modal 2 years ago
Audric Ackermann dcf2f96c9f fix: address regression tests UI issues 2 years ago
Audric Ackermann 30e3cb8755 feat: fix other types of messages now that there is no box around 2 years ago
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
2 years ago
Audric Ackermann 98ea07a361 fix: right margin on body shorted than author name 2 years ago
Audric Ackermann 98b1302589 fix: rounded corners around messages
looks like node-sass tries to be too clever
2 years ago
Audric Ackermann 866527de17 fix: make sure a double click on the picker does not trigger reply msg 2 years ago
Will G 267f49ff1e
Emoji Reacts (#2320)
Add support for emoji reacts in conversations

Resolves #2375 and #1577
2 years ago
Audric Ackermann a3be2c347d
fixup open convo on search, quote click or hit the bottom 2 years ago
audric 247cb7c065 cleanup dependencies 2 years ago
burtonemily ffdf2519ca
Integration test (#2128)
* 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>
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