Commit Graph
217 Commits
Author SHA1 Message Date
Tom (plebeius.eth) 7742e1c9b0 fix(catalog): greentext and markdown styling shouldn't appear 2024-09-17 17:03:59 +02:00
Tom (plebeius.eth) 15f3c7b830 revert package.json changes, replace markdown in util 2024-09-16 11:24:54 +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) 3e8053b9bf Update popular-threads-box.tsx 2024-09-15 15:33:19 +02:00
Tom (plebeius.eth) 2db5009911 fix(popular threads box): don't display markdown syntax, remove white space 2024-09-14 17:34:56 +02:00
Tom (plebeius.eth) 88e459b5c1 Update board.tsx 2024-09-13 15:06:10 +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) 5f55adef07 fix(theme): changing theme wouldn't work in pending post page 2024-09-08 16:31:21 +02:00
Tom (plebeius.eth) 6e472b2b17 perf(catalog): optimize filtered feed 2024-09-08 14:47:52 +02:00
Tom (plebeius.eth) c1910c9788 fix(post): special characters in content could overflow 2024-09-08 13:39:27 +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) 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) 1122eb4f71 fix(post): content could overflow on mobile, causing horizontal scroll 2024-09-05 09:36:31 +02:00
Tom (plebeius.eth) ca0020f2c5 fix(post mobile): tooltip for title wasn't centered 2024-09-04 16:35:47 +02:00
Tom (plebeius.eth) 30b91521b9 fix(home): options modal flickered when clicked twice 2024-09-02 17:29:12 +02:00
Tom (plebeius.eth) cdee29e94f feat(pending post): show board navigation, stats and post form 2024-08-29 14:18:20 +02:00
Tom (plebeius.eth) 5c846fcdc8 fix(home): "use catalog" button didn't work for some addresses 2024-08-29 12:51:22 +02:00
Tom (plebeius.eth) 4e390a9fc5 fix(theme): theme changed incorrectly in pending post page 2024-08-28 22:05:20 +02:00
Tom (plebeius.eth) dea1992c14 style(post): improve styling of deleted and removed comments 2024-08-26 17:05:56 +02:00
Tom (plebeius.eth) 1152bc7f9e style(post): mod's display name was missing color 2024-08-22 12:16:26 +02:00
Tom (plebeius.eth) bd10a4e2d9 style(boards box): don't let addresses wrap, show ellipsis instead 2024-08-14 17:03:37 +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) 8dfe2098ce feat(post): add user ID with color specific to user address 2024-08-13 18:27:56 +02:00
Tom (plebeius.eth) 99a219733c feat(post): add button to show full comment when it's too long 2024-08-12 18:11:18 +02:00
Tom (plebeius.eth) cfe8686d94 fix(popular threads box): in each post content, one return would appear as two returns (empty lines) 2024-08-12 13:13:42 +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) 7646402ca4 update avatar style 2024-07-22 16:52:13 +02:00
Tom (plebeius.eth) 7ff8af7fcd feat(post): show loading state info 2024-07-22 12:29:32 +02:00
Tom (plebeius.eth) 954b158704 feat(post): add loading state string 2024-07-21 12:17:40 +02:00
Tom (plebeius.eth) d76b03bf3f style: fix avatars 2024-07-19 18:06:00 +02:00
Tom (plebeius.eth) 3af3208c97 add translations 2024-07-15 21:46:41 +02:00
Tom (plebeius.eth) 1e16068c3a feat(post): add avatars 2024-07-12 22:06:14 +02:00
Tom (plebeius.eth) a6a551a25f feat(post): add 'loading comments' indicator 2024-07-12 10:40:02 +02:00
Tom (plebeius.eth) fe434cb634 feat(board header): add yellow offline icon for loading online status, red icon for offline status 2024-07-09 14:59:18 +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