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
2021-11-29 17:40:46 +11:00
..
AdminLeaveClosedGroupDialog.tsx enable no-unused local and imports and fix tslint 2021-08-12 14:48:18 +10:00
DeleteAccountModal.tsx Ask confirm before delete account (#1910) 2021-09-16 14:42:13 +10:00
EditProfileDialog.tsx cleanup props passing of avatar and name with a custom hook 2021-11-23 16:18:27 +11:00
InviteContactsDialog.tsx do not pass props not needed between message list components 2021-08-26 16:17:37 +10:00
ModalContainer.tsx Speedup body update composition box (#1911) 2021-09-16 14:34:02 +10:00
ModeratorsAddDialog.tsx enable no-unused local and imports and fix tslint 2021-08-12 14:48:18 +10:00
ModeratorsRemoveDialog.tsx move all dialogs to a subfolder 2021-08-06 11:09:14 +10:00
OnionStatusPathDialog.tsx add data-testid for leftpane sections and edit profile dialog 2021-11-18 11:36:14 +11:00
SessionConfirm.tsx Unsend messages (only message hashes saving for now is enabled) (#1891) 2021-09-20 13:47:59 +10:00
SessionModal.tsx Minor call tweaks (#2051) 2021-11-29 17:40:46 +11:00
SessionNicknameDialog.tsx remove theme from css and used variables instead 2021-09-01 14:29:04 +10:00
SessionPasswordDialog.tsx remove theme from css and used variables instead 2021-09-01 14:29:04 +10:00
SessionSeedModal.tsx remove theme from css and used variables instead 2021-09-01 14:29:04 +10:00
UpdateGroupMembersDialog.tsx cleanup SessionCompositionBox 2021-11-08 11:03:08 +11:00
UpdateGroupNameDialog.tsx cleanup props passing of avatar and name with a custom hook 2021-11-23 16:18:27 +11:00
UserDetailsDialog.tsx cleanup props passing of avatar and name with a custom hook 2021-11-23 16:18:27 +11:00