session-desktop/ts/state/ducks
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
..
SessionTheme.tsx darken a bit the green of sent message box in light theme 2021-11-23 09:50:17 +11:00
call.tsx create offer and answer ourselves and do not use the negotiation needed 2021-11-22 14:36:02 +11:00
conversations.ts Minor call tweaks (#2051) 2021-11-29 17:40:46 +11:00
defaultRooms.tsx variable swarm polling based on activeAt timestamp 2021-06-25 10:47:25 +10:00
modalDialog.tsx move all dialogs to a subfolder 2021-08-06 11:09:14 +10:00
onion.tsx onionpath status only has ip needed 2021-08-25 16:51:40 +10:00
search.ts fix search logic and UI cosmetic fixes 2021-09-03 16:47:04 +10:00
section.tsx cleanup SessionSettings by making them less a IdoEverything 2021-10-21 17:08:38 +11:00
stagedAttachments.ts cleanup SessionCompositionBox 2021-11-08 11:03:08 +11:00
theme.tsx move tsx and theme to css variables part1 2021-08-31 13:58:34 +10:00
timerOptions.tsx improve performamce by memoizing avatar and menus 2021-07-06 17:14:00 +10:00
user.ts remove i18n from props everywhere where possible 2021-06-16 15:37:02 +10:00
userConfig.tsx Adding improvements to message request handling. 2021-11-22 15:48:12 +11:00