Commit Graph

22 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 56412df2b4 fixup registration page with back buttons for now
Relates #1889
2021-09-02 15:08:39 +10:00
audric 350f00283b move tsx and theme to css variables part1 2021-08-31 13:58:34 +10:00
Audric Ackermann f7581cf4eb
increase prettier maxWidth to 100 2021-04-22 18:03:58 +10:00
Audric Ackermann e38be266c2 major rework of session icon => make them styled with styled-component 2020-12-03 12:09:39 +11:00
Vincent ab414ca10e Microphone 2020-02-27 16:29:01 +11:00
Audric Ackermann 29da7c2d53 remove enabled props from SessionButton. Use disabled instead 2020-01-21 10:06:17 +11:00
Audric Ackermann 214679dece add registration errors show to user 2020-01-16 11:01:20 +11:00
Vincent d217c76647 mergable settingsview 2020-01-15 13:49:07 +11:00
Vincent 8de2ce9e23 Theme toggle and settings abstraction 2020-01-14 13:28:31 +11:00
Vincent 5360968a91 Add public server modal to message pane 2020-01-13 16:10:19 +11:00
Vincent 0ee01fc8fd Search UI and caret 2020-01-08 19:16:01 +11:00
Audric Ackermann c9000c3f26 add the accept/decline buttons on friend requests in conversationslist 2020-01-03 17:07:41 +11:00
Vincent 8aac656107 Modals finished. Need to xfer all to React 2019-12-20 16:08:57 +11:00
Audric Ackermann 2cc7f3ed20 fix merge issue 2019-12-16 11:07:25 +11:00
Audric Ackermann 0bb92971ee SessionButtonTypes -> SessionButtonType and create enum for registration tabs 2019-12-16 09:38:33 +11:00
Audric Ackermann 291e3b48a0 add i18n translation and use them in the app 2019-12-16 09:37:31 +11:00
Audric Ackermann 75c35633ab add clickhandler to SessionButton and the AccentText component 2019-12-16 09:21:20 +11:00
Vincent 0c4f57e57d Added session button types and session button colors 2019-12-11 15:51:14 +11:00
Vincent 98b4b18583 Added message selection inital functionality and added to buttons 2019-12-10 16:56:03 +11:00
Vincent 533ec4eedc Fixed syntax & linted 2019-12-05 16:12:33 +11:00
Audric Ackermann 24e24681a6 add a custom session button 2019-12-05 11:04:48 +11:00