Commit Graph

16 Commits

Author SHA1 Message Date
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
audric 08cdd035ae disable transition for background of leftpane (for app initial load) 2021-09-01 15:25:34 +10:00
audric 350f00283b move tsx and theme to css variables part1 2021-08-31 13:58:34 +10:00
audric a30876fd65 removed the enum from SessionIconType. Just rely on the type itself 2021-08-30 17:57:31 +10:00
audric 8ebcb2d1e1 replace SessionIcon size enum with type 2021-08-30 14:02:15 +10:00
audric f7b0c6c7e1 make conversation screen closer to mobile UI part1 2021-08-23 16:32:21 +10:00
Audric Ackermann 2c174bdac7
fix audio message autoplay as broken with perf improvements
fix bug making "trust contact" first audio message being played on click
to trust
2021-08-02 14:32:38 +10:00
Audric Ackermann d686076ba8
Merge remote-tracking branch 'upstream/clearnet' into play-custom-speed-button 2021-06-25 16:33:06 +10:00
Audric Ackermann 9bdd6ad139
add button to control speed playback on the player 2021-06-25 16:19:16 +10:00
Warrick Corfe-Tan be11c37a59 Linting and formatting. 2021-06-24 17:06:21 +10:00
Warrick Corfe-Tan 5a62fabd1c Doesn't autoplay new messages once if last message received was an autoplayed. 2021-06-24 16:53:34 +10:00
Warrick Corfe-Tan 3bd72df258 linting and formatting. 2021-06-24 14:13:45 +10:00
Warrick Corfe-Tan 856ced056a Minor tidying. 2021-06-24 14:00:07 +10:00
Warrick Corfe-Tan d35f3f9e62 WIP: audio autoplay working with consecutive messages. Next step store state on shutdown and rename variables. 2021-06-24 13:43:52 +10:00
Audric Ackermann 34835ef68f
fix createf instead use useRef for h5 audio player 2021-06-21 15:36:12 +10:00
Audric Ackermann 013df7fa2c
Merge remote-tracking branch 'upstream/clearnet' into fix-onion-path-light-orange 2021-06-21 15:18:47 +10:00