Commit Graph

10313 Commits

Author SHA1 Message Date
1069546b50 MediaGallery: convert to TSX+FC (first pass) 2022-09-30 18:05:23 -05:00
9b43ed7015 fixes, improvements, cleanup
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-09-30 23:20:58 +02:00
775cfad4dc Restore .floating-link for now 2022-09-30 14:19:22 -05:00
6d77e0327f Make .emojione styles global again 2022-09-30 13:35:26 -05:00
d3683ab7ef StatusContent: migrate more to css, fix SpoilerButton on dark theme 2022-09-30 13:15:37 -05:00
803dada3e0 Merge remote-tracking branch 'soapbox/develop' into events-
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-09-30 20:05:02 +02:00
0d5dfad8cc Move StatusContent css into status-content.css 2022-09-30 12:59:52 -05:00
3b2b1ab05f Move .instance-description to css file 2022-09-30 12:27:52 -05:00
d162bc5d17 Webpack: only use [chunkhash] and [contenthash] in production builds
https://webpack.js.org/guides/build-performance/#avoid-production-specific-tooling
2022-09-30 12:03:10 -05:00
c63ed1af15 Refactor Chat Settings and add into Preferences page 2022-09-30 13:01:49 -04:00
65cdaeb886 Fix query key when not search query is present 2022-09-30 10:28:19 -04:00
7fde4a0c5c Small UI improvements to chat 2022-09-30 10:22:55 -04:00
ce255b7ded Merge branch 'improve-moderated-post' into 'develop'
Improve 'In Review' UX

See merge request soapbox-pub/soapbox!1807
2022-09-29 18:06:57 +00:00
b8bbac31e5 Improve 'In Review' UX 2022-09-29 13:57:25 -04:00
dc6c2657df Fix nested button structure 2022-09-29 13:54:18 -04:00
d40fe483ef Push accounts into Redux store 2022-09-29 13:36:35 -04:00
b590c062aa Show Skeleton when changing chats 2022-09-29 13:13:10 -04:00
78543292f1 Merge branch 'chats' of gitlab.com:soapbox-pub/soapbox into chats 2022-09-29 11:24:11 -05:00
40b8bab7ab Chats: strip HTML when copying message text to clipboard 2022-09-29 11:23:49 -05:00
4c936fe6e0 Merge remote-tracking branch 'origin/chats' into chats 2022-09-29 12:04:28 -04:00
9d20d0d032 Fix order of flattenPages func 2022-09-29 12:04:23 -04:00
7722ce5e68 Chats: don't update own messages from streaming (for now) 2022-09-29 10:58:58 -05:00
b0ea57b9b9 Merge remote-tracking branch 'origin/chats' into chats 2022-09-29 09:46:39 -04:00
0a8fa3e635 Add ability to report a Chat Message 2022-09-29 09:45:57 -04:00
de78926142 ChatsPage: add settings cog 2022-09-28 19:39:22 -05:00
f8199ab701 ChatPageNew: support account search to start a new chat 2022-09-28 19:35:28 -05:00
acdd999c5c Chats: display component at /chats/new 2022-09-28 19:26:49 -05:00
e582eda17e Route /chats/new to ChatIndex 2022-09-28 19:16:20 -05:00
01b2eed2e4 Merge branch 'compose-upload-fix' into 'develop'
Fix editing media descriptions

See merge request soapbox-pub/soapbox!1805
2022-09-28 22:39:56 +00:00
8d7001f5bb Merge branch 'wtf-empty' into 'develop'
Don't display WhoToFollow panel if empty

See merge request soapbox-pub/soapbox!1804
2022-09-28 22:18:49 +00:00
0dbfd600bc Fix editing media descriptions
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-09-29 00:15:30 +02:00
2239221856 Don't display WhoToFollow panel if empty
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-09-29 00:06:37 +02:00
972881be85 Merge branch 'migrations-tsx' into 'develop'
TS/FC: Migrations page

See merge request soapbox-pub/soapbox!1803
2022-09-28 21:57:27 +00:00
5a703bbf50 TS/FC: Migrations page
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-09-28 23:49:50 +02:00
2791d3453a Chats: update chat cache in streaming 2022-09-28 15:55:56 -05:00
d6e107dd0d Chats: do routing a simpler way (keep context wrapper but set chat from route) 2022-09-28 15:38:05 -05:00
1aa2f83f1e wip event editing
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-09-28 22:22:45 +02:00
3ce5925280 useChat --> useChatActions 2022-09-28 15:20:59 -05:00
9c43f4b51e UI: delete Gab groups commented routes 2022-09-28 13:39:45 -05:00
e8b7fd8db8 Route /chats/:chatId to ChatPage component, cleanup UI imports, nuke ChatRoom (he cry) 2022-09-28 13:37:56 -05:00
002fef27a3 Add StatContext to store global stat state 2022-09-27 16:05:19 -04:00
058d0cec0b Merge remote-tracking branch 'origin/develop' into chats 2022-09-27 15:43:30 -04:00
17c2958df1 Use query key system 2022-09-27 15:42:24 -04:00
8772d19128 Merge branch 'more-country-codes' into 'develop'
CountryCodeDropdown: support +55, +351

See merge request soapbox-pub/soapbox!1801
2022-09-27 19:29:38 +00:00
89057abc7b Merge branch 'improve-people-to-follow' into 'develop'
Improve "People to Follow" widget

See merge request soapbox-pub/soapbox!1800
2022-09-27 19:27:24 +00:00
37a61660e3 Merge branch 'onboarding-action-button' into 'develop'
Remove unneeded disabled button on Bio step

See merge request soapbox-pub/soapbox!1802
2022-09-27 15:14:09 +00:00
1a124c2eab Fix fade when scrolling on ChatList 2022-09-27 10:50:01 -04:00
c40651150c Merge remote-tracking branch 'origin/develop' into chats 2022-09-27 10:41:20 -04:00
d4cf5dc2b9 Remove unneeded disabled button on Bio step
We don't require users to have bios, so we shouldn't force them to add one
during the onboarding steps in order to proceed to the next step without
"skipping" it.
2022-09-27 10:35:42 -04:00
90c122bf3f Update leave chat summary 2022-09-27 10:18:12 -04:00