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
13e2f81f26
Merge remote-tracking branch 'upstream/clearnet' into node-side-in-ts
4 years ago
Audric Ackermann
0719700371
do not end call if connection fails, instead wait for new offer
4 years ago
Audric Ackermann
6bd835dfc3
move storage.js to ts
4 years ago
Audric Ackermann
74cf88cf81
create closed group mark as approved
...
also, do not filter closed group based on the isApproved field in redux
4 years ago
Audric Ackermann
49bae1925d
open message request reset opened convo and is a settings itself
4 years ago
Audric Ackermann
461ce4a7fb
Merge branch 'clearnet' into fix-unread-indicator-light
4 years ago
Audric Ackermann
ad653e4aac
change sent background and text color for light mode
...
use black text on green instead of white on darker green
4 years ago
Audric Ackermann
e853f57e6b
fix unread indicator color for light theme
4 years ago
Audric Ackermann
71aa6c813c
Merge remote-tracking branch 'upstream/clearnet' into fix-i18n-with-dollars-sign
4 years ago
Audric Ackermann
75c7c7c27f
try a fix to prevent window from jumping with low number of messages
4 years ago
warrickct
cf6a5b3446
Request banner appearing and tallying based on only unread requests
4 years ago
warrickct
451fb351a3
removing comments
4 years ago
warrickct
e4f4328232
rename request evaluating function for clarity. Prevent disappearing messsages from being activated by request recipient before the request has been accepted.
4 years ago
warrickct
3be0f86978
Menu options have black text when highlighted.
4 years ago
warrickct
56c1a06a28
Adding rightclick accept/decline menu options for message requests. Adding hide menu item for message request banner.
4 years ago
warrickct
600ef86ea7
linting fixes
4 years ago
warrickct
065b8ab533
Added closing declined conversation requests if theyre open. Return to regular inbox on clear all.
4 years ago
Ian Macdonald
0c0543cc45
Use accent colour to distinguish last read indicator.
4 years ago
warrickct
5437433232
Fix passing wrong values to convo list.
4 years ago
warrickct
93f37ba66f
Refactoring to evaluate conversation request status in a single place.
4 years ago
warrickct
5cc7ccbfa8
fixing accepted convos not appearing in inbox. removing blocked contacts from contact list.
4 years ago
warrickct
2957c131c0
removing blocked convos no longer appear in regular inbox and using processing of polled swarm messages to infer approval.
4 years ago
Audric Ackermann
3fed22048b
rename a few loki to session
4 years ago
warrickct
dcd78e85f6
QA fix - msg request accept buttons showing at wrong stage.
4 years ago
warrickct
ee9156d4f8
Merge clearnet into message-request-ui
4 years ago
warrickct
bc6edd7774
Adding unhiding of message request banner when receiving a new convo request.
4 years ago
warrickct
8eeec6b96c
Exclude unapproved contacts/conversations from contacts list.
4 years ago
warrickct
07f6681aae
Refactoring subcomponents. Adjusting conditional inbox filters to always apply msg request logic.
4 years ago
warrickct
ac8c4ac2eb
Removing msg req feature flag.
4 years ago
warrickct
36ca2a767c
Adding PR changes
4 years ago
warrickct
d627b8e11d
Requesting flow working with sending message as acceptance.
4 years ago
Audric Ackermann
2478a78794
move mentions and emojify to a functional component
4 years ago
Audric Ackermann
19722b6bdc
remove other emoji dependency and use unicode to render them in message
...
Relates #2151
4 years ago
Audric Ackermann
d6a8f5e92b
allow searching for nickname or name for contacts
4 years ago
Audric Ackermann
98bdd53bd5
fix release build and decrese search results to 150 for messages
4 years ago
Audric Ackermann
40344bde52
move search logic to the search input component
4 years ago
Audric Ackermann
44f61073dc
move search results to styled components
...
and cleanup search logic and rendering of message results
4 years ago
Audric Ackermann
1eba9dce30
merge messagesChanged and messagesAdded to a single redux event
4 years ago
Audric Ackermann
949c36a42f
merge fetching more messages for top and bottom in the same flag
4 years ago
Audric Ackermann
9000c649f8
remove optional setToExpire and UnreadMessageIsAbove indicator
4 years ago
Audric Ackermann
4e638d162d
fix the scroll to bottom with button and on send message
4 years ago
Audric Ackermann
00d2bbc63d
cleanup MessageSearchResults
4 years ago
Audric Ackermann
792c23da87
cleanup scroll to unread of quote or search result on open
4 years ago
Audric Ackermann
d269693544
cleanup search of contacts excluding not active
4 years ago
Audric Ackermann
a3be2c347d
fixup open convo on search, quote click or hit the bottom
4 years ago
Audric Ackermann
2b0a2cff46
rename console.warn to error or info depending on type
4 years ago
audric
a21751c611
open convo on last unread, and can scroll up
4 years ago
warrickct
31f4e294c6
Altering message request banner styling
4 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
4 years ago