Wykres commitów

6695 Commity (24bca458bde2069f2fccd6178be4e67795472afc)

Autor SHA1 Wiadomość Data
Alex Gleason 7a54e07966
Video: fix default aspect ratio (16:9) 2022-09-30 20:32:24 -05:00
Alex Gleason af49171cb9
fullscreen.js --> fullscreen.ts 2022-09-30 19:53:59 -05:00
Alex Gleason 0b7416b6e5
Video: convert to TSX+FC 2022-09-30 19:37:35 -05:00
Alex Gleason cc3e8ebd3b
MediaGallery: clean up unused code, rearrange useEffect 2022-09-30 18:11:05 -05:00
Alex Gleason 1069546b50
MediaGallery: convert to TSX+FC (first pass) 2022-09-30 18:05:23 -05:00
Alex Gleason 775cfad4dc
Restore .floating-link for now 2022-09-30 14:19:22 -05:00
Alex Gleason 6d77e0327f
Make .emojione styles global again 2022-09-30 13:35:26 -05:00
Alex Gleason d3683ab7ef
StatusContent: migrate more to css, fix SpoilerButton on dark theme 2022-09-30 13:15:37 -05:00
Alex Gleason 0d5dfad8cc
Move StatusContent css into status-content.css 2022-09-30 12:59:52 -05:00
Alex Gleason 3b2b1ab05f
Move .instance-description to css file 2022-09-30 12:27:52 -05:00
Alex Gleason 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
Justin c63ed1af15 Refactor Chat Settings and add into Preferences page 2022-09-30 13:01:49 -04:00
Justin 65cdaeb886 Fix query key when not search query is present 2022-09-30 10:28:19 -04:00
Justin 7fde4a0c5c Small UI improvements to chat 2022-09-30 10:22:55 -04:00
Chewbacca 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
Justin b8bbac31e5 Improve 'In Review' UX 2022-09-29 13:57:25 -04:00
Justin dc6c2657df Fix nested button structure 2022-09-29 13:54:18 -04:00
Justin d40fe483ef Push accounts into Redux store 2022-09-29 13:36:35 -04:00
Justin b590c062aa Show Skeleton when changing chats 2022-09-29 13:13:10 -04:00
Alex Gleason 78543292f1
Merge branch 'chats' of gitlab.com:soapbox-pub/soapbox into chats 2022-09-29 11:24:11 -05:00
Alex Gleason 40b8bab7ab
Chats: strip HTML when copying message text to clipboard 2022-09-29 11:23:49 -05:00
Justin 4c936fe6e0 Merge remote-tracking branch 'origin/chats' into chats 2022-09-29 12:04:28 -04:00
Justin 9d20d0d032 Fix order of flattenPages func 2022-09-29 12:04:23 -04:00
Alex Gleason 7722ce5e68
Chats: don't update own messages from streaming (for now) 2022-09-29 10:58:58 -05:00
Justin b0ea57b9b9 Merge remote-tracking branch 'origin/chats' into chats 2022-09-29 09:46:39 -04:00
Justin 0a8fa3e635 Add ability to report a Chat Message 2022-09-29 09:45:57 -04:00
Alex Gleason de78926142
ChatsPage: add settings cog 2022-09-28 19:39:22 -05:00
Alex Gleason f8199ab701
ChatPageNew: support account search to start a new chat 2022-09-28 19:35:28 -05:00
Alex Gleason acdd999c5c
Chats: display component at /chats/new 2022-09-28 19:26:49 -05:00
Alex Gleason e582eda17e
Route /chats/new to ChatIndex 2022-09-28 19:16:20 -05:00
marcin mikołajczak 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
marcin mikołajczak 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
marcin mikołajczak 0dbfd600bc Fix editing media descriptions
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-09-29 00:15:30 +02:00
marcin mikołajczak 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
marcin mikołajczak 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
marcin mikołajczak 5a703bbf50 TS/FC: Migrations page
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-09-28 23:49:50 +02:00
Alex Gleason 2791d3453a
Chats: update chat cache in streaming 2022-09-28 15:55:56 -05:00
Alex Gleason d6e107dd0d
Chats: do routing a simpler way (keep context wrapper but set chat from route) 2022-09-28 15:38:05 -05:00
Alex Gleason 3ce5925280
useChat --> useChatActions 2022-09-28 15:20:59 -05:00
Alex Gleason 9c43f4b51e
UI: delete Gab groups commented routes 2022-09-28 13:39:45 -05:00
Alex Gleason e8b7fd8db8
Route /chats/:chatId to ChatPage component, cleanup UI imports, nuke ChatRoom (he cry) 2022-09-28 13:37:56 -05:00
Justin 002fef27a3 Add StatContext to store global stat state 2022-09-27 16:05:19 -04:00
Justin 058d0cec0b Merge remote-tracking branch 'origin/develop' into chats 2022-09-27 15:43:30 -04:00
Justin 17c2958df1 Use query key system 2022-09-27 15:42:24 -04:00
Alex Gleason 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
Chewbacca 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
Justin 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
Justin 1a124c2eab Fix fade when scrolling on ChatList 2022-09-27 10:50:01 -04:00
Justin c40651150c Merge remote-tracking branch 'origin/develop' into chats 2022-09-27 10:41:20 -04:00
Justin 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