Commit graph

4697 commits

Author SHA1 Message Date
Alex Gleason
098ece132c
Code: fix commit hash not appearing 2022-05-01 15:07:55 -05:00
marcin mikołajczak
8ba9cef23d Merge branch 'autoload-switch' into 'develop'
Make 'Automatically load more items…' work

See merge request soapbox-pub/soapbox-fe!1288
2022-05-01 19:52:33 +00:00
Alex Gleason
1308c1ce69 Merge branch 'emoji-button-fixes' into 'develop'
Emoji button fixes

See merge request soapbox-pub/soapbox-fe!1289
2022-05-01 19:50:49 +00:00
5a86de5d13 Use useSettings hook
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-05-01 21:36:29 +02:00
Alex Gleason
50e71c1156
EmojiButtonWrapper: delay closing the selector for 500ms 2022-05-01 14:31:40 -05:00
520a3bd765 Merge remote-tracking branch 'soapbox/develop' into autoload-switch 2022-05-01 21:30:13 +02:00
d6795a55b1 Fix 'Automatically load more items…'
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-05-01 21:30:07 +02:00
Alex Gleason
d20d66078c
EmojiButtonWrapper: wrap in .relative 2022-05-01 14:10:35 -05:00
Alex Gleason
1e2bccc728 Merge branch 'reply-stop-propagation' into 'develop'
StatusActionBar: stopPropagation on reply click

See merge request soapbox-pub/soapbox-fe!1287
2022-05-01 18:51:19 +00:00
Alex Gleason
ebff30e559
StatusActionBar: stopPropagation on reply click 2022-05-01 13:50:13 -05:00
Alex Gleason
e2cbc449ad Merge branch 'card-title-truncate' into 'develop'
CardTitle: truncate too long text

See merge request soapbox-pub/soapbox-fe!1286
2022-05-01 18:45:50 +00:00
Alex Gleason
1ebd66f6c1 Merge branch 'fc' into 'develop'
TypeScript conversions

See merge request soapbox-pub/soapbox-fe!1285
2022-05-01 18:34:55 +00:00
Alex Gleason
c4cd2d2049
CardTitle: truncate too long text 2022-05-01 13:29:36 -05:00
Alex Gleason
2e5cc2619d
ProfileHoverCard: convert to tsx 2022-05-01 13:11:20 -05:00
Alex Gleason
829a61c3a5
Delete unused ColumnSubheading 2022-05-01 12:54:54 -05:00
Alex Gleason
311ec14200
Convert most Placeholder components into TSX 2022-05-01 12:53:53 -05:00
Alex Gleason
5def7a087d
Convert UploadArea to tsx 2022-05-01 12:46:06 -05:00
Alex Gleason
e20a083fb4
Convert placeholder components to TSX 2022-05-01 12:45:37 -05:00
Alex Gleason
db434e3b77 Merge branch 'version-3' into 'develop'
Bump version to 3.0.0

See merge request soapbox-pub/soapbox-fe!1284
2022-05-01 16:54:29 +00:00
Alex Gleason
16347db292
Bump to v3.0.0 2022-05-01 11:34:26 -05:00
Alex Gleason
c73378a96d
Merge remote-tracking branch 'origin/stable/2.0.x' into version-3 2022-05-01 11:34:11 -05:00
Alex Gleason
37b0fb3d51 Merge branch 'next' into 'develop'
Next

Closes #895 and #880

See merge request soapbox-pub/soapbox-fe!1122
2022-05-01 16:27:16 +00:00
Alex Gleason
c791f3c107
Bump version to 2.0.0 2022-05-01 11:25:30 -05:00
Alex Gleason
78b7752ac0
Merge remote-tracking branch 'origin/develop' into next 2022-05-01 11:08:19 -05:00
Alex Gleason
cf26ef5f7d Merge branch 'trans-italian' into 'develop'
italian translation

See merge request soapbox-pub/soapbox-fe!1276
2022-05-01 15:52:17 +00:00
Tassoman Pigi
0e2bae3335 italian translation 2022-05-01 15:52:17 +00:00
marcin mikołajczak
ebc4f0c5eb Merge branch 'next' into 'next'
Add break-words to quoted status content

See merge request soapbox-pub/soapbox-fe!1283
2022-05-01 15:38:02 +00:00
023b327751 Add break-words to quoted status content
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-05-01 17:17:44 +02:00
Alex Gleason
9883bcab2f Merge branch 'next-ui-comments' into 'next'
Add JSDoc comments to all ui components

See merge request soapbox-pub/soapbox-fe!1282
2022-05-01 04:59:03 +00:00
Alex Gleason
b7d4411627
Add JSDoc comments to all ui components 2022-04-30 23:39:58 -05:00
Alex Gleason
999d5bd9f4 Merge branch 'next-routes' into 'next'
Next: routes

See merge request soapbox-pub/soapbox-fe!1281
2022-04-30 17:29:11 +00:00
Alex Gleason
e17825777b
Fix /invite layout 2022-04-30 12:10:06 -05:00
Alex Gleason
706d864293
Put /signup behind feature flags 2022-04-30 12:02:30 -05:00
Alex Gleason
16322e8d6c
Add /signup route 2022-04-30 11:54:24 -05:00
Alex Gleason
28ead43f96
Fix DMs link 2022-04-30 11:45:58 -05:00
Alex Gleason
f19bd32e52
/admin --> /soapbox/admin 2022-04-30 11:31:04 -05:00
Alex Gleason
e08a297eff
/auth/verify --> /verify 2022-04-30 11:28:18 -05:00
Alex Gleason
4765db5ef3 Merge branch 'mastodon-settings' into 'next'
Store settings in IndexedDB even on unsupported backends

See merge request soapbox-pub/soapbox-fe!1279
2022-04-30 14:40:01 +00:00
marcin mikołajczak
5f8d66a6c2 Merge branch 'next' into 'next'
fix: Poll duration menu shows as all-white except for the option you're hovering over

See merge request soapbox-pub/soapbox-fe!1280
2022-04-30 12:24:55 +00:00
057c86da75 fix: Poll duration menu shows as all-white except for the option you're hovering over
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-04-30 14:04:00 +02:00
Alex Gleason
39b92b96fc
Store settings in IndexedDB even on unsupported backends 2022-04-29 23:15:41 -05:00
Alex Gleason
1588f9c94a
QuotedStatus: hide relationship 2022-04-29 22:26:44 -05:00
Alex Gleason
fa80911fae Merge branch 'next-edit-profile' into 'next'
Next: EditProfile improvements

See merge request soapbox-pub/soapbox-fe!1278
2022-04-30 03:11:48 +00:00
Alex Gleason
5d77723189
ProfilePage: remove unused import 2022-04-29 21:52:46 -05:00
Alex Gleason
c4e376816d
ProfileField: style verified links 2022-04-29 21:51:48 -05:00
Alex Gleason
ce73b30237
actions/me: do it with a const 2022-04-29 21:41:41 -05:00
Alex Gleason
20013cf712
ProfileField: basic styling 2022-04-29 21:37:35 -05:00
Alex Gleason
b2c9d4938f
Display rudimentary ProfileFieldsPanel 2022-04-29 21:05:39 -05:00
Alex Gleason
2702f3fd70
ProfileStats: convert to TSX 2022-04-29 20:41:14 -05:00
Alex Gleason
0127d282e2
ProfileInfoPanel: convert to TSX 2022-04-29 20:33:26 -05:00