feat(home): redesign boards list to match 4chan with filtering and catalog support

This commit is contained in:
plebeius
2025-11-05 19:50:31 +01:00
parent e40eb5312b
commit a9690ac0be
7 changed files with 464 additions and 173 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import { create } from 'zustand';
import { NavigateFunction } from 'react-router-dom';
const DISCLAIMER_ACCEPTED_KEY = '5chan-disclaimer-accepted';
export const DISCLAIMER_ACCEPTED_KEY = '5chan-disclaimer-accepted';
interface DisclaimerModalState {
showModal: boolean;