Commit Graph
217 Commits
Author SHA1 Message Date
Tom (plebeius.eth) 14f3f04137 enable editing comments published in anon mode 2024-09-03 22:06:07 +02:00
Tom (plebeius.eth) 7f6a0b9794 recursion is not needed 2024-09-03 12:06:21 +02:00
Tom (plebeius.eth) 8487217a51 Update use-replies.ts 2024-09-02 20:49:06 +02:00
Tom (plebeius.eth) d32cebb695 Update use-replies.ts 2024-09-01 17:10:14 +02:00
Tom (plebeius.eth) 51e3ef8506 display anon mode address immediately upon publishing 2024-08-30 21:18:39 +02:00
Tom (plebeius.eth) a698b222f8 fix(use-replies): a reply to a newly-published reply wouldn't render until propagated 2024-08-30 12:19:18 +02:00
Tom (plebeius.eth) f79e3c3512 Update use-publish-reply.ts 2024-08-30 12:08:53 +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) d3d88da24a fix theme warning 2024-08-26 17:39:27 +02:00
Tom (plebeius.eth) f95ff6049f memoize initial theme 2024-08-26 12:31:15 +02:00
Tom (plebeius.eth) 733ee597aa refactor: fix warning for bad setState call in theme logic 2024-08-26 11:32:40 +02:00
Tom (plebeius.eth) 1695fa0c81 remove logs 2024-08-25 19:03:11 +02:00
Tom (plebeius.eth) 899239e10e fix anon mode 2024-08-25 18:58:38 +02:00
Tom (plebeius.eth) 999990bee1 reset reply store, memoize close modal 2024-08-21 11:11:19 +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) 43561e9077 fix couldn't change displayName more than once on anon mode 2024-08-12 21:55:52 +02:00
Tom (plebeius.eth) 188d7b73b1 fix anon mode was altering comment.author 2024-08-08 17:48:45 +02:00
Tom (plebeius.eth) 6fe0157efc fix signer when anon mode is off 2024-08-07 16:25:53 +02:00
Tom (plebeius.eth) a39262865d retrieve full signer objects to reuse anon mode address in own thread 2024-08-06 22:18:02 +02:00
Tom (plebeius.eth) 62e041ae91 rename file 2024-08-06 21:57:28 +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) f06c50ef33 fix(theme): changing theme in sfw sub wouldn't change it for p/all and p/subscriptions. it should because sfw is the default 2024-08-05 11:58:33 +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) 9a5b0ffb0c move file 2024-07-25 11:44:23 +02:00
Tom (plebeius.eth) bd7c5ae579 perf(offline indicator): improve reliability 2024-07-22 18:15:13 +02:00
Tom (plebeius.eth) 01dacc8270 fix(post): include pending replies in "x replies omitted" count 2024-07-16 13:13:04 +02:00
Tom (plebeius.eth) 3950f7b864 fix(replies): a reply would not appear immediately if published to a reply that was just published 2024-07-13 09:53:49 +02:00
Tom (plebeius.eth) d66a0b8efe fix(themes): inherit selected theme in pending post page 2024-07-10 12:36:44 +02:00
Tom (plebeius.eth) f37765ee63 Update use-is-subplebbit-offline.ts 2024-07-09 18:55:59 +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
Tom (plebeius.eth) ff72365151 revert, replyCount should come from api 2024-07-07 14:36:14 +02:00
Tom (plebeius.eth) 6d6187e531 fix: reply count was bugged 2024-07-05 10:53:23 +02:00
Tom (plebeius.eth) d78ce84db4 feat(post): clicking "+" button next to "omitted replies" message shows all replies 2024-07-01 10:26:38 +02:00
Tom (plebeius.eth) 06e18289a4 feat(styles): remember style selection per sfw or nsfw category, instead of single board 2024-06-30 21:50:50 +02:00
Tom (plebeius.eth) 6d07ea2e3c update styling, count/highlight logic depending on params and post id 2024-06-29 11:55:36 +02:00
Tom (plebeius.eth) a6a41edd76 feat(post): add post count and highlight functionality to u/address 2024-06-28 22:09:11 +02:00
Tom (plebeius.eth) dc6ea9e982 fix performance, styling 2024-06-26 21:27:28 +02:00
Tom (plebeius.eth) 972964deda feat(reply modal): greentext by selecting text 2024-06-26 18:20:25 +02:00
Tom (plebeius.eth) dc4416880e fix changing many themes quickly bugged out 2024-06-22 12:43:37 +02:00
Tom (plebeius.eth) 032ba62cbe fix(themes): changing theme would bug out 2024-06-22 12:36:38 +02:00
Tom (plebeius.eth) 73f4136f53 fix(use-theme): body css would bug out on navigation 2024-06-20 13:17:11 +02:00
Tom (plebeius.eth) 3bb1b2f8c1 perf(use-theme): refactor for performance, fix initial theme load after refresh 2024-06-19 22:55:22 +02:00
Tom (plebeius.eth) bf806d6990 fix eslint 2024-06-17 17:50:26 +02:00
Tom (plebeius.eth) 3eb9c5c20f fix: performance, logic 2024-06-17 15:39:49 +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) cadddcb4c5 handle undefined values, clarify comment 2024-06-15 12:37:45 +02:00
Tom (plebeius.eth) ea70a32f31 Update use-hide.ts 2024-06-14 10:43:52 +02:00