chore(ui): Tab-Bezeichnung 'Neu' ohne doppelten (10) Hinweis
This commit is contained in:
parent
9e12f2a208
commit
598ebaeda6
1 changed files with 1 additions and 1 deletions
|
|
@ -335,7 +335,7 @@ app.get('/api/sounds', (req: Request, res: Response) => {
|
||||||
const recentCount = Math.min(10, total);
|
const recentCount = Math.min(10, total);
|
||||||
const foldersOut = [
|
const foldersOut = [
|
||||||
{ key: '__all__', name: 'Alle', count: total },
|
{ key: '__all__', name: 'Alle', count: total },
|
||||||
{ key: '__recent__', name: 'Neu (10)', count: recentCount },
|
{ key: '__recent__', name: 'Neu', count: recentCount },
|
||||||
...folders
|
...folders
|
||||||
];
|
];
|
||||||
// isRecent-Flag für UI (Top 5 der neuesten)
|
// isRecent-Flag für UI (Top 5 der neuesten)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue