Files
5chan/src/components/board-buttons/index.ts
T
Tommaso CasaburiandGitHub abf6727212 Add NSFW/SFW board filter to /all/ board page on mobile (#1071)
* feat(board-buttons): add NSFW/SFW filter to /all/ board page on mobile

* refactor(board-buttons): extract MobileAllFeedFilter padding to CSS class
2026-03-12 18:33:04 +08:00

2 lines
96 B
TypeScript

export { MobileAllFeedFilter, MobileBoardButtons, DesktopBoardButtons } from './board-buttons';