Commit graph

6270 commits

Author SHA1 Message Date
Alex Gleason
bb535b10ed
Add ChatsPage for bigger layout 2022-09-01 13:17:30 -05:00
Alex Gleason
471ee4d179
Rename chats to messages 2022-09-01 13:17:30 -05:00
Alex Gleason
2f0a41cc36
ChatMessageList: fix horizontal overflow for long messages in UI 2022-09-01 13:17:30 -05:00
Alex Gleason
271bc271f7
Chats: normalize chat messages from the API 2022-09-01 13:17:30 -05:00
Alex Gleason
2f5caad67f
Chats: use compareId to sort messages (fix Pleroma) 2022-09-01 13:17:30 -05:00
Justin
fc81cda6bb Fix classnames import 2022-08-31 13:24:01 -04:00
Justin
c63fdec916 Reset state on failure 2022-08-31 13:22:43 -04:00
Justin
7535862a40 Autogrow the textarea 2022-08-31 13:22:41 -04:00
Justin
3939e27827 Add ability to copy the message 2022-08-31 13:22:18 -04:00
Justin
5dd44d3094 Add last_message_id param to API 2022-08-31 13:22:18 -04:00
Justin
2a02f6dcc7 Rename snooze endpoint 2022-08-31 13:22:18 -04:00
Justin
cfa183531e Fix text alignment 2022-08-31 13:22:18 -04:00
Justin
b04bc6a7ae Add shadow when scrolling 2022-08-31 13:22:18 -04:00
Justin
01167af69e Add infinite scroll to ChatList 2022-08-31 13:22:16 -04:00
Justin
e384d1f40d Setup websockets 2022-08-31 13:21:43 -04:00
Justin
0f7cfada50 Improve dark mode of chats 2022-08-31 13:21:43 -04:00
Justin
ba2ffd1501 Snooze 2022-08-31 13:21:43 -04:00
Justin
e7bd56f959 Refactor 2022-08-31 13:21:43 -04:00
Justin
a2e2d60fc7 Add Message List Intro component 2022-08-31 13:21:43 -04:00
Justin
396a1f1f46 Add Chat Settings 2022-08-31 13:21:43 -04:00
Justin
d2d64e4ec4 Refactor and auto-accept chats 2022-08-31 13:21:43 -04:00
Justin
ea5525d02c Refactor leave/report chat 2022-08-31 13:21:43 -04:00
Justin
0cb0e8af9e Add ability to leave chat 2022-08-31 13:21:43 -04:00
Justin
8492cc59e2 Add ability to accept chat 2022-08-31 13:21:43 -04:00
Justin
1ed1f3fd2e Add ability to delete message 2022-08-31 13:21:42 -04:00
Justin
7557445a3e Disable submit button 2022-08-31 13:20:54 -04:00
Justin
751c031420 Disable submit button 2022-08-31 13:20:54 -04:00
Justin
84dc06db42 d 2022-08-31 13:20:54 -04:00
Justin
3a48082dc9 Remove old React Query stuff 2022-08-31 13:20:54 -04:00
Justin
2c6c281568 Add "useDebounce" hook 2022-08-31 13:20:53 -04:00
Justin
27df2b617e Update Input with append and prepend props 2022-08-31 13:20:53 -04:00
Justin
f0b3cc67aa Add "items-start" support to Stack 2022-08-31 13:20:53 -04:00
Justin
2f568ffc84 Extend Textarea component with resizeable prop 2022-08-31 13:20:53 -04:00
Justin
2aab3bb736 Change translations for chat 2022-08-31 13:20:53 -04:00
Alex Gleason
58322862e4 Make chat panes REALLY BIG 2022-08-31 13:20:53 -04:00
Alex Gleason
0b4fc43172 Chats: break out Pane into a UI component 2022-08-31 13:20:53 -04:00
Justin
f16da850fd Add React Query 2022-08-31 13:20:53 -04:00
marcin mikołajczak
b7abb11ca2 Merge branch 'clsx' into 'develop'
Replace `classnames` with `clsx`

See merge request soapbox-pub/soapbox-fe!1759
2022-08-31 13:41:41 +00:00
Alex Gleason
a7a665c7e4 Merge branch 'upgrade-sentry' into 'develop'
Upgrade Sentry to v7.11

See merge request soapbox-pub/soapbox-fe!1755
2022-08-31 13:18:40 +00:00
03d6211e1c Replace classnames with clsx
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-08-31 11:35:06 +02:00
marcin mikołajczak
7f99568c73 Merge branch 'close-compose-modal' into 'develop'
Consistent behavior of compose modal close confirmation

See merge request soapbox-pub/soapbox-fe!1758
2022-08-31 04:56:20 +00:00
05d296f1ee Consistent behavior of compose modal close confirmation
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-08-30 22:51:13 +02:00
Alex Gleason
dd8aabab50 Merge branch 'ads-expiry-fix' into 'develop'
Ads: fix expiry filter logic

See merge request soapbox-pub/soapbox-fe!1757
2022-08-30 14:11:21 +00:00
Alex Gleason
27581fa776
Ads: fix expiry filter logic 2022-08-30 08:57:44 -05:00
Alex Gleason
7d5a8ecf6f Merge branch 'drop-fe' into 'develop'
Soapbox FE --> Soapbox

See merge request soapbox-pub/soapbox-fe!1754
2022-08-30 00:22:40 +00:00
marcin mikołajczak
561a58c504 Merge branch 'datepicker-style' into 'develop'
Change dark styles for datepicker input

See merge request soapbox-pub/soapbox-fe!1756
2022-08-29 21:10:50 +00:00
4678acc94e Change dark styles for datepicker input
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-08-29 22:58:50 +02:00
Alex Gleason
0341ab658d
Upgrade Sentry to v7.11 2022-08-29 14:33:58 -05:00
Alex Gleason
195f81329b Merge branch 'expiring-ads' into 'develop'
Expiring ads

See merge request soapbox-pub/soapbox-fe!1753
2022-08-29 16:57:45 +00:00
Alex Gleason
5fec9c580b
Soapbox FE --> Soapbox 2022-08-29 11:20:56 -05:00