Commit Graph
80 Commits
Author SHA1 Message Date
Tom (plebeius.eth) d6d2831b46 fix(reply): don't show backlink for deleted or removed reply 2024-12-01 15:08:40 +01:00
Tom (plebeius.eth) f7da51259e fix board logo in description 2024-11-29 21:53:53 +01:00
Tom (plebeius.eth) 0043e2bdb6 fix(post): deleted or removed post could show reply form 2024-11-25 19:43:51 +01:00
Tom (plebeius.eth) ab85514e9a fix thumbnail performance 2024-11-21 17:23:14 +01:00
Tom (plebeius.eth) 5565795a14 fix thumbnails could get stuck 2024-11-21 11:08:33 +01:00
Tom (plebeius.eth) 6692c65c4b add route validation checks 2024-10-29 17:40:09 +01:00
Tom (plebeius.eth) 7e8eb83bf6 refactor thumbnail fetching, add caching 2024-10-13 12:58:29 +02:00
Tom (plebeius.eth) 561e395256 feat(post): add client-side thumbnail fetching for websites with CORS access 2024-10-11 21:38:16 +02:00
Tom (plebeius.eth) 189dbe40ef fix warning 2024-09-21 13:01:23 +02:00
Tom (plebeius.eth) 994c667819 fix(post): deleted or removed replies should not be collapsed if edit reason is provided 2024-09-21 12:59:16 +02:00
Tom (plebeius.eth) d3af6c2a44 fix(post): deleted or removed posts appeared collapsed like replies 2024-09-21 12:50:24 +02:00
Tom (plebeius.eth) b3adb6c9a0 Update post-mobile.tsx 2024-09-20 16:16:09 +02:00
Tom (plebeius.eth) bb976409ff fix(anon mode): user id could change for pending post, name field could bug out 2024-09-19 17:33:00 +02:00
Tom (plebeius.eth) b18c1bc491 fix(edit menu): modal could appear opaque 2024-09-18 17:08:42 +02:00
Tom (plebeius.eth) 41c8f9dff8 style(post): collapse reply if it's deleted or removed 2024-09-18 16:38:19 +02:00
Tom (plebeius.eth) b363c27108 style(board): show rules under description 2024-09-15 21:27:32 +02:00
Tom (plebeius.eth) e068db9743 fix(post): anon ID could be wrong while post is pending 2024-09-10 15:27:43 +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) c4a5fe37b0 add translations 2024-09-03 11:24:17 +02:00
Tom (plebeius.eth) 37e45c115b Update post-mobile.tsx 2024-09-03 10:23:50 +02:00
Tom (plebeius.eth) 5b7acbc568 feat(settings): add option to hide avatars 2024-09-03 10:14:15 +02:00
Tom (plebeius.eth) 2590a9c096 fix(post): "c/Pending" could appear on first render 2024-09-02 17:15:41 +02:00
Tom (plebeius.eth) 0babf71f8c remove dot after reason
https://github.com/plebbit/plebchan/issues/487#issuecomment-2323114180
2024-09-01 19:57:26 +02:00
Tom (plebeius.eth) 46898c15dc fix eslint 2024-08-31 15:38:36 +02:00
Tom (plebeius.eth) e1422d0054 fix(post): clicking the quotelink or backlink to a reply wouldn't scroll to the reply more than once in a row 2024-08-31 15:19:43 +02:00
Tom (plebeius.eth) 0f6b922516 fix(post): reply backlink didn't appear in post info immediately after replying to it 2024-08-31 14:57:11 +02:00
Tom (plebeius.eth) d92ce20273 update translations 2024-08-30 21:29:45 +02:00
Tom (plebeius.eth) 51e3ef8506 display anon mode address immediately upon publishing 2024-08-30 21:18:39 +02:00
Tom (plebeius.eth) 74ddae0ed7 fix(post): "c/" was clickable while post is pending 2024-08-29 12:56:09 +02:00
Tom (plebeius.eth) 068c30a322 fix(post): don't show link if comment is removed or deleted 2024-08-29 12:47:22 +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) b7e443d7d3 fix(post): deleted or removed comments still showed display name, avatar, role and ID 2024-08-25 18:15:27 +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) e76262bd50 only show state string if state is not 'succeeded' 2024-08-20 16:05:19 +02:00
Tom (plebeius.eth) 0c7fcd3f63 shorten CIDs on mobile 2024-08-20 11:01:19 +02:00
Tom (plebeius.eth) 2c192b273f style(post): remove 'loading comments', the backend state string is enough already 2024-08-14 14:43:07 +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) 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) 2ab71978a7 fix(post): 'comment too long' link was broken for description and rules 2024-08-01 14:40:07 +02:00
Tom (plebeius.eth) ba4906058d fix(post): edited timestamp showed html on mobile 2024-07-31 15:48:26 +02:00
Tom (plebeius.eth) 568ab16b06 show avatar for OP as well 2024-07-31 15:46:02 +02:00
Tom (plebeius.eth) ce191a819f show 'loading' while pending post state isn't defined 2024-07-22 18:14:22 +02:00
Tom (plebeius.eth) 7646402ca4 update avatar style 2024-07-22 16:52:13 +02:00
Tom (plebeius.eth) ddb462b95e fix(post): reply quote link couldn't render in posts with link and no content 2024-07-22 16:10:59 +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) c3f7250256 fix bugs 2024-07-19 17:30:53 +02:00