Commit Graph

7754 Commits

Author SHA1 Message Date
04b4a57e06 Manage event
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-09-25 23:18:11 +02:00
e29527949d Merge branch 'share-route' into 'develop'
Fix share route

Closes #1110

See merge request soapbox-pub/soapbox!1799
2022-09-23 21:38:14 +00:00
c1618026a7 Fix share route
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-09-23 23:12:44 +02:00
f662023480 Add other actions for non-current-user messages 2022-09-23 13:00:40 -04:00
9768203f1b Open chat pane on action 2022-09-23 12:53:55 -04:00
0003b7323a Fix errant fetches to the silence endpoint 2022-09-23 09:48:52 -04:00
641bf1268d Fix loading state for chat-list 2022-09-23 09:24:20 -04:00
7335a3a0d3 Change color of last message text if unread 2022-09-23 09:08:46 -04:00
31b1f3ec97 I18n 2022-09-23 09:07:22 -04:00
0576565c83 Merge remote-tracking branch 'origin/chats' into chats 2022-09-23 09:04:05 -04:00
e8b547565e Add options to the ChatListItem 2022-09-23 09:04:01 -04:00
c8adde735f ChatPage: fix height on mobile (where ThumbNavigation is present) 2022-09-22 17:38:00 -05:00
3c9ffd30b1 ChatPageSidebar: add new chat icon (non-functional) 2022-09-22 17:18:27 -05:00
cbd7089166 ChatPageSidebar: refactor search 2022-09-22 17:06:42 -05:00
7cf1943364 Add chatsSearch feature 2022-09-22 16:52:31 -05:00
10b9a4eb4e Chats: don't make mark as read hit the API again 2022-09-22 16:34:20 -05:00
075cb15940 Add utils/queries, refactor streaming 2022-09-22 16:28:05 -05:00
c12999a438 Chats: use v2 endpoint if supported 2022-09-22 16:06:15 -05:00
fa919c217b Create ChatSearchInput component 2022-09-22 15:24:11 -05:00
836ff09a3d Merge branch 'fix-reply-mentions-modal' into 'develop'
Fix ReplyMentionsModal crash

Closes #1108

See merge request soapbox-pub/soapbox!1798
2022-09-22 20:18:23 +00:00
904e93bd8e Fix ReplyMentionsModal crash
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-09-22 22:00:32 +02:00
46d309ae45 ChatListItem: restrict height of last_message content 2022-09-22 14:58:31 -05:00
2e728d99f9 ChatWidget: remove 'direct' streaming (it uses the 'user' stream) 2022-09-22 14:36:46 -05:00
1a4a6382d3 Make account.chats_onboarded true by default for backwards-compatibility 2022-09-22 14:34:07 -05:00
516d35e8ab Increase space between ChatListItems 2022-09-22 14:13:15 -04:00
045fe8dcbb Improve spacing and height of Chats page 2022-09-22 14:03:12 -04:00
89c1225976 Hide widget if not onboarded 2022-09-22 12:55:29 -04:00
93b11ec99c Add new airplane icon for sending messages 2022-09-22 12:45:01 -04:00
7c134a0c29 Switch buttons 2022-09-22 12:39:52 -04:00
4466326f8c Change copy to 'Delete for both' 2022-09-22 11:51:12 -04:00
624d139a5a Chats: MAKE WEBSOCKET STREAMING WORK!!! 2022-09-21 18:26:18 -05:00
c3edd71bf3 Chats: WIP streaming mutations 2022-09-21 17:52:20 -05:00
fe7333ddb0 Information page, improvements
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-09-21 23:27:53 +02:00
15a5c01cef Chats: ['chats'] --> ['chats', 'search'] 2022-09-21 13:47:46 -05:00
90c8096f9e Merge remote-tracking branch 'origin/develop' into chats 2022-09-21 10:18:29 -05:00
309bd2c34f Event discussion page
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-09-21 13:20:53 +02:00
097954d2f1 Merge branch 'compose-focus-fix' into 'develop'
ComposeForm: don't focus the input constantly, add usePrevious hook

Closes #1105

See merge request soapbox-pub/soapbox!1796
2022-09-20 13:19:44 +00:00
bf590d26c4 ChatPageMain: add back button for mobile 2022-09-19 16:28:32 -05:00
4ea422abb5 ChatsPage: remove pb-36 2022-09-19 15:13:55 -05:00
9dc1a0caec ChatPage: allow selecting a chat on mobile 2022-09-19 15:12:18 -05:00
19ef0fee20 ChatPage: size the height correctly for mobile 2022-09-19 15:02:16 -05:00
d1b10f72aa ChatPage: collapse on mobile 2022-09-19 14:56:23 -05:00
ad521e528e ChatListItem: prevent links from being clicked 2022-09-19 14:33:22 -05:00
e42f0bc9b0 ChatPageMain: allow switching chats before onboarding 2022-09-19 14:19:46 -05:00
9a1242965f Merge branch 'self-typofix' into 'develop'
Self status typofix

See merge request soapbox-pub/soapbox!1797
2022-09-19 19:18:29 +00:00
6ce7c0a8cb Chats: clean up some eslint errors 2022-09-19 14:14:39 -05:00
39f682a472 Self status typofix 2022-09-19 14:04:51 -05:00
6b57b62b38 ComposeForm: don't focus the input constantly, add usePrevious hook 2022-09-19 13:55:08 -05:00
23bbaf329b UI: remove QueryClient (it's already in containers/soapbox, how did that happen?) 2022-09-19 13:04:51 -05:00
d7243c0e91 Merge remote-tracking branch 'origin/develop' into chats 2022-09-19 13:01:40 -05:00