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/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
4 years ago
..
SessionTheme.tsx darken a bit the green of sent message box in light theme 4 years ago
call.tsx create offer and answer ourselves and do not use the negotiation needed 4 years ago
conversations.ts Minor call tweaks (#2051) 4 years ago
defaultRooms.tsx variable swarm polling based on activeAt timestamp 4 years ago
modalDialog.tsx move all dialogs to a subfolder 4 years ago
onion.tsx onionpath status only has ip needed 4 years ago
search.ts fix search logic and UI cosmetic fixes 4 years ago
section.tsx cleanup SessionSettings by making them less a IdoEverything 4 years ago
stagedAttachments.ts cleanup SessionCompositionBox 4 years ago
theme.tsx move tsx and theme to css variables part1 4 years ago
timerOptions.tsx improve performamce by memoizing avatar and menus 4 years ago
user.ts remove i18n from props everywhere where possible 4 years ago
userConfig.tsx Adding improvements to message request handling. 4 years ago