Nightly: Badges für Sounds (auto /, plus Custom via Admin), Kategorien-UI erweitertet (anlegen/zuweisen)

This commit is contained in:
vibe-bot 2025-08-09 17:27:17 +02:00
parent 56351fd547
commit 8795657f69
4 changed files with 65 additions and 8 deletions

View file

@ -4,6 +4,7 @@ export type Sound = {
folder?: string;
relativePath?: string;
isRecent?: boolean;
badges?: string[];
};
export type SoundsResponse = {