Commit Graph

22 Commits (48e7a0e25f92548e6f180246291454dee3c9b951)

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
3 years ago
audric 56412df2b4 fixup registration page with back buttons for now
Relates #1889
4 years ago
audric 350f00283b move tsx and theme to css variables part1 4 years ago
Audric Ackermann f7581cf4eb
increase prettier maxWidth to 100 4 years ago
Audric Ackermann e38be266c2 major rework of session icon => make them styled with styled-component 4 years ago
Vincent ab414ca10e Microphone 5 years ago
Audric Ackermann 29da7c2d53 remove enabled props from SessionButton. Use disabled instead 5 years ago
Audric Ackermann 214679dece add registration errors show to user 5 years ago
Vincent d217c76647 mergable settingsview 5 years ago
Vincent 8de2ce9e23 Theme toggle and settings abstraction 5 years ago
Vincent 5360968a91 Add public server modal to message pane 5 years ago
Vincent 0ee01fc8fd Search UI and caret 5 years ago
Audric Ackermann c9000c3f26 add the accept/decline buttons on friend requests in conversationslist 5 years ago
Vincent 8aac656107 Modals finished. Need to xfer all to React 5 years ago
Audric Ackermann 2cc7f3ed20 fix merge issue 5 years ago
Audric Ackermann 0bb92971ee SessionButtonTypes -> SessionButtonType and create enum for registration tabs 5 years ago
Audric Ackermann 291e3b48a0 add i18n translation and use them in the app 5 years ago
Audric Ackermann 75c35633ab add clickhandler to SessionButton and the AccentText component 5 years ago
Vincent 0c4f57e57d Added session button types and session button colors 5 years ago
Vincent 98b4b18583 Added message selection inital functionality and added to buttons 5 years ago
Vincent 533ec4eedc Fixed syntax & linted 5 years ago
Audric Ackermann 24e24681a6 add a custom session button 5 years ago