Refactor Sidebar and enhance playlist functionality; update main.js for session restoration; add toggleLike feature in authStore; improve AdminPage and LandingPage UI; integrate liked tracks in LibraryPage and PlaylistPage; optimize track playback logic.

This commit is contained in:
2026-05-26 12:37:41 +07:00
parent 9fdd78e737
commit b2f3e9661e
14 changed files with 433 additions and 269 deletions
File diff suppressed because one or more lines are too long
-9
View File
File diff suppressed because one or more lines are too long
+9
View File
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+2 -2
View File
@@ -6,8 +6,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Noctune - Music That Hits Different</title>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Space+Mono:wght@400;700&display=swap" rel="stylesheet">
<script type="module" crossorigin src="/assets/index-BO7gh51n.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-mUm8ch4i.css">
<script type="module" crossorigin src="/assets/index-iVZX2_zV.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-3bN2l3Ol.css">
</head>
<body class="bg-noctune-cream">
<div id="app"></div>