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 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
Warrick Corfe-Tan ca4dec9fda linting, formatting, testing 2021-07-20 15:23:48 +10:00
Warrick Corfe-Tan 28924a63bb removing some unusued imports. 2021-07-20 15:03:30 +10:00
Warrick Corfe-Tan 3fca7ef4de remove unused imports. 2021-07-20 14:47:57 +10:00
Warrick Corfe-Tan 973df5d245 clicking outside of confirmation modal body closes confirmation modal. 2021-07-20 14:46:19 +10:00
Audric Ackermann 9ed030fac6
fix moderator add/remove 2021-06-21 14:10:06 +10:00
Warrick Corfe-Tan 6affca034d yarn linting fixes. 2021-06-18 16:36:43 +10:00
Warrick Corfe-Tan f356c9b843 Yarn formatting. 2021-06-18 16:30:42 +10:00
Warrick Corfe-Tan 64545ec7c4 Merge branch 'merge-dialogs' of https://github.com/Bilb/loki-messenger into merge-dialogs 2021-06-18 15:56:46 +10:00
Audric Ackermann 93e43fe929
move conversation dialogs to redux store 2021-06-18 14:31:16 +10:00
Warrick Corfe-Tan eb2e60b2eb Fixed update-group-name dialog styling. 2021-06-18 11:34:10 +10:00
Audric Ackermann bbbcfd54d6
rename all spacer-* to react component 2021-06-17 16:51:59 +10:00
Warrick Corfe-Tan 09f4b703ef seed dialog refactored 2021-06-07 17:42:45 +10:00
Warrick Corfe-Tan b2dcb695f8 Fixed modal header styling for onion path dialog. 2021-06-07 11:44:49 +10:00
Warrick Corfe-Tan ec39f7ae9b Moved edit profile saving into edit profile component file. 2021-06-04 14:48:05 +10:00
Warrick Corfe-Tan 72d31bf158 Modal header additions. Close and back button. 2021-06-02 19:58:33 +10:00
Warrick Corfe-Tan 066e0d954e lights glowing but not yet in order.
WIP glow cycle.

Glow animation working.

Glow animation working, modal no longer interferring with left menu margins.

Cleaning up code. Adding PR suggestions.

Adding typing.

Refactor edit profile modal dialog to no longer use the signal code.
2021-06-02 15:57:56 +10:00
Warrick Corfe-Tan 98fe0a87d8 WIP making changes to modal. 2021-05-26 10:05:07 +10:00
Warrick Corfe-Tan d7b22e13e1 WIP: Onion path modal using redux state and refactored modals. 2021-05-26 09:58:33 +10:00