Commit Graph

4395 Commits

Author SHA1 Message Date
Alex Gleason bb2729d44b Merge branch 'error-handling' into 'next'
Improve Error Handling

See merge request soapbox-pub/soapbox-fe!1163
2022-03-30 15:23:03 +00:00
Justin 6ccc1f10ec Improve style of UploadProgress 2022-03-30 11:22:37 -04:00
Justin a15697faef Convert UploadProgress to TSX 2022-03-30 10:51:07 -04:00
Justin 08a56082a9 Use intl to format messages 2022-03-30 10:40:09 -04:00
Justin 1ce5b5b34f Handle max file size before we process with server 2022-03-30 10:40:09 -04:00
Justin c38ed64308 Add fallback for missing errors 2022-03-30 10:40:09 -04:00
Justin 9352638761 Convert media.js to TSX 2022-03-30 10:40:09 -04:00
Justin fbd8fa87ae Improve error handling 2022-03-30 10:40:09 -04:00
Alex Gleason e788722405 Merge branch 'next' into 'next'
Styles, dark mode

See merge request soapbox-pub/soapbox-fe!1162
2022-03-30 13:47:08 +00:00
marcin mikołajczak 9022651a67 Styles, dark mode
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-03-30 15:07:17 +02:00
Alex Gleason 8dfda97fea
Actually, keep some of the good locale changes 2022-03-29 15:34:07 -05:00
Alex Gleason 4d4780aa72
Merge remote-tracking branch 'origin/develop' into next 2022-03-29 15:26:14 -05:00
Alex Gleason f5a4a6fb39
Take locales from origin/develop 2022-03-29 15:20:47 -05:00
Alex Gleason b1d2681115
WIP emoji reacts 2022-03-29 15:17:39 -05:00
marcin mikołajczak 7f57f58b98 Merge branch 'next' into 'next'
next

See merge request soapbox-pub/soapbox-fe!1160
2022-03-29 19:39:00 +00:00
marcin mikołajczak 36c0fb5882 Support trending statuses from Mastodon 3.5
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-03-29 21:15:06 +02:00
marcin mikołajczak 6d4d96528c quote posts?
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-03-29 20:12:49 +02:00
marcin mikołajczak 6023f69b2e remove duplicate column headings
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-03-29 16:26:02 +02:00
Alex Gleason 9da47fe4d3 Merge branch 'next' into 'next'
Dark mode, chats thumbnav link styles

See merge request soapbox-pub/soapbox-fe!1159
2022-03-29 14:15:18 +00:00
marcin mikołajczak e5f06bf0aa Update snapshots
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-03-29 15:58:11 +02:00
marcin mikołajczak dbeb292009 wip dark mode
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-03-29 15:40:02 +02:00
Alex Gleason 7006af2803
ui/column: fix snapshot 2022-03-28 19:02:21 -05:00
Alex Gleason 570164de33
ui/column: add `relative` class 2022-03-28 18:55:28 -05:00
Alex Gleason 75adf65ee9
Helmet: fix title 2022-03-28 18:55:21 -05:00
Alex Gleason 56e51e265b Merge branch 'next-sb-normalizer' into 'next'
Next: Normalize SoapboxConfig, small bug fixes

See merge request soapbox-pub/soapbox-fe!1158
2022-03-28 23:44:13 +00:00
Alex Gleason a8eed4192d
tintify: tweak color intensity 2022-03-28 18:21:43 -05:00
Alex Gleason 51fc8402f2
MediaGallery: use original image 2022-03-28 18:00:21 -05:00
Alex Gleason c8bb99af60
Improve color normalization 2022-03-28 18:00:04 -05:00
Alex Gleason 4e5422ec61
SoapboxConfig: normalize cryptoAddresses 2022-03-28 15:29:39 -05:00
Alex Gleason 483b28988f
Normalize SoapboxConfig 2022-03-28 14:58:50 -05:00
Alex Gleason 2c0ce084c3
Chats: remove duplicate navigation 2022-03-28 11:07:26 -05:00
Alex Gleason 240e991bea Merge branch 'next-compose' into 'next'
Next: ComposeForm minor improvements

See merge request soapbox-pub/soapbox-fe!1157
2022-03-27 05:11:26 +00:00
Alex Gleason 32085632fa
ComposeForm minor improvements 2022-03-26 23:53:44 -05:00
Alex Gleason dedc744355 Merge branch 'next-polls' into 'next'
Next: Polls functional components

See merge request soapbox-pub/soapbox-fe!1156
2022-03-27 03:42:21 +00:00
Alex Gleason 1a1464f5ba
Poll: convert to React.FC, remove PollContainer 2022-03-26 22:24:52 -05:00
Alex Gleason cc1df1bd09
Polls: style with Tailwind 2022-03-26 22:06:18 -05:00
Alex Gleason 9262d5c26b
Poll: break into smaller components 2022-03-26 19:53:51 -05:00
Alex Gleason e78ea4aaf3
Polls: break out PollOptionText into a React.FC 2022-03-26 19:05:16 -05:00
Alex Gleason 334b45ec74
Polls: break out PollPercentageBar into separate component 2022-03-26 18:52:48 -05:00
Alex Gleason 28782a29e8 Merge branch 'next-polls' into 'next'
Next: convert Polls to TSX

See merge request soapbox-pub/soapbox-fe!1155
2022-03-26 23:28:19 +00:00
Alex Gleason 0cdf898b37
Convert Polls to TSX 2022-03-26 18:11:26 -05:00
Alex Gleason 4322712bfb
Convert OptionalMotion and ReducedMotion to TypeScript 2022-03-26 17:26:26 -05:00
marcin mikołajczak dbdcdcc9da Merge branch 'language-pl' into 'develop'
Update Polish translation

See merge request soapbox-pub/soapbox-fe!1154
2022-03-26 22:19:36 +00:00
marcin mikołajczak 7f7d3ed2ee Update Polish translation
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-03-26 23:03:14 +01:00
Alex Gleason 37a40e9f67 Merge branch 'next-polls' into 'next'
Next: Polls

See merge request soapbox-pub/soapbox-fe!1153
2022-03-26 21:40:34 +00:00
Alex Gleason c0c758c103
Typescript: reducers/polls.ts 2022-03-26 16:20:45 -05:00
Alex Gleason 1ce340c1c5
Make polls look mostly okay 2022-03-26 15:39:50 -05:00
Alex Gleason 4fec5b3dd7 Merge branch 'next-ts-features' into 'next'
Next: convert utils/features.ts to TypeScript

See merge request soapbox-pub/soapbox-fe!1152
2022-03-26 19:40:37 +00:00
Alex Gleason 05f5045648
Convert utils/features.ts to TypeScript 2022-03-26 14:23:29 -05:00
Alex Gleason 67bbc9e267 Merge branch 'next-routes' into 'next'
Next: Features conditional routing

See merge request soapbox-pub/soapbox-fe!1151
2022-03-26 19:10:18 +00:00