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/dialog
Audric Ackermann cf44896a03
Minor call tweaks (#2051)
* show missed-call,started-call and answered call notification in chat

* fix types for createLastMessageUpdate

* show incoming dialog if we have a pending call when enable call receptio

* simplify a bit the avatar component

* move disableDrag to a custom hook

* speed up hash colors of avatarPlaceHolders

* fixup text selection and double click reply on message

* keep avatar decoded items longer before releasing memory

* add incoming/outgoing/missed call notification

also, merge that notification with the timer and group notification
component

* hangup call if no answer after 30sec

* refactor SessionInput using hook + add testid field for recovery

* disable message request feature flag for now

* fix merge issue

* force loading screen to be black instead of white

for our dark theme user's eyes safety
3 years ago
..
AdminLeaveClosedGroupDialog.tsx enable no-unused local and imports and fix tslint 4 years ago
DeleteAccountModal.tsx Ask confirm before delete account (#1910) 4 years ago
EditProfileDialog.tsx cleanup props passing of avatar and name with a custom hook 3 years ago
InviteContactsDialog.tsx do not pass props not needed between message list components 4 years ago
ModalContainer.tsx Speedup body update composition box (#1911) 4 years ago
ModeratorsAddDialog.tsx enable no-unused local and imports and fix tslint 4 years ago
ModeratorsRemoveDialog.tsx move all dialogs to a subfolder 4 years ago
OnionStatusPathDialog.tsx add data-testid for leftpane sections and edit profile dialog 3 years ago
SessionConfirm.tsx Unsend messages (only message hashes saving for now is enabled) (#1891) 4 years ago
SessionModal.tsx Minor call tweaks (#2051) 3 years ago
SessionNicknameDialog.tsx remove theme from css and used variables instead 4 years ago
SessionPasswordDialog.tsx remove theme from css and used variables instead 4 years ago
SessionSeedModal.tsx remove theme from css and used variables instead 4 years ago
UpdateGroupMembersDialog.tsx cleanup SessionCompositionBox 4 years ago
UpdateGroupNameDialog.tsx cleanup props passing of avatar and name with a custom hook 3 years ago
UserDetailsDialog.tsx cleanup props passing of avatar and name with a custom hook 3 years ago