feat: enhance loading states with table structure and improve sound type filtering in SoundsPage

This commit is contained in:
JSC
2025-09-21 18:17:55 +02:00
parent 41659c9299
commit 1d2c27abbd
3 changed files with 78 additions and 21 deletions

View File

@@ -163,7 +163,7 @@ export function SoundsPage() {
setError(null)
// Determine types to filter by
const types = typeFilter === 'all' ? undefined : [typeFilter]
const types = typeFilter === 'all' ? ['SDB', 'TTS'] : [typeFilter]
const sounds = await soundsService.getSounds({
types,