feat: add playlist management components including header, table, loading states, and dialog
Some checks failed
Frontend CI / lint (push) Failing after 18s
Frontend CI / build (push) Has been skipped

This commit is contained in:
JSC
2025-08-15 12:27:01 +02:00
parent 907a5df5c7
commit 1e76516cfc
7 changed files with 491 additions and 358 deletions

View File

@@ -130,7 +130,7 @@ export function TopSoundsSection({
<Clock className="h-3 w-3" />
<NumberFlowDuration
duration={sound.duration}
variant="wordy"
variant="clock"
/>
</span>
)}