Audric Ackermann
|
f8f15cb9f7
|
fix remove message for public groups
|
5 years ago |
Audric Ackermann
|
edd984e0f5
|
make quotes stay empty when there object isEmpty()
|
5 years ago |
Audric Ackermann
|
c9e81454fb
|
make mentions work in react when emoji inserted inside at a rand pos
|
5 years ago |
Audric Ackermann
|
b5af8eb215
|
Add Mentions with react-mentions
|
5 years ago |
Audric Ackermann
|
81196b793e
|
prevent 'now ago' from appearing with capitalize
|
5 years ago |
Audric Ackermann
|
c8e8d851f9
|
fix verified change saving of messages, and ctx menu for header
|
5 years ago |
Audric Ackermann
|
357421f161
|
rename window.console.log to window.log.info
|
5 years ago |
Audric Ackermann
|
c0cf53cdfa
|
enable back the logic of displaying avatar for first message in serie
|
5 years ago |
Audric Ackermann
|
0b4400837b
|
fix scroll to quoted message and contact display name of group updates
|
5 years ago |
Audric Ackermann
|
7ae79ee0a2
|
make timer notification work with empty profile name (display pubkey)
|
5 years ago |
Audric Ackermann
|
dfbcf3ac9b
|
do not remove convo when removing only message
use the user pubkey if group update notification with an unknown user
make GroupNotification a function component
|
5 years ago |
Audric Ackermann
|
b9dbef86a5
|
click on image message in convo while selection mode, selects message
|
5 years ago |
Audric Ackermann
|
d0bf8d54bc
|
fix theme of unlock settings with password
|
5 years ago |
Audric Ackermann
|
3f538b9be1
|
render Session Verification Messages
|
5 years ago |
Audric Ackermann
|
940ad57f83
|
rework the way unread count works
we no longer refresh on each message read, only once the whole
conversation is read.
|
5 years ago |
Audric Ackermann
|
07c384aa0d
|
render GroupNotification messages
|
5 years ago |
Audric Ackermann
|
a30ae8903b
|
remove bulk edit view and related stuff unused
|
5 years ago |
Audric Ackermann
|
ba959f3379
|
link preview state moved to SessionCompositionBox
|
5 years ago |
Audric Ackermann
|
13e02b5bf1
|
add staged link previews for everything from signal
|
5 years ago |
Audric Ackermann
|
a0e5c7386f
|
delete messages needs to be called once the message is selected
|
5 years ago |
Audric Ackermann
|
7c47150194
|
fix attachments download with already set url
|
5 years ago |
Audric Ackermann
|
55fa65fc31
|
override attachments name on upload
|
5 years ago |
Audric Ackermann
|
8abd6a0e21
|
fix issue with contextmenu on scroll causing UI to break
|
5 years ago |
Audric Ackermann
|
a7c4ce77a1
|
enable back attachments download on context menu
|
5 years ago |
Audric Ackermann
|
f166ec814e
|
pass selectiomMode without selectedMessage props to ConversationHEader
|
5 years ago |
Audric Ackermann
|
fe3cfb9e82
|
move all menu to react-contexify
|
5 years ago |
Audric Ackermann
|
a7bdc93ca8
|
working drag and drop, but no scrolling on the conversation messages
|
5 years ago |
Audric Ackermann
|
6cf69a1337
|
make adding of attachment work on react conversation
|
5 years ago |
Audric Ackermann
|
3998bbc97d
|
fix more typing errors of conversation object
|
5 years ago |
Audric Ackermann
|
f117a083c1
|
remove i18n requirement in props for message
|
5 years ago |
Audric Ackermann
|
026a1930ed
|
add a getOrThrow to ConversationController when we expect this convo
|
5 years ago |
Audric Ackermann
|
144ae41529
|
add type for ConversationController, remove showStartConversation
and cleanup scss
|
5 years ago |
Audric Ackermann
|
b7f5a32570
|
add reply to message UI logic
|
5 years ago |
Audric Ackermann
|
6e07ee42f5
|
cleanup network status view and some UI constants
|
5 years ago |
Audric Ackermann
|
a652ec3b61
|
fix light theme in react refactor
|
5 years ago |
Audric Ackermann
|
4d991d3992
|
Merge branch 'clearnet' into react-refactor
|
5 years ago |
Audric Ackermann
|
dfff6c2149
|
Merge pull request #1374 from Bilb/hide-shorten-pubkey-except-public
|
5 years ago |
Audric Ackermann
|
37dd7b87cc
|
remove right buttons on Message. use right click instead
|
5 years ago |
Audric Ackermann
|
f57c85dc0d
|
hide pubkey when not needed on conversationHeader and listItem
|
5 years ago |
Audric Ackermann
|
16b8fc8620
|
hide shortened pubkey except for public groups
|
5 years ago |
Audric Ackermann
|
4a86c81edf
|
themify the typing bubble
|
5 years ago |
Audric Ackermann
|
c052b1a2ec
|
update group size limit to 20 now that those are ssk groups
Also removed removed description while creating a medium group as it was
removed on mobile
|
5 years ago |
Audric Ackermann
|
d6ad2a1911
|
select message on click on message directly
|
5 years ago |
Audric Ackermann
|
4d801fd8e5
|
check for changes on member avatars only on re rendering
|
5 years ago |
Audric Ackermann
|
56cd42d34c
|
remove authorColor unused in Session
|
5 years ago |
Audric Ackermann
|
6eb13e43e3
|
simplify a lot avatar props
|
5 years ago |
Audric Ackermann
|
b845ba9642
|
use a HOC to fetch closed group conversations for avatar rendering
|
5 years ago |
Audric Ackermann
|
35ea6af27f
|
Add group avatar as on mobile: with multiple group members avatar
|
5 years ago |
Audric Ackermann
|
b51eca61c8
|
Merge pull request #1333 from Bilb/fix-avatar-path
fix custom avatar show on dialogs and list
|
5 years ago |
Audric Ackermann
|
84c7ce006b
|
fix ctx menu on repeated block/unblock
|
5 years ago |