Commit Graph

40 Commits (cef59be00536e1095ef4ba5f17b04dbe216afe51)

Author SHA1 Message Date
Audric Ackermann cef59be005 fix: ellipsis on name rather than pubkey
also cleaned up our contexts a little bit
1 year ago
William Grant 4774c8a669 fix: consolidate isDetailView into one type called hasDetailView
which we import in various components
1 year ago
William Grant 8cb6b3099b fix: no padding on message content container in message info panel 1 year ago
William Grant 46f98d1d2f fix: dont display reacts when viewing a message in the right panel 1 year ago
Audric Ackermann 571d593c38 fix: fix small ui issues after merge of multiple PRs 1 year ago
Audric Ackermann af7c052021 fix: max-width of messages set to 75% 1 year ago
William Grant aea4fd7ad9 Merge branch 'userconfig_disappearingmessage' into feature/ses-558/more-message-information 1 year ago
Audric Ackermann 4cbc452f26 fix: avatar style for incoming messages in groups
had to refactor a fair bit, but well...
1 year ago
Audric Ackermann 615722434b feat: merge expiring stopwatch and messagestatus together 1 year ago
William Grant 461a23337f fix: alignment message correctly in detail view 1 year ago
William Grant 3bf3bf73b1 feat: updated MessageContent with nested components 1 year ago
William Grant 0cbdd5631b fix: alignment for group messages with no avatar
this happens with multiple incoming messages
1 year ago
William Grant 577278a14d feat: made datatestids mandatory on readablemessages 2 years ago
William Grant a268aeb6d1 fix: type state correctly when using useSelector 2 years ago
William Grant ca7983caac fix: align expire timers with the member avatars
in groups
2 years ago
William Grant d7e296841e fix: remove alignment from ExpirableReadableMessage
improved alignment of timer by moving into the MessageContentWithStatus
2 years ago
Audric Ackermann 4b3c31de89 Merge remote-tracking branch 'upstream/unstable' into fix/long-username-quote-author-overflow 2 years ago
Audric Ackermann 41ca0666ce chore: remove () => void for misused promises 2 years ago
Audric Ackermann d43d6abbae chore: replace tslint with eslint and fix linting issues 2 years ago
Audric Ackermann 9261408738 fix: ellipsis when author is too long for quote or authortext 2 years ago
Audric Ackermann 97647d4dc7 fix: padding for messagebox + onclick drop while selecting msgs 2 years ago
William Grant 712259ddef fix: resolved incoming message alignemnt in 1o1 conversations
there is never an avatar so we should never render it
2 years ago
William Grant 279642dff3 fix: resolves SES-583 left alignment of outgoing messages on smaller screens 2 years ago
Audric Ackermann e48307e625 fix: avatar alignment with emojis 2 years ago
Audric Ackermann e5c6e34c86 fix: avatar alignement issue with message 2 years ago
William Grant a8b8692016 fix: improved reaction alignment based on avatar visibility 2 years ago
tomobre 828f1923a0 fix: avatar at bottom, reacts with margin 2 years ago
Audric Ackermann e62c1599a5 Merge branch 'clearnet' into feat-move-attachments-outside-messagebox 3 years ago
Audric Ackermann d944379dd7 fix: update copy and clear account modal 3 years ago
Audric Ackermann dcf2f96c9f fix: address regression tests UI issues 3 years ago
Audric Ackermann 30e3cb8755 feat: fix other types of messages now that there is no box around 3 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
3 years ago
Audric Ackermann 98ea07a361 fix: right margin on body shorted than author name 3 years ago
Audric Ackermann 98b1302589 fix: rounded corners around messages
looks like node-sass tries to be too clever
3 years ago
Audric Ackermann 866527de17 fix: make sure a double click on the picker does not trigger reply msg 3 years ago
Will G 267f49ff1e
Emoji Reacts (#2320)
Add support for emoji reacts in conversations

Resolves #2375 and #1577
3 years ago
Audric Ackermann a3be2c347d
fixup open convo on search, quote click or hit the bottom 3 years ago
audric 247cb7c065 cleanup dependencies 3 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>
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