Commit Graph
240 Commits
Author SHA1 Message Date
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) 8d35e0942f fix(board): virtuoso footer would overflow 2024-11-05 12:14:12 +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) a927f3aa00 fix(reply): hidden reply was too big and showed edit menu checkbox 2024-11-04 18:52:15 +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) 5429fafebe style(topbar): don't show '.eth'/'.sol' for every address 2024-10-27 16:37:21 +01:00
Tom (plebeius.eth) e9f7f1bd20 Update board.module.css 2024-10-19 19:29:28 +02:00
Tom (plebeius.eth) 19fe788fc7 Update post.module.css 2024-10-15 16:56:20 +02: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) 08086012ff add subplebbit address to p/all catalog preview cards 2024-10-13 18:56:16 +02:00
Tom (plebeius.eth) 1d99fc4a74 fix color and translation 2024-10-13 18:49:45 +02:00
Tom (plebeius.eth) 088ec8428b fix popular posts 2024-10-12 17:09:23 +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) d5dcedf3bd fix: p/all description showed "undefined" in window title 2024-09-18 14:23:07 +02:00
Tom (plebeius.eth) dcd970c706 fix replycount of description post 2024-09-18 12:37:39 +02:00
Tom (plebeius.eth) a0d0b3eb5b fix overflow 2024-09-17 18:01:29 +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) 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