Commit Graph
380 Commits
Author SHA1 Message Date
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) 7e3fa787bb refactor(time filter): use typescript 2024-10-09 21:32:56 +02:00
Tom (plebeius.eth) f247f0e995 fix(anon mode): refreshing page could generate a new anon address for thread 2024-09-20 15:13:53 +02:00
Tom (plebeius.eth) 641db5defe Update use-publish-reply.ts 2024-09-20 12:25:22 +02:00
Tom (plebeius.eth) 184f343e2b Update use-publish-reply.ts 2024-09-20 11:49:29 +02:00
Tom (plebeius.eth) 81e2c0ffcb fix displayName 2024-09-19 21:07:45 +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) b363c27108 style(board): show rules under description 2024-09-15 21:27:32 +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) e068db9743 fix(post): anon ID could be wrong while post is pending 2024-09-10 15:27:43 +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) 5d2e28eb5b fix(catalog): p/all description would show while filter to hide threads without images is turned on 2024-09-05 15:04:54 +02:00
Tom (plebeius.eth) fcd1ce65fb fix edit menu logic 2024-09-04 16:15:47 +02:00
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