Commit Graph

10 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 Ackermann 3f0088ed2a
fix memory leak on avatar place holder useEffect 2021-07-05 15:55:04 +10:00
Audric Ackermann f7581cf4eb
increase prettier maxWidth to 100 2021-04-22 18:03:58 +10:00
Audric Ackermann ed30be5334
fix attachments loading for avatar and exporting files 2021-03-26 16:31:27 +11:00
Maxim Shishmarev c5b2b64d7f Add onions-v2 support for fileserver requests 2020-10-21 14:08:12 +11:00
Audric Ackermann f11cb7744d
fix round avatars with border top and bottom width 2020-09-16 15:33:10 +10:00
Audric Ackermann 76dc5960dd
render grey Icon if no pubkey or avatarPath on Avatar 2020-09-15 15:48:06 +10:00
Audric Ackermann 6eb13e43e3
simplify a lot avatar props 2020-09-15 15:07:22 +10:00
Audric Ackermann 35ea6af27f
Add group avatar as on mobile: with multiple group members avatar 2020-09-11 15:06:48 +10:00
Audric Ackermann 28eec84783
remove JazzIcon and use instead a colored circle with Initial 2020-09-10 15:54:35 +10:00