feat: download & like count + UI tweaks and cleanup

This commit is contained in:
2026-02-20 18:29:11 +10:30
parent 889175f3de
commit d21ce90a5c
10 changed files with 395 additions and 106 deletions
+1
View File
@@ -7,4 +7,5 @@ export type Theme = {
theme_json_url?: string;
is_favorited?: boolean;
favorite_count?: number;
download_count?: number;
};