Commit Graph

39 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 25910be0fd
do not display the reveal seed banner if user just used it 2021-11-03 09:38:12 +11:00
Audric Ackermann 4e30614077
disable unsend request on the UI for now (#1934)
* disable unsend request on the UI too

* do not stop propagation of events for message ctx menu
2021-09-20 17:00:54 +10:00
audric bd7d88e170 remove theme from css and used variables instead 2021-09-01 14:29:04 +10:00
audric 350f00283b move tsx and theme to css variables part1 2021-08-31 13:58:34 +10:00
audric 8ebcb2d1e1 replace SessionIcon size enum with type 2021-08-30 14:02:15 +10:00
audric 985a5d92bc do not show search input if we only got a single conversation 2021-08-26 16:44:58 +10:00
Warrick Corfe-Tan dbc19adeb8 Adding PR changes, running yarn ready 2021-08-19 12:10:11 +10:00
Warrick Corfe-Tan 48b4aab63c applying PR fixes. 2021-08-18 11:17:42 +10:00
Warrick Corfe-Tan f255f674c8 Refactoring subcomponents to fix ts-lint errors. 2021-08-17 15:11:40 +10:00
Warrick Corfe-Tan af298936d9 Combining and 80 and 90 completion stages. 2021-08-17 10:05:12 +10:00
Warrick Corfe-Tan d13a6824ee running yarn ready 2021-08-12 09:24:52 +10:00
Warrick Corfe-Tan b0a8c6c3eb wip: adding recovery phrase prompt. 2021-08-12 09:23:47 +10:00
Audric Ackermann ee4a0b9b1e
cleanedup redux action openConversationExternal 2021-07-08 16:12:58 +10:00
Audric Ackermann f7581cf4eb
increase prettier maxWidth to 100 2021-04-22 18:03:58 +10:00
Audric Ackermann 10307bac38 fix lint 2020-12-15 11:03:21 +11:00
Audric Ackermann 3e01eee207
fix color of icon compose on dark theme
cross color is always white as the background is black
2020-12-14 22:27:53 +11:00
Audric Ackermann fdcb02bfdc
remove Section header rendering from static method, just render JSX 2020-12-14 22:20:09 +11:00
Audric Ackermann cb2f90f7f7
make SessioNotificationCount a styled component 2020-12-04 18:01:51 +11:00
Audric Ackermann e38be266c2 major rework of session icon => make them styled with styled-component 2020-12-03 12:09:39 +11:00
Audric Ackermann 73e15250d7
Merge remote-tracking branch 'upstream/clearnet' into integration-test-logs-rebased 2020-06-03 15:56:48 +10:00
Maxim Shishmarev fcadcd780e More integration tests for medium groups 2020-05-29 17:48:57 +10:00
Audric Ackermann 779be1213e
fix delete message test by making it independant 2020-05-26 17:36:28 +10:00
Audric Ackermann 8606280080
add key for SessioNotificationCount component 2020-05-26 17:36:28 +10:00
Vincent 21a95ce587 Closable overlay finished 2020-05-13 12:59:23 +10:00
Vincent 5c02dc9371 sorting-tinkers 2020-05-13 12:03:49 +10:00
Vincent 711112d076 Remove channels 2020-05-07 13:51:39 +10:00
Vincent 85c9576b45 fractional centering 2020-03-30 07:38:43 +11:00
Vincent 0a26e09217 9+ on icons 2020-03-27 16:22:41 +11:00
Vincent 582bc71b99 Contacts section reformatting 2020-02-12 15:50:23 +11:00
Vincent de4edf9252 CLosed groups ui initial listprops 2020-02-04 11:55:01 +11:00
Audric Ackermann 9921be8fcb fix errors on no callback set for tab switch 2020-01-16 11:19:17 +11:00
Audric Ackermann 73041ccef3 show receivedFriendRequest in a popup 2020-01-16 11:19:17 +11:00
Vincent 5360968a91 Add public server modal to message pane 2020-01-13 16:10:19 +11:00
Audric Ackermann 9cc6807b22 lint code 2020-01-03 17:07:41 +11:00
Audric Ackermann 249cf4d12c ActionPanel: add notificationcount for friendrequest and unreadMessages 2020-01-03 17:07:40 +11:00
Audric Ackermann 571af6c654 add contact section bottom buttons and empty list 2020-01-03 17:07:40 +11:00
Audric Ackermann c9a35ac89d add notification bubble on leftpane header 2020-01-03 17:07:40 +11:00
Audric Ackermann 04227e7fb7 make the leftpane header a bit more generic to handle tabs 2020-01-03 17:07:40 +11:00