v1 feature: added playlists

This commit is contained in:
khannurien
2026-03-16 16:52:53 +00:00
parent 867e64cb5b
commit be426eb150
25 changed files with 2958 additions and 101 deletions

View File

@@ -40,6 +40,9 @@ export function AppHeader({ centerSlot }: { centerSlot?: ReactNode }) {
>
{user.username}
</Link>
<Link to="/playlists" className="app-header-user">
Playlists
</Link>
<button
type="button"
className="btn-primary"