Commit Graph
65 Commits
Author SHA1 Message Date
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) 684ca25a65 display state strings from backend, but with user friendly wording 2025-02-20 13:29:24 +01:00
Tom (plebeius.eth) 273f62f285 add translation 2025-02-11 12:27:03 +01:00
Tom (plebeius.eth) ced1189c49 refactor 2025-01-23 22:55:22 +01:00
Tom (plebeius.eth) eb3a630cc3 feat: add christmas theme 2024-12-24 17:13:12 +01:00
Tom (plebeius.eth) 53638b023d update translations 2024-12-21 00:55:18 +01:00
Tom (plebeius.eth) 439654e388 fix eslint 2024-11-12 23:26:14 +01:00
Tom (plebeius.eth) 1cc8d9acbe feat(p/all): improve design of "show more posts" button in feed footer 2024-11-12 18:52:40 +01:00
Tom (plebeius.eth) 0b92c60f34 fix(board): account comments couldn't appear instantly in feed
Date.now() is in milliseconds, timestamp is in seconds
2024-11-05 18:06:26 +01:00
Tom (plebeius.eth) 4f25e0fbc6 small fixes 2024-11-05 12:48:28 +01:00
Tom (plebeius.eth) 82217a726c fix(p/all): empty 24h feed would not show 'show more posts since last week' 2024-11-05 11:25:08 +01:00
Tom (plebeius.eth) 634f1ceb24 remove log 2024-11-04 15:04:18 +01:00
Tom (plebeius.eth) c6e301af0f style(interface settings): add description to each UI setting 2024-10-31 12:48:01 +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) c2aa9cad49 fix(feed): old account comments could appear at the top of the feed 2024-10-15 12:11:56 +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) eac0a0150c feat(board): suggest user to switch time filter on p/all and p/subscription if there aren't enough posts 2024-10-09 22:30:31 +02:00
Tom (plebeius.eth) dcd970c706 fix replycount of description post 2024-09-18 12:37:39 +02:00
Tom (plebeius.eth) 7497daa4d0 fix eslint 2024-09-15 21:38:16 +02:00
Tom (plebeius.eth) b363c27108 style(board): show rules under description 2024-09-15 21:27:32 +02:00
Tom (plebeius.eth) 88e459b5c1 Update board.tsx 2024-09-13 15:06:10 +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) 72f0c79922 fix(board): show description even if there are no posts 2024-09-07 18:11:38 +02:00
Tom (plebeius.eth) f6548cc2b8 fix(replymodal): replying didn't work from multiboard feeds (p/all, p/subscriptions) 2024-08-14 10:23:47 +02:00
Tom (plebeius.eth) 828e066d3d fix replymodal autofocus 2024-08-09 12:08:22 +02:00
Tom (plebeius.eth) 179a328941 Update board.tsx 2024-08-07 21:14:21 +02:00
Tom (plebeius.eth) db67a9452c feat(settings): add anon mode - automatically use a different user ID in each thread 2024-08-06 20:12:07 +02:00
Tom (plebeius.eth) a992912e10 show newly published account comments after pinned threads 2024-08-04 15:40:09 +02:00
Tom (plebeius.eth) 934b70bded only show account comment in feed if state is 'succeeded' 2024-08-03 14:51:14 +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) 9f7544936e feat: use red offline icon for subplebbits that are most likely offline (ipns record fails to update) 2024-07-07 20:02:58 +02:00
Tom (plebeius.eth) 9241daed34 update document title 2024-06-28 17:14:57 +02:00
Tom (plebeius.eth) 4f312f67c0 fix(board): description and rules weren't visible on feed view 2024-06-27 14:12:47 +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) 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) 3206631e89 feat(post): add block options to mobile menu 2024-06-14 16:58:13 +02:00
Tom (plebeius.eth) 67e3bc8d68 feat: hide button for posts soft hides them persistently without blocking the cid 2024-06-13 17:50:05 +02:00
Tom (plebeius.eth) 8e5a5919fa refactor: rename PostPage to Post, export Post component from Post view 2024-06-11 15:49:26 +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) ab209d273c fix bugs 2024-06-03 13:53:12 +02:00
Tom (plebeius.eth) 4b2a6025d3 feat(board): show error in feed near loading string 2024-06-03 11:04:53 +02:00
Tom (plebeius.eth) 1ecb2ba13d feat(catalog): add sorting option 2024-05-31 18:18:42 +02:00
Tom (plebeius.eth) fe48a991cc chore: add translations 2024-05-31 17:29:19 +02:00
Tom (plebeius.eth) bc74a9ff77 feat(board buttons): improve layout, increase dimensions of post form on mobile, add refresh buttons 2024-05-31 15:16:21 +02:00
Tom (plebeius.eth) 6609d00e82 revert "hidden threads" feat, must wait for 'filterHidden: false' API 2024-05-31 09:38:59 +02:00