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
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
..
AvatarPlaceHolder Add onions-v2 support for fileserver requests 5 years ago
conversation remove ConversationLoadingScreen (unused) 4 years ago
session reset the highlighted message after 3 sec 4 years ago
Avatar.md
Avatar.tsx add opacity change on hovered clickable avatar 5 years ago
CaptionEditor.md
CaptionEditor.tsx major rework of session icon => make them styled with styled-component 4 years ago
ConfirmDialog.tsx fetch theme for each dialog, as they are out of the themed tree for now 4 years ago
ContactListItem.md
ContactListItem.tsx fix some tests 4 years ago
ConversationListItem.md
ConversationListItem.tsx make timestamp a styled-component too 4 years ago
DevicePairingDialog.tsx major rework of session icon => make them styled with styled-component 4 years ago
EditProfileDialog.tsx fetch theme for each dialog, as they are out of the themed tree for now 4 years ago
Intl.md
Intl.tsx
LeftPane.md
LeftPane.tsx make SessioNotificationCount a styled component 4 years ago
Lightbox.md
Lightbox.tsx major rework of session icon => make them styled with styled-component 4 years ago
LightboxGallery.md
LightboxGallery.tsx major rework of session icon => make them styled with styled-component 4 years ago
MainHeader.md
MainViewController.tsx move InboxView to react 4 years ago
MessageBodyHighlight.md
MessageBodyHighlight.tsx
MessageSearchResult.md
MessageSearchResult.tsx make timestamp a styled-component too 4 years ago
SearchResults.md
SearchResults.tsx use OutgoingMessageStatus in ConversationListItem too 4 years ago
Spinner.md
Spinner.tsx
StartNewConversation.md
UserDetailsDialog.tsx major rework of session icon => make them styled with styled-component 4 years ago
UserSearchResults.tsx use OutgoingMessageStatus in ConversationListItem too 4 years ago