Commit Graph
66 Commits
Author SHA1 Message Date
Tom (plebeius.eth) 628115f198 feat(catalog): show posts published by account instantly in feed 2025-02-23 16:28:30 +01:00
Tom (plebeius.eth) 06988e354a use backend states by default 2025-02-20 15:34:30 +01:00
Tom (plebeius.eth) 882703b00d feat: auto subscribe new accounts to specific default subplebbits 2025-02-20 15:15:19 +01:00
Tom (plebeius.eth) 68a2d301f1 update loading strings 2025-02-20 13:54:55 +01:00
Tom (plebeius.eth) 273f62f285 add translation 2025-02-11 12:27:03 +01:00
Tom (plebeius.eth) 53638b023d update translations 2024-12-21 00:55:18 +01:00
Tom (plebeius.eth) 6692c65c4b add route validation checks 2024-10-29 17:40:09 +01:00
Tom (plebeius.eth) 0705bd9dbd fix: color missing, translation missing 2024-10-15 13:10:47 +02:00
Tom (plebeius.eth) 08086012ff add subplebbit address to p/all catalog preview cards 2024-10-13 18:56:16 +02:00
Tom (plebeius.eth) ba9496ca42 feat(catalog): add warning to switch filter if there aren't enough posts in p/all and p/subscriptions 2024-10-12 15:35:27 +02:00
Tom (plebeius.eth) cadf416058 revert(catalog): disable catalog filters temporarily, they don't perform well with api 2024-09-17 17:04:38 +02:00
Tom (plebeius.eth) 02ca893be7 focus input when adding catalog filter 2024-09-12 21:28:35 +02:00
Tom (plebeius.eth) 664a33482f move filters to interface settings, enable for all feeds 2024-09-12 21:22:22 +02:00
Tom (plebeius.eth) 1cfd823ad9 Revert "fix(catalog filters): clicking "hide threads without images" would run the filter before clicking save"
This reverts commit 319ff28b51.
2024-09-11 21:34:25 +02:00
Tom (plebeius.eth) 319ff28b51 fix(catalog filters): clicking "hide threads without images" would run the filter before clicking save 2024-09-10 18:57:48 +02:00
Tom (plebeius.eth) ea42d5d46c fix(catalog filters): clicking "save" button didn't close the modal 2024-09-10 18:49:15 +02:00
Tom (plebeius.eth) d45cc8b126 use zustand memoization for catalog filters, it fixes the useFeed bug with performance 2024-09-10 18:20:24 +02:00
Tom (plebeius.eth) 6e472b2b17 perf(catalog): optimize filtered feed 2024-09-08 14:47:52 +02:00
Tom (plebeius.eth) ee7a349a3b add translation 2024-09-06 11:28:24 +02:00
Tom (plebeius.eth) 299a97c3e3 add translations 2024-09-05 16:51:16 +02:00
Tom (plebeius.eth) 8f0efaf15f prevent catalog filter with empty value 2024-09-05 16:01:45 +02:00
Tom (plebeius.eth) c70fa57cba add catalog filters 2024-09-05 15:36:00 +02:00
Tom (plebeius.eth) da33358ca4 feat(catalog): add text pattern filters 2024-09-05 14:46:44 +02:00
Tom (plebeius.eth) 8598d1056e feat(feed): show account comments instantly in the feed once published, instead of waiting for the feed to update 2024-08-03 13:21:09 +02:00
Tom (plebeius.eth) 3af3208c97 add translations 2024-07-15 21:46:41 +02:00
Tom (plebeius.eth) 6eb521f501 style: update mobile UI spacing, colors 2024-06-30 11:47:09 +02:00
Tom (plebeius.eth) 9241daed34 update document title 2024-06-28 17:14:57 +02:00
Tom (plebeius.eth) d3c29fd6ec feat(catalog): add 'you have blocked this board' message and unblock button 2024-06-27 14:18:10 +02:00
Tom (plebeius.eth) 9495e98183 feat(catalog): display error from subplebbit in feed (such as, 'address is incorrect') 2024-06-27 14:13:46 +02:00
Tom (plebeius.eth) b3bfc7fccc fix(catalog filters): filters changed their opposite value 2024-06-24 18:26:54 +02:00
Tom (plebeius.eth) 1a22ac5068 chore: add translations 2024-06-22 10:32:19 +02:00
Tom (plebeius.eth) aff806a359 Update catalog-filters.tsx 2024-06-21 22:50:12 +02:00
Tom (plebeius.eth) 677fe641a3 fix(catalog filters): clarify label 2024-06-21 22:19:33 +02:00
Tom (plebeius.eth) 092c25bb0c fix eslint 2024-06-20 15:00:31 +02:00
Tom (plebeius.eth) d9234c4e2a feat(catalog): apply filter for text-only threads to rules and description 2024-06-18 21:06:30 +02:00
Tom (plebeius.eth) 7f3630e289 feat(catalog): add 'image size' and 'show OP comment' options 2024-06-17 21:16:31 +02:00
Tom (plebeius.eth) 22c1acdd3d feat(subplebbit): add automatic theme based on nsfw or sfw tags 2024-06-17 12:17:36 +02:00
Tom (plebeius.eth) e860593650 feat(catalog): add filters to mobile 2024-06-15 17:09:28 +02:00
Tom (plebeius.eth) aa63ab0f1b feat(catalog): add filters modal for text-only posts, nsfw boards in p/all 2024-06-15 16:42:30 +02:00
Tom (plebeius.eth) 60ab84efd1 revert 2c1ea47, sorting store should be separate from catalog filters store 2024-06-15 16:03:59 +02:00
Tom (plebeius.eth) 2c1ea475df refactor(catalog filters store): add sorting store 2024-06-14 22:00:43 +02:00
Tom (plebeius.eth) ce93915919 feat(catalog): add filter to hide text-only threads, turned on by default 2024-06-14 21:56:23 +02:00
Tom (plebeius.eth) 0831e757bb fix: wrong route check, default time filter value, missing translation 2024-06-11 12:04:16 +02:00
Tom (plebeius.eth) b1e3400d44 perf(feed): optimize postsPerPage 2024-06-11 10:25:48 +02:00
Tom (plebeius.eth) 841c6c4101 fix don't use time filter in single board feed 2024-06-09 18:16:01 +02:00
Tom (plebeius.eth) 15bffe89bf feat: add time filter to p/all and p/subscriptions 2024-06-09 16:40:32 +02:00
Tom (plebeius.eth) 911ec8f65f refactor: move use-theme store to stores 2024-05-31 20:14:32 +02:00
Tom (plebeius.eth) 7648ef1432 fix(description): escape character wasn't excluded from translation 2024-05-31 19:59:56 +02:00
Tom (plebeius.eth) 1ecb2ba13d feat(catalog): add sorting option 2024-05-31 18:18:42 +02:00
Tom (plebeius.eth) 19164db606 fix: wrong document titles 2024-05-31 17:33:49 +02:00