feat: implement 5chan-specific default board list

This commit is contained in:
plebeius
2025-11-03 22:06:18 +01:00
parent 4fd9a9c1a9
commit bae6faa929
13 changed files with 87 additions and 288 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ import BoardsList from './boards-list';
import Version from '../../components/version';
import _ from 'lodash';
// https://github.com/plebbit/temporary-default-subplebbits/blob/master/README.md
// https://github.com/plebbit/lists/blob/master/5chan-multisub.json
const SearchBar = () => {
const searchInputRef = useRef<HTMLInputElement>(null);