Audric Ackermann
|
a0e5c7386f
|
delete messages needs to be called once the message is selected
|
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
|
700a93362e
|
move drop file logic to SessionConversation component
Having it in another component was causing issues like not being able to
scroll on the conversation list even if the component was not shown
|
5 years ago |
Audric Ackermann
|
a7bdc93ca8
|
working drag and drop, but no scrolling on the conversation messages
|
5 years ago |
Audric Ackermann
|
b46ed237b3
|
allow empty message when they have attachments
|
5 years ago |
Audric Ackermann
|
c5927cfc4b
|
focus composition box after adding an attachment
|
5 years ago |
Audric Ackermann
|
363da7aa80
|
add back toast on attachment adding error
|
5 years ago |
Audric Ackermann
|
6cf69a1337
|
make adding of attachment work on react conversation
|
5 years ago |
Audric Ackermann
|
2a155a0f43
|
fix lightbox for single attachment display and download
|
5 years ago |
Audric Ackermann
|
fcf13c7467
|
relink lightbox from signal to our app
|
5 years ago |
Audric Ackermann
|
ddf41de3fb
|
add csp for image load from blob so attachments are loaded correctly
|
5 years ago |
Audric Ackermann
|
b1cac5f01b
|
fix ordering of message with more recent at bottom of the view
|
5 years ago |
Audric Ackermann
|
c41eaada25
|
move display of message list to a subcomponent
|
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
|
1a379d2466
|
add theme logic to switch between dark/light theme based on redux store
|
5 years ago |
Audric Ackermann
|
6c7f1598b7
|
add a flex component using styled
|
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
|
b050a3740d
|
clean all updateConversation calls to convo.commit()
|
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
|
232b1a416a
|
do not refresh group panel media if length of media did not change
|
5 years ago |
Audric Ackermann
|
e0e0830d3b
|
remove all ratchet when needed to get fresh senderKey from members
|
5 years ago |
Audric Ackermann
|
baaca1a29f
|
switch medium or closed group deeper in code
|
5 years ago |
Audric Ackermann
|
82bc050ddd
|
always create a closed group the type set in the feature flag
speaking about enableSenderKeys
|
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
|
e5db9916a5
|
allow closed group updates from non-admin user
|
5 years ago |
Audric Ackermann
|
cd44143eaf
|
Merge pull request #1344 from Bilb/fix-avatar-closed
|
5 years ago |
Audric Ackermann
|
58d85c0f8e
|
fix methods order
|
5 years ago |
Audric Ackermann
|
8123508b51
|
fix avatar closed group and pubkey for medium mobile groups
|
5 years ago |
Audric Ackermann
|
ceab8228fc
|
close leftpane overlay on message sent to that conversation
|
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
|
30416d98ab
|
show our avatar on a group if less than 2 members
|
5 years ago |
Audric Ackermann
|
bc1aff747a
|
refresh avatar for closed group on new 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
|
1da4ae69c2
|
render NoteToSelf list item as a normal conversation
|
5 years ago |
Audric Ackermann
|
57160cb45c
|
fix custom avatar show on dialogs and list
|
5 years ago |
Audric Ackermann
|
62be54c05a
|
update text for lightmode forced to user
|
5 years ago |
Audric Ackermann
|
0721d469db
|
increase timeout allowed for joining open group
|
5 years ago |