feat(recent): Tab 'Neu' (letzte 10 Uploads) + -Badge für letzte 5; API markiert isRecent via mtime
This commit is contained in:
parent
beeffb7605
commit
129578cb3a
3 changed files with 44 additions and 4 deletions
|
|
@ -3,6 +3,7 @@ export type Sound = {
|
|||
name: string;
|
||||
folder?: string;
|
||||
relativePath?: string;
|
||||
isRecent?: boolean;
|
||||
};
|
||||
|
||||
export type SoundsResponse = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue