Commit Graph

11839 Commits

Author SHA1 Message Date
Alex Gleason 3686b41ba5
Fix column header, make background the same color as foreground 2025-01-24 19:49:41 -06:00
Alex Gleason e43ca0cbb3
Remove background shapes and landing gradient 2025-01-24 19:36:53 -06:00
Alex Gleason 2198816e78
Add logo and search to left sidebar 2025-01-24 19:34:15 -06:00
Alex Gleason 191d7f1967
Fix a bunch of stuff to match the new theme 2025-01-24 18:57:31 -06:00
Alex Gleason a4b041723a
Remove `=== 'black'` conditionals 2025-01-24 15:51:42 -06:00
Alex Gleason f952499a33 Merge branch 'remove-fragments-bookmark' into 'main'
refactor: remove ancient bookmarks fragments (interactions, reducers, etc)

See merge request soapbox-pub/soapbox!3311
2025-01-13 14:39:58 +00:00
P. Reis 4e87e81076 refactor: remove bookmarks in status-list reducer 2025-01-13 11:23:54 -03:00
P. Reis e56ffdae40 refactor: remove UNBOOKMARK_SUCCESS fragments 2025-01-13 11:21:24 -03:00
P. Reis 40fbdd952c refactor: remove BOOKMARK_SUCCESS fragments 2025-01-13 10:26:19 -03:00
Alex Gleason 4f9eefd524 Merge branch 'remote-tl-crash' into 'main'
Fix crash on remote timeline when logged out

See merge request soapbox-pub/soapbox!3310
2024-12-30 21:44:14 +00:00
Alex Gleason 655974a832
Fix crash on remote timeline when logged out 2024-12-30 15:41:31 -06:00
Alex Gleason 4d2dde6783 Merge branch 'dont-poll' into 'main'
Don't automatically poll home/notifications when WebSocket disconnects

See merge request soapbox-pub/soapbox!3309
2024-12-30 17:31:49 +00:00
Alex Gleason 35a2b4e583
Don't automatically poll home/notifications when WebSocket disconnects 2024-12-30 11:29:17 -06:00
Alex Gleason 59698cff90 Merge branch 'relationships-chunk' into 'main'
Fetch relationships in chunks of 20

See merge request soapbox-pub/soapbox!3308
2024-12-28 23:13:15 +00:00
Alex Gleason 85cdec6a5b
Fetch relationships in chunks of 20 2024-12-28 17:10:52 -06:00
Alex Gleason 959adc6604 Merge branch 'finish-pure-status-component' into 'main'
Finish pure status component

See merge request soapbox-pub/soapbox!3297
2024-12-28 17:36:20 +00:00
Alex Gleason 1e07105016
Merge remote-tracking branch 'origin/main' into finish-pure-status-component 2024-12-27 15:46:32 -06:00
Alex Gleason b7907e94f8 Merge branch 'polyfill-withresolvers' into 'main'
Polyfill Promise.withResolvers

Closes #1802

See merge request soapbox-pub/soapbox!3307
2024-12-27 18:17:34 +00:00
Alex Gleason 715c961fff
Polyfill Promise.withResolvers
Fixes: https://gitlab.com/soapbox-pub/soapbox/-/issues/1802
2024-12-27 12:14:24 -06:00
Alex Gleason 39065bc1af
compose: log upload errors to console 2024-12-27 12:13:58 -06:00
Alex Gleason baf1c2acae Merge branch 'toast-error-fallthrough' into 'main'
showAlertForError: fallthrough when response.error() fails

See merge request soapbox-pub/soapbox!3306
2024-12-26 17:29:28 +00:00
Alex Gleason 3158e0a16a
showAlertForError: fallthrough when response.error() fails 2024-12-26 11:26:58 -06:00
Alex Gleason c5a745957a Merge branch 'fix-mfa' into 'main'
MastodonResponse: use .passthrough() on errorSchema

Closes #1801

See merge request soapbox-pub/soapbox!3305
2024-12-26 17:22:28 +00:00
Alex Gleason 1926daa3c7
MastodonResponse: use .passthrough() on errorSchema
Fixes https://gitlab.com/soapbox-pub/soapbox/-/issues/1801
2024-12-26 11:19:33 -06:00
P. Reis b344de8425 refactor: remove bookmarks actions 2024-12-20 14:00:08 -03:00
P. Reis ab8a2de1c8 Merge branch 'main' into finish-pure-status-component 2024-12-19 21:03:14 -03:00
P. Reis edc83e1509 Merge branch 'main' into finish-pure-status-component 2024-12-19 20:53:07 -03:00
P. Reis b8da3e4f0c refactor: get status in new entity store as a fallback 2024-12-19 20:23:54 -03:00
P. Reis afd1f49e59 refactor: create useReaction hook, used in PureStatusReactionWrapper componet 2024-12-19 18:51:10 -03:00
Alex Gleason c737d7cb5c Merge branch 'fix-profile-update' into 'main'
Fix updating profile avatar/banner

See merge request soapbox-pub/soapbox!3304
2024-12-19 19:43:48 +00:00
Alex Gleason 2385d0694f
Fix updating profile avatar/banner 2024-12-19 13:41:21 -06:00
P. Reis d2126f60f2 refactor: use statusSchema.parse rather than statusSchema.safeParse
we want to throw any errors so they are catched
2024-12-18 21:16:08 -03:00
P. Reis 2acb8e601d refactor: move useFavourite to 'src/api/hooks' 2024-12-18 10:54:27 -03:00
Alex Gleason 9542c5bbc2 Merge branch 'bunker-44' into 'main'
Switch bunker to nip44 encryption

See merge request soapbox-pub/soapbox!3303
2024-12-18 08:00:04 +00:00
Alex Gleason 614d950083
Switch bunker to nip44 encryption
https://gitlab.com/soapbox-pub/ditto/-/issues/279
2024-12-18 01:58:50 -06:00
P. Reis 68625bd208 Merge branch 'main' into finish-pure-status-component 2024-12-17 21:25:09 -03:00
Alex Gleason e6deb7916c Merge branch 'fix-pagination' into 'main'
Fix pagination

See merge request soapbox-pub/soapbox!3302
2024-12-18 00:19:37 +00:00
Alex Gleason f0043813e6
MastodonClient: merge searchParams 2024-12-17 18:16:34 -06:00
Alex Gleason 790564b74e
Fix BACKEND_URL with baseClient 2024-12-17 18:01:40 -06:00
P. Reis f6cc3382dd refactor: use /PureStatusReactionWrapper component in PureStatusActionBar component 2024-12-17 19:59:04 -03:00
P. Reis ede079a0eb refactor/checkpoint: create PureStatusReactionWrapper component
to make it work 100%, a reaction hook must be created and used, rather than dispatching the simpleEmojiReact() function from actions (src/actions/emoji-reacts.ts)
2024-12-16 21:06:46 -03:00
P. Reis 7e6418fc9b Merge branch 'main' into finish-pure-status-component 2024-12-13 23:46:31 -03:00
P. Reis 4c2ed157a0 feat: create reblogEffect and unreblogEffect functions, and use it in legacy actions in such a way that everything is compatible 2024-12-13 23:41:34 -03:00
Alex Gleason dd3ac81a7b Merge branch 'baseurl' into 'main'
Actually fix baseURL

See merge request soapbox-pub/soapbox!3300
2024-12-14 02:32:08 +00:00
Alex Gleason dc48b256d6
Actually fix baseURL 2024-12-13 20:31:25 -06:00
Alex Gleason 98617d1036 Merge branch 'baseurl' into 'main'
Fix baseURL drama

See merge request soapbox-pub/soapbox!3299
2024-12-14 02:19:05 +00:00
Alex Gleason 4b3e8fcf22
Fix baseURL drama 2024-12-13 20:18:05 -06:00
Alex Gleason dcdd14b2b8 Merge branch 'axios' into 'main'
Remove axios

See merge request soapbox-pub/soapbox!3298
2024-12-14 01:57:14 +00:00
Alex Gleason 878c3ac54d
MastodonClient: fallback to XHR for onUploadProgress 2024-12-13 19:52:31 -06:00
P. Reis beed9fa6c3 fix: import the bookmarked status to the start of the cache array 2024-12-13 22:49:39 -03:00