feat: add mobile navigation component and queue panel

- Implemented MobileNav.vue for mobile navigation with links to Home, Library, Playlist, and Profile.
- Added QueuePanel.vue to display the current queue of tracks with functionality to jump to a specific track.
- Created ArtistView.vue to show artist details and their tracks, including loading states and play functionality.
- Introduced NotFoundPage.vue for handling 404 errors with a user-friendly message and a link to return home.
This commit is contained in:
2026-05-26 21:44:42 +07:00
parent a029258872
commit d82d91ea96
40 changed files with 532 additions and 294 deletions
+7 -1
View File
@@ -2,9 +2,15 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" type="image/svg+xml" href="/vite.svg">
<link rel="icon" type="image/x-icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Noctune - Music That Hits Different</title>
<meta name="description" content="Noctune — Music That Hits Different. Stream and discover music." />
<meta property="og:title" content="Noctune — Music That Hits Different" />
<meta property="og:description" content="Stream and discover music on Noctune." />
<meta property="og:image" content="/og_image.png" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary_large_image" />
<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">
</head>
<body class="bg-noctune-cream">