session-desktop/ts/hooks
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
..
to-arraybuffer.d.ts First commit encrypting attachments locally 2021-03-26 13:07:19 +11:00
useAppFocused.ts do not pass props not needed between message list components 2021-08-26 16:17:37 +10:00
useDisableDrag.ts Minor call tweaks (#2051) 2021-11-29 17:40:46 +11:00
useEncryptedFileFetch.ts Minor call tweaks (#2051) 2021-11-29 17:40:46 +11:00
useInterval.ts add a useInterval hook and move useNetwork hook to the hook folder 2020-11-18 14:40:59 +11:00
useMembersAvatars.tsx cleanup props passing of avatar and name with a custom hook 2021-11-23 16:18:27 +11:00
useModulo.ts fix video stream not displaying in draggable container 2021-11-05 13:30:18 +11:00
useModuloWithTripleDots.ts reject call after 1 minute showing the dialog 2021-11-04 16:16:27 +11:00
useParamSelector.ts Minor call tweaks (#2051) 2021-11-29 17:40:46 +11:00
useVideoEventListener.ts add a way to choose the audioouput/mute a webrtc call 2021-11-22 15:04:43 +11:00