Commit Graph

29 Commits

Author SHA1 Message Date
05068460e0 ChatList: use Virtuoso 2022-04-15 15:19:34 -05:00
6323c7d70e eslint: enforce gaps between groups with import/order 2022-01-10 16:25:06 -06:00
966ca91e1a eslint: alphabetize imports with import/order 2022-01-10 16:17:52 -06:00
2a0e2001d6 eslint: enforce import/order 2022-01-10 16:01:24 -06:00
6a48948af7 Use old chats list API conditionally
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2021-12-14 13:38:59 +01:00
53497c2132 Chats: Create next link if not provided
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2021-12-14 13:25:08 +01:00
12e4c6c083 wip chat pagination
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2021-12-13 18:06:47 +01:00
f70791004b Chats: add account search 2021-10-14 12:23:51 -05:00
da79e5a876 Add conditional Chat/DM buttons throughout the interface 2021-10-13 13:55:02 -05:00
ed4abfdce3 Chats: allow deleting a message, fixes #358 2020-09-22 16:20:10 -05:00
9da87405f8 Chats: improve the way messageIds are sorted 2020-09-04 18:03:38 -05:00
0e7132d25e Chats: add the building blocks for pagination 2020-09-03 19:23:00 -05:00
7d0bd47ac1 Chats: update "Message" button with conditional logic for mobile 2020-08-28 15:06:55 -05:00
e7c6862fd0 Chats: refactor ChatBox into its own component 2020-08-28 13:17:19 -05:00
f80f18d376 Chats: mark chats as read 2020-08-27 16:09:03 -05:00
10257f324d Chats: clicking "message" launches a new chat 2020-08-27 13:01:06 -05:00
9af664bda8 Start making the chat faster, but it flickers 2020-08-27 00:06:27 -05:00
02b3b08999 Chats: use semantic names for action properties 2020-08-26 19:53:54 -05:00
9a3aab27c9 Chats: clicking the profile message button calls onMessage 2020-08-26 19:46:23 -05:00
da6239c4fc Chats: move out of importer pipeline, entirely through reducers 2020-08-26 18:17:47 -05:00
5a7cc14812 Chats: rudimentary sending a message 2020-08-25 21:31:34 -05:00
cab490e1d3 Chats: display chat message content 2020-08-25 20:33:49 -05:00
0736e6d46c Chats: Let main window be minimized 2020-08-25 18:53:36 -05:00
1c6c9f0f5d Chats: Toggle pane open and minimized 2020-08-25 18:45:05 -05:00
072aed02da Chats: Allow closing a chat 2020-08-25 18:11:48 -05:00
f87f33fb94 Chats: Click chat to open pane 2020-08-25 17:54:10 -05:00
b98f06e3d3 Chats: Import and normalize chats 2020-08-25 12:38:21 -05:00
f1cff927c0 Display Chat list 2020-08-24 21:26:42 -05:00
9785019054 Add rudimentary support for pleroma:chat_mention notification type 2020-08-24 19:51:24 -05:00