feat(recent): Tab 'Neu' (letzte 10 Uploads) + -Badge für letzte 5; API markiert isRecent via mtime

This commit is contained in:
vibe-bot 2025-08-08 14:05:44 +02:00
parent beeffb7605
commit 129578cb3a
3 changed files with 44 additions and 4 deletions

View file

@ -3,6 +3,7 @@ export type Sound = {
name: string;
folder?: string;
relativePath?: string;
isRecent?: boolean;
};
export type SoundsResponse = {