diff --git a/public/assets/favicon.csdbng.png b/public/assets/favicon.csdbng.png new file mode 100644 index 0000000..4f332da Binary files /dev/null and b/public/assets/favicon.csdbng.png differ diff --git a/src/app/components/SearchAssembly64.tsx b/src/app/components/SearchAssembly64.tsx index 1aea2f2..2f0ab82 100644 --- a/src/app/components/SearchAssembly64.tsx +++ b/src/app/components/SearchAssembly64.tsx @@ -9,7 +9,7 @@ import { EntryIcon } from './MediaEntry'; // ─── API ────────────────────────────────────────────────────────────────────── const LEET_BASE = 'https://hackerswithstyle.se/leet'; -const PAGE_SIZE = 50; +const PAGE_SIZE = 1000; const DOWNLOAD_DIR = '/sd/downloads'; function leetFetch(path: string, query?: Record) { diff --git a/src/app/components/SearchCSDbNG.tsx b/src/app/components/SearchCSDbNG.tsx index cb72ef6..925a202 100644 --- a/src/app/components/SearchCSDbNG.tsx +++ b/src/app/components/SearchCSDbNG.tsx @@ -231,8 +231,7 @@ export default function SearchCSDbNG({ config, setConfig, onClose }: SearchCSDbN
-