plebeius
63ee8aa168
refactor: rebrand default subplebbits to 5chan directories
2026-01-28 16:51:27 +08:00
plebeius
fa4ec6da40
feat(mod-queue): improve compact view and add pending approval features
...
- Update excerpt format to show both title and content (title: content)
- Add Type and Image columns to compact view (desktop and mobile)
- Show parent post above replies in feed view
- Add approve/reject buttons to post page for pending posts when user is mod
- Translate pending approval string across all languages
- Reorder columns: No., Excerpt, Submitted, Type, Image, Actions
- Right-align Type and Image columns in desktop view
2026-01-26 16:31:15 +08:00
plebeius
28873478a2
fix(post): include pending replies in useReplies calls
2026-01-26 15:36:39 +08:00
plebeius
d86637200b
fix(mod-queue): improve alert threshold input validation and add i18n for view selector
2026-01-25 16:56:48 +08:00
plebeius
14e8c92fa0
feat(mod-queue): add view mode selection and integrate with post components
2026-01-25 16:29:15 +08:00
plebeius
b8e3a0202a
fix(replies): reply permalink didn't auto-scroll to deep replies
2026-01-19 16:02:45 +01:00
plebeius
c2bbe2dd0b
fix(comment-content): ensure parent comment number is populated for nested replies
2026-01-19 14:34:26 +01:00
plebeius
5e1114e087
fix(post): OP thumbnail overlaps with replies when image has unusual dimensions
2026-01-18 18:41:05 +01:00
plebeius
4b0402996f
Change 'CID:' label to 'No.' in post info components
2026-01-18 18:13:35 +01:00
plebeius
64ef0ddccf
fix(subplebbit-stats): revert broken useStableSubplebbitStats hook
2026-01-14 15:14:33 +01:00
plebeius
3799dccd88
perf: prevent unnecessary re-renders from RPC client state changes
2026-01-14 15:05:45 +01:00
plebeius
c0c6e9ee31
perf(feeds): use hasMore instead of length check for conditional virtualization
2026-01-13 17:01:51 +01:00
plebeius
6f9e3b2330
fix(mod queue): show mod queue button in /mod/ multiboard view
2026-01-11 17:25:49 +01:00
plebeius
f6348f0e66
Fix ban duration change updating ban expiration when ban checkbox is unchecked
2026-01-09 17:22:05 +01:00
plebeius
a959f14290
fix(edit-menu): use correct banExpiresAt path in commentModeration.author
2026-01-09 16:43:21 +01:00
plebeius
ac850ca830
fix key warning
2026-01-09 16:34:27 +01:00
plebeius
476681c689
fix(comment-content): use correct banExpiresAt path for ban visibility
2026-01-09 16:28:17 +01:00
plebeius
e0fb887bac
sort mod queue by timestamp, remove redundant "view" button
2026-01-09 15:47:56 +01:00
plebeius
402313107c
feat(post): add pending approval label
2026-01-08 17:09:35 +01:00
plebeius
e899ac7fb9
update mod queue
2026-01-08 16:43:14 +01:00
plebeius
d71d3a5971
remove unnecessary comments
2026-01-08 14:34:52 +01:00
plebeius
70ba14591a
feat: implement mod queue
2026-01-07 16:03:02 +01:00
plebeius
e77dd53e0e
fix(topbar): didn't update when subscribing to a board
2026-01-03 17:25:03 +01:00
plebeius
9fe31c873b
refactor: clean up imports and move inline component definitions after imports
2026-01-03 16:17:48 +01:00
plebeius
d71d518e27
fix(catalog-row): expand CatalogPost memo comparator to prevent stale renders
2026-01-03 16:13:59 +01:00
plebeius
52fea3851e
fix(p2p-options): correct Solana chainId from 1 to 101
2026-01-03 16:04:24 +01:00
plebeius
1abc8410cd
feat(moderation): add purge action to edit menu
2026-01-02 17:06:25 +01:00
plebeius
3d676062af
feat(p2p options): add http routers field
2026-01-02 16:48:21 +01:00
plebeius
fa32833b2a
perf(components): prevent rerenders from updatingState
...
Use Zustand selectors with custom equality functions to only subscribe to specific fields needed by components, avoiding unnecessary rerenders when transient state like updatingState changes. Extract offline indicators into separate components to isolate rerenders. Memoize card components in catalog and popular threads views.
2026-01-02 16:42:16 +01:00
plebeius
764b4258e6
refactor(settings): rebrand plebbit options to P2P options
2026-01-02 15:53:02 +01:00
plebeius
dd3bdf24ab
style(p2p options settings): adjust textarea heights and dynamic rows
2026-01-02 15:43:01 +01:00
plebeius
341e72ad5b
fix(error-display): add delay to prevent false positive error displays
2025-12-31 16:00:58 +01:00
plebeius
7486202d3c
style(settings): rename "plebbit options" to "p2p options", and "plebbit account" to "bitsocial account"
2025-12-31 15:40:16 +01:00
plebeius
fcd8838045
fix(markdown): embedded media in comment.content shouldn't be expandable and should be already expanded
2025-12-31 15:23:56 +01:00
plebeius
b3c88e46e9
rebrand plebbit options to pkc options
2025-12-30 18:21:04 +01:00
plebeius
0d34b14185
fix postform position on mobile
2025-12-29 16:40:33 +01:00
plebeius
eb3b02ae9e
refactor(i18n): use shorter translation keys for all feed filter
2025-12-29 16:35:21 +01:00
plebeius
652385561b
feat(all-feed): add NSFW/SFW filter
2025-12-29 16:18:59 +01:00
plebeius
c094786f97
pass threadNumber to reply modal store
2025-12-28 22:16:38 +01:00
plebeius
bf2c7ae61b
refactor: use post number instead of shortCid in reply modal and quote previews
2025-12-28 11:53:02 +01:00
plebeius
2b8d6f4fce
perf: only virtualize replies when count exceeds first page size
2025-12-27 18:25:35 +01:00
plebeius
882b7b4a99
feat: add infinite scroll for replies
2025-12-27 18:07:23 +01:00
plebeius
6e9202a604
implement useReplies
2025-12-27 17:47:17 +01:00
plebeius
0b573acf1d
fix: resolve typescript errors in post menu components
2025-12-26 17:33:00 +01:00
plebeius
a57cc1e4e7
fix: update Plebbit.getShortCid calls to use object parameter format
2025-12-24 18:09:00 +01:00
plebeius
76845412e8
feat: implement post numbers
2025-12-24 18:07:14 +01:00
plebeius
e56ba3d050
add comment
2025-12-24 18:06:56 +01:00
plebeius
4cb3bda38c
fix: update Plebbit.getShortAddress calls to use object parameter
2025-12-24 13:29:09 +01:00
plebeius
e4a3c0504e
prevent type error
2025-12-23 19:33:46 +01:00
plebeius
34bebda4f7
fix eslint warnings
2025-12-23 19:21:48 +01:00