You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
session-desktop/ts/components/session/conversation
Audric Ackermann add1c2dd39
reset the highlighted message after 3 sec
Before this commit, when a users clicks on a quoted message, the UI
takes it to that message. If the user clicks again on the quoted
message, the green highlight of the quoted message is not shown again.
This was like this, because the highlight is based on a state change,
and clicking on the same highlighted message, does not update the state
as the clicked quoted message is still the same.

The fix is to reset the highlighted message on the state object after
the animation is done
4 years ago
..
SessionCompositionBox.tsx fix bug of voice message not received, the size was not included 4 years ago
SessionConversation.tsx major rework of session icon => make them styled with styled-component 4 years ago
SessionConversationManager.tsx WIP 5 years ago
SessionEmojiPanel.tsx Updating message recieving 5 years ago
SessionFileDropzone.tsx major rework of session icon => make them styled with styled-component 4 years ago
SessionLastSeedIndicator.tsx fix position of unread banner on conversation (search for first read) 5 years ago
SessionMessagesList.tsx reset the highlighted message after 3 sec 4 years ago
SessionQuotedMessageComposition.tsx major rework of session icon => make them styled with styled-component 4 years ago
SessionRecording.tsx remove mp3 lame already file and webrecorder worker unused 4 years ago
SessionRightPanel.tsx remove ConversationLoadingScreen (unused) 4 years ago
SessionStagedLinkPreview.tsx Uniformize size of accepted attachment to 10MB 5 years ago