Commit Graph

47 Commits

Author SHA1 Message Date
Audric Ackermann 291d4682e4
fix some tests 2020-11-25 09:14:22 +11:00
Audric Ackermann 1503d83f3a
add ourPrimary convo to redux and update the actionPanel with it 2020-11-18 18:48:20 +11:00
Audric Ackermann e613613416
show toast with react-toastify and make them a styled-component 2020-11-09 11:25:57 +11:00
Audric Ackermann 0b4400837b
fix scroll to quoted message and contact display name of group updates 2020-11-04 16:55:52 +11:00
Audric Ackermann fe3cfb9e82
move all menu to react-contexify 2020-10-22 16:34:41 +11:00
Audric Ackermann c41eaada25
move display of message list to a subcomponent 2020-10-16 14:54:31 +11:00
Audric Ackermann 1a379d2466
add theme logic to switch between dark/light theme based on redux store 2020-10-15 10:07:38 +11:00
Audric Ackermann 56cd42d34c
remove authorColor unused in Session 2020-09-15 15:26:09 +10:00
Audric Ackermann 6eb13e43e3
simplify a lot avatar props 2020-09-15 15:07:22 +10:00
Audric Ackermann 1da4ae69c2
render NoteToSelf list item as a normal conversation 2020-09-10 15:52:36 +10:00
Audric Ackermann 62be54c05a
update text for lightmode forced to user 2020-09-03 11:32:04 +10:00
Audric Ackermann 22b2d80993
make light theme default for existing users and show dialog to revert 2020-08-28 10:10:45 +10:00
Audric Ackermann 94bd47fb8c
add way to add icon to SessionConfirm dialog 2020-08-28 10:08:32 +10:00
Audric Ackermann 422c2610b6
add light theme for leftpane conversation list view 2020-08-24 12:06:03 +10:00
Audric Ackermann 39463d2f93
enable back ability to switch theme from leftpane 2020-08-21 12:54:29 +10:00
Mikunj 22c64395d9 Remove multi-device warnings 2020-08-04 12:45:12 +10:00
Audric Ackermann 471a381b4b
show disabled multi device message every 5 loads 2020-07-30 16:27:09 +10:00
Audric Ackermann 9464c03806
adress reviews 2020-07-30 15:53:44 +10:00
Audric Ackermann 761ebf4a7c
lint 2020-07-30 15:03:08 +10:00
Audric Ackermann abc9456d14
add popup for disabling multi device 2020-07-30 15:01:11 +10:00
Audric Ackermann a853d27b28
disable multi device link and show warnings placeholder 2020-07-28 08:58:55 +10:00
Audric Ackermann d2e7462627
unregister to change events for avatarUpdates on ActionPanel 2020-07-14 11:28:10 +10:00
Audric Ackermann 948e32fbf7
update our top left avatar on avatar changes
when our primary device updates the avatar, we wait for a sync message
to know about this update.
Once this message comes in, it updates the avatar on the conversation,
but nothing refresh the ActionPanel component.

This commit makes sure we listen for changes on our conversation to
trigger this refresh.
2020-07-13 16:28:03 +10:00
Audric Ackermann eb9a838af1
remove friends from UI logic 2020-06-16 10:04:18 +10:00
Audric Ackermann 66de8d9648
remove plenty of the friend logic 2020-06-15 18:05:14 +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 7b674bb8d8 Various UI improvements 2020-02-12 17:27:14 +11:00
Vincent 4a7e2dece7 Password lock screen and delete data screen 2020-01-28 16:43:39 +11:00
Vincent 3dd18a0c9c Profile picture upload, fixes and copy 2020-01-24 12:26:15 +11:00
Vincent b68b4d8a27 Formatting and button positioning 2020-01-22 14:28:29 +11:00
Vincent c369b0c553 Edit user profile complete 2020-01-22 14:09:34 +11:00
Audric Ackermann 213db6c1ed fix lint 2020-01-16 11:27:29 +11:00
Audric Ackermann 1e79534615 make avatar in actionpanel not clickable 2020-01-16 11:27:29 +11:00
Audric Ackermann c44437f62c add channel section and refactor closableOverlay 2020-01-16 11:26:25 +11:00
Audric Ackermann 30a1e4da99 display unreadcount in actionpanel even on search mode 2020-01-16 11:20:25 +11:00
Audric Ackermann 7cac734ff5 count globally number of message unread in selector 2020-01-16 11:19:17 +11:00
Audric Ackermann ecaf37cc82 resolve merge issues 2020-01-03 17:32:33 +11:00
Audric Ackermann 9cc6807b22 lint code 2020-01-03 17:07:41 +11:00
Audric Ackermann 34fde5f71a contact list, show receivedfriendrequest, then sent, then friends 2020-01-03 17:07:41 +11:00
Audric Ackermann 05bbc43b22 fix accept/decline friend request from conversationListItem 2020-01-03 17:07:41 +11:00
Audric Ackermann fc938df520 Number of friend requests includes the read requests 2020-01-03 17:07:41 +11:00
Audric Ackermann 7ae0c65e87 show current friends and pending friend request in contact lists 2020-01-03 17:07:40 +11:00
Audric Ackermann a0949d49ea unreadcount and friendrequestcount: break if already >9 2020-01-03 17:07:40 +11:00
Audric Ackermann 249cf4d12c ActionPanel: add notificationcount for friendrequest and unreadMessages 2020-01-03 17:07:40 +11:00
Audric Ackermann 1bbb3cedd4 render header from static method in LeftPane.tsx to be reused on subsection 2020-01-03 17:07:40 +11:00
Audric Ackermann 8b40bacc70 rename LeftPaneSections to ActionsPanel 2020-01-03 17:07:40 +11:00
Renamed from ts/components/session/LeftPaneSections.tsx (Browse further)