Audric Ackermann
51e03cf4e5
fix: rerender loop of react list modal
...
update redux related libraries
and update imports to use the RTK ones
3 years ago
Audric Ackermann
1fb082917f
fix: copy of login screen with password and setting screen
3 years ago
Audric Ackermann
72348d198e
fix: read receipt on scrolling
3 years ago
Audric Ackermann
f4c91d0c91
fix: link preview rendering
3 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
179f872679
fix: disable typing and message request on sogs without `write`
3 years ago
William Grant
772fe27b2b
fix: compressed reactions shouldn't wrap, when expanded we show at most 10 reactions on a time
3 years ago
Audric Ackermann
17913697b9
Merge branch 'fix-link-preview-width-tiny' into feat-move-attachments-outside-messagebox
3 years ago
William Grant
df73b5dd33
fix: improved reaction popup positioning for tooltip and box
3 years ago
Audric Ackermann
dab9428c02
fix: address PR reviews
3 years ago
Audric Ackermann
d86d024a0a
fix: link preview with image displayed horizontal rather than vertical
3 years ago
Audric Ackermann
30e3cb8755
feat: fix other types of messages now that there is no box around
3 years ago
Audric Ackermann
25f54a13ff
Merge pull request #2454 from yougotwill/sogs_poller_conflict_resolver
...
Opengroup Poller Reaction Conflict Resolution + Fixes
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
7c80f9e233
feat: move attachments outside of the message box
3 years ago
Audric Ackermann
3fd6c570c7
fix: click on a link preview shows the dialog to open or copy url
3 years ago
Audric Ackermann
a8c3463673
fix: set a min height for attachments preview so they cover their box
...
even if they are smaller that them
and close the replyTo in composition box on Escape press
3 years ago
Audric Ackermann
e125979b7a
fix: disable having some corner large and small for message bubbles
3 years ago
Audric Ackermann
98ea07a361
fix: right margin on body shorted than author name
3 years ago
Audric Ackermann
7e32880ab0
fix: use js variables instead of css variables for Message corners
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
6f4b70e650
fix: allow non admin mods to delete message for deletion
3 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
3 years ago
Ian Macdonald
aeb5caf921
Trim leading and trailing whitespace on message composition and display.
3 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>
3 years ago
Audric Ackermann
bfb33d14c5
Merge pull request #2269 from Bilb/get-initials-skip-non-alphabet-chars
...
Get initials skip non alphabet chars
3 years ago
Audric Ackermann
a115d385dd
merge linkify component to messagebody as this is the only one using it
3 years ago
Audric Ackermann
cae4d46492
allow to save attachments even if there is multiple of them
...
This is a bit dirty for now
Relates #2229
3 years ago
Audric Ackermann
3cfcf128a5
Merge remote-tracking branch 'upstream/master' into node-side-in-ts
3 years ago
Audric Ackermann
02612280c3
fix multi select including audio messages
3 years ago
Audric Ackermann
1ebff6b3ae
make sure reply is available to read messages
...
and do not handle read messages for non private convo1
3 years ago
warrickct
913947a517
Minor padding fixes
3 years ago
Ian Macdonald
6613161b20
Don't nanny the user. Allow all file types as attachments.
...
The Android client already has no such restrictions, and these are
ineffective anyway, as they are based on the file's name, not its
payload.
3 years ago
Audric Ackermann
2478a78794
move mentions and emojify to a functional component
3 years ago
Audric Ackermann
19722b6bdc
remove other emoji dependency and use unicode to render them in message
...
Relates #2151
3 years ago
Audric Ackermann
4e638d162d
fix the scroll to bottom with button and on send message
3 years ago
Audric Ackermann
792c23da87
cleanup scroll to unread of quote or search result on open
3 years ago
Audric Ackermann
a3be2c347d
fixup open convo on search, quote click or hit the bottom
3 years ago
audric
12b00720f4
split up load more messages from top or bottom
...
also split up just fetching the last messages from fetching based on
unread/ lastTopMessageId
3 years ago
audric
83d27ed3b7
update quoted message to animate to have border-green instead of bg green
3 years ago
audric
247cb7c065
cleanup dependencies
3 years ago
audric
e515ce3ca5
Merge remote-tracking branch 'upstream/clearnet' into cleanup-attachment
3 years ago
Audric Ackermann
15ae511bca
Merge branch 'clearnet' into small-refactor
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
e97ac5d7c7
make the DL spinner a styled component
3 years ago
audric
72409e3f1f
make sure to keep error state of attachment DL failing
3 years ago