warrickct
|
56c1a06a28
|
Adding rightclick accept/decline menu options for message requests. Adding hide menu item for message request banner.
|
3 years ago |
warrickct
|
600ef86ea7
|
linting fixes
|
3 years ago |
warrickct
|
065b8ab533
|
Added closing declined conversation requests if theyre open. Return to regular inbox on clear all.
|
3 years ago |
warrickct
|
af4457f68f
|
Clicking message icon in action panel closes request overlay.
|
3 years ago |
warrickct
|
07533232fb
|
Move clear all button for request to bottom of overlay panel.
|
3 years ago |
warrickct
|
5888fecda4
|
Add confirmation dialog for clear all message requests.
|
3 years ago |
warrickct
|
08ba24c3c9
|
refactoring
|
3 years ago |
warrickct
|
93f37ba66f
|
Refactoring to evaluate conversation request status in a single place.
|
3 years ago |
warrickct
|
2d9679315c
|
Fix convo screen request UI appearing when creating a new convo while having another convo active with incoming messages.
|
3 years ago |
warrickct
|
2258c6da4c
|
Fixing linting errors.
|
3 years ago |
warrickct
|
18a739b05b
|
update local UI for blocking all conversations. Removing some unused vars
|
3 years ago |
warrickct
|
9bbac225ad
|
Remove prevention of sending more than one message for an unapproved conversation.
|
3 years ago |
warrickct
|
f5972a5d1c
|
Calling setting convo isApproved. Removing some unnecessary conditionals.
|
3 years ago |
warrickct
|
ffad806366
|
Prevent attachments being sent for unapproved conversations.
|
3 years ago |
warrickct
|
09bcbe6139
|
Adding empty state for request list.
|
3 years ago |
warrickct
|
dcd78e85f6
|
QA fix - msg request accept buttons showing at wrong stage.
|
3 years ago |
warrickct
|
bfec321da7
|
PR changes
|
3 years ago |
warrickct
|
abc188e889
|
Additional PR changes
|
3 years ago |
warrickct
|
efa482b002
|
adding pr changes
|
3 years ago |
warrickct
|
0db3c76756
|
Fixing linting errors
|
3 years ago |
warrickct
|
893f7e99b8
|
Merge branch 'clearnet' into message-request-ui
|
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 |
warrickct
|
ee9156d4f8
|
Merge clearnet into message-request-ui
|
3 years ago |
warrickct
|
bc6edd7774
|
Adding unhiding of message request banner when receiving a new convo request.
|
3 years ago |
warrickct
|
7223fc067f
|
Adding ability to view requests from settings.
|
3 years ago |
warrickct
|
07f6681aae
|
Refactoring subcomponents. Adjusting conditional inbox filters to always apply msg request logic.
|
3 years ago |
warrickct
|
ac8c4ac2eb
|
Removing msg req feature flag.
|
3 years ago |
warrickct
|
36ca2a767c
|
Adding PR changes
|
3 years ago |
warrickct
|
d627b8e11d
|
Requesting flow working with sending message as acceptance.
|
3 years ago |
audric
|
5b34419461
|
disable selection update on emoji selected for now
this is kind of broken when adding emojis not at the end
|
3 years ago |
audric
|
b1221c6809
|
call: show video buttons if the cursor is over the app anywhere
|
3 years ago |
audric
|
5c8e4ef12b
|
call: add local stream display in fullscreen
|
3 years ago |
Audric Ackermann
|
445852eca1
|
split up a bit of the mentions/emoji input
|
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
|
1efe6ca728
|
click oin @ bring to latest mention
|
3 years ago |
Audric Ackermann
|
42ccf06ff0
|
fetch last active users quicker on convo changes to public convo
|
3 years ago |
Audric Ackermann
|
a19a6a33c7
|
migrate already set nickname convo to name + profileName index
|
3 years ago |
Audric Ackermann
|
a3eb80abcf
|
fix group updates outgoing message status in left pane
|
3 years ago |
Audric Ackermann
|
5b6d0d25f5
|
fix typo noteSelf results and shortened pubkey for unknown contacts
|
3 years ago |
warrickct
|
2d66b1db4e
|
Adding styling to conversation window for a message request.
|
3 years ago |
Audric Ackermann
|
d6a8f5e92b
|
allow searching for nickname or name for contacts
|
3 years ago |
Audric Ackermann
|
ceb5317160
|
remove profile_images as we are not using it
|
3 years ago |
Audric Ackermann
|
40344bde52
|
move search logic to the search input component
|
3 years ago |
Audric Ackermann
|
44f61073dc
|
move search results to styled components
and cleanup search logic and rendering of message results
|
3 years ago |
Audric Ackermann
|
108d810fde
|
make sure pills of joinable room take 100% width if they can
|
3 years ago |
Audric Ackermann
|
1e5a45d95b
|
cleanup timestamp display for search results
|
3 years ago |
Audric Ackermann
|
280128ec43
|
update search result to have sender on the msg line
|
3 years ago |
Audric Ackermann
|
1eba9dce30
|
merge messagesChanged and messagesAdded to a single redux event
|
3 years ago |
Audric Ackermann
|
b72b8e8387
|
fix tests
|
3 years ago |