chore(ui): Tab-Bezeichnung 'Neu' ohne doppelten (10) Hinweis

This commit is contained in:
vibe-bot 2025-08-08 16:37:41 +02:00
parent 9e12f2a208
commit 598ebaeda6

View file

@ -335,7 +335,7 @@ app.get('/api/sounds', (req: Request, res: Response) => {
const recentCount = Math.min(10, total);
const foldersOut = [
{ key: '__all__', name: 'Alle', count: total },
{ key: '__recent__', name: 'Neu (10)', count: recentCount },
{ key: '__recent__', name: 'Neu', count: recentCount },
...folders
];
// isRecent-Flag für UI (Top 5 der neuesten)