feat: categories and option search

This commit is contained in:
2025-03-15 15:32:45 +00:00
parent 97831caf75
commit 08d6a2a2fe
11 changed files with 214 additions and 33 deletions

View File

@ -14,6 +14,8 @@ export interface Package {
package_url: string;
download_url: string;
deprecated: boolean;
nsfw: boolean;
categories: string[];
} | null;
js: {
busy: boolean;