Commit Graph
1569 Commits
Author SHA1 Message Date
plebeius bba45ed1cf fix eslint 2025-11-14 12:59:07 +01:00
plebeius fc79eb68d2 feat(post-form): display directory names in board selector 2025-11-13 22:08:34 +01:00
plebeius e91a0494ae remove useless subtitle for multiboards 2025-11-13 12:21:10 +01:00
plebeius 12101fe75e feat: add Multiboards category with /subs/ and /all/ 2025-11-12 16:35:38 +01:00
plebeius af1468669c feat(board-buttons): add directory-specific vote button 2025-11-12 14:54:50 +01:00
plebeius eb3d672945 feat(create-board-modal): add focus styles for close button 2025-11-10 19:09:07 +01:00
plebeius 580ac4b61a refactor(directory-modal): consolidate sections and improve mobile positioning 2025-11-10 19:09:02 +01:00
plebeius 21d9c0c616 feat(modals): use icon-close-red.png for close buttons on home view 2025-11-08 21:31:50 +01:00
plebeius 7bdcc252c0 style: update CID label and reply modal prefix 2025-11-08 21:19:36 +01:00
plebeius f997365813 fix(topbar-edit-modal): memoize subscriptions array 2025-11-08 15:18:50 +01:00
plebeius 5792fcd31e feat(topbar): add temporary show-all button for hidden directories 2025-11-07 22:18:55 +01:00
plebeius d565d2ec87 style(topbar-edit-modal): match 4chan modal design and simplify subscription toggle 2025-11-07 22:10:06 +01:00
plebeius b886cbdf3b fix(routing): handle empty boardPath and resolve directory codes 2025-11-07 18:54:45 +01:00
plebeius 128b6b1986 style: replace strikethrough with gray color for unassigned board directories 2025-11-07 18:53:15 +01:00
plebeius 2a521ad8f8 fix(board buttons): guard against undefined address 2025-11-07 18:46:12 +01:00
plebeius 43956d44a1 fix(topbar edit modal): show subscription addresses instead of directory codes 2025-11-07 18:45:50 +01:00
plebeius eef3a3baa6 refactor(topbar-edit-modal): simplify UI and default to empty input 2025-11-07 18:43:58 +01:00
plebeius 93859ec2f1 fix(routes): prevent malformed routes and fix cache invalidation 2025-11-07 18:34:06 +01:00
plebeius 669bb5b181 feat(topbar): add customizable visibility controls for directories and subscriptions 2025-11-07 18:20:11 +01:00
plebeius bae3d76c6f adjust color 2025-11-07 15:52:35 +01:00
plebeius d78fed1fda refactor(routing): migrate to directory-based board routing 2025-11-07 12:50:58 +01:00
plebeius e863ddb8b9 fix: correct horizontal centering of create board modal 2025-11-06 22:39:44 +01:00
plebeius 23ded08ff0 refactor(create-board-modal): replace hardcoded styles with theme variables 2025-11-06 22:32:03 +01:00
plebeius 79dcc73556 refactor(modals): split directory modal into separate create board modal
Separate DirectoryModal (for home view placeholders) and CreateBoardModal (for board view create button) into distinct components with their own stores, allowing independent styling and cleaner separation of concerns.
2025-11-06 22:20:46 +01:00
plebeius f44b9aefbb feat(board-header): prioritize default subplebbit title over store title 2025-11-06 17:24:09 +01:00
plebeius 77d5fac5da refactor(ui): make directory modal more concise and improve heading styling 2025-11-06 17:15:13 +01:00
plebeius 5f06fdf461 feat(ui): add context-aware directory modal with different content for placeholder vs create board
Add modal context tracking to show different content when opened from placeholder board clicks vs create board button. Include information about Subscribe button and pubsub voting discovery pages. Update README with comprehensive explanation of 5chan's competitive directory system and value proposition.
2025-11-06 17:07:26 +01:00
plebeius e627b6b619 feat(directory-modal): add modal explaining how to submit boards to directories 2025-11-06 16:23:55 +01:00
plebeius eedb0fa08e fix: prevent memory leak from unbounded setInterval in use-time-filter 2025-11-06 11:23:06 +01:00
plebeius d9c093b1ec Update disclaimer-modal.tsx 2025-11-04 18:00:05 +01:00
plebeius 7e1fe00dbf fix(disclaimer-modal): update copy to reference "Accept" button 2025-11-04 17:51:34 +01:00
plebeius 3aaa28f743 fix(disclaimer-modal): correct CSS positioning and remove invalid HTML 2025-11-04 17:51:07 +01:00
plebeius 5d7544ede7 docs(home): clarify domain operator role in disclaimer 2025-11-04 17:45:06 +01:00
plebeius c4face5f1d style(disclaimer-modal): improve close button positioning and list styling 2025-11-04 17:40:37 +01:00
plebeius a9754a3686 style(home): add close button icon to disclaimer modal 2025-11-04 17:33:29 +01:00
plebeius 2a25d7353c feat(home): add disclaimer modal for board navigation 2025-11-04 17:20:01 +01:00
plebeius f26da13c77 refactor: implement scalable asset manifest system for dynamic images
Created build-time script to generate TypeScript manifest from public/assets, avoiding import.meta.glob limitations. Images stay in public/ for scalability (supports hundreds), while components get type-safe auto-discovery. Manifest auto-regenerates before builds.
2025-11-01 19:39:22 +01:00
plebeius a92892a604 update vite glob syntax, simplify path handling 2025-11-01 17:25:38 +01:00
plebeius e350311308 refactor(board header): use dynamic banner discovery with Vite glob imports
Replaced hardcoded banner array with Vite's import.meta.glob to automatically discover all banner files at build time. Now supports unlimited banners without code changes. Works across all platforms (web, Electron, Android).
2025-11-01 16:46:51 +01:00
plebeius 07831cb8b0 feat(board header): add banners, add support to gif banners 2025-10-30 22:21:17 +01:00
plebeius 70eaaaf7e9 remove old banners 2025-10-27 15:01:36 +01:00
plebeius 1360dd8348 feat: rename plebchan to 5chan 2025-10-17 23:30:35 +02:00
plebeius e1f1f280cc fix(post): don't render empty avatar space when image url is invalid 2025-10-16 23:37:58 +02:00
plebeius 7374465c4f fix(pending post page): prevent crash and ensure redirect to "not found" on invalid URL 2025-06-12 17:51:08 +02:00
plebeius 47b33787eb fix autosubscribe 2025-06-07 18:41:16 +02:00
Tom (plebeius.eth) 339a9bc18a fix(mod multisub): mod page was missing post form 2025-06-04 16:37:17 +02:00
Tom (plebeius.eth) 6075b2ebf7 fix(catalog search): use query parameter so users can share searches and link to them 2025-06-04 16:36:40 +02:00
Tom (plebeius.eth) 53e04823df feat(board): add search bar to board page, redirect to catalog view 2025-06-04 16:36:16 +02:00
Tom (plebeius.eth) bc80533740 fix(board header): subplebbit address could be too long 2025-06-04 14:54:11 +02:00
Tom (plebeius.eth) bb0fcb9c1a fix(challenge modal): on mobile the modal was incorrectly positioned on top left 2025-06-04 12:59:06 +02:00