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:
Vendored
+9
-3
@@ -2,12 +2,18 @@
|
||||
<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">
|
||||
<script type="module" crossorigin src="/assets/index-BxVozdka.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-CuqcJYD7.css">
|
||||
<script type="module" crossorigin src="/assets/index-CNvoD_zC.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-iQ9-4Dbt.css">
|
||||
</head>
|
||||
<body class="bg-noctune-cream">
|
||||
<div id="app"></div>
|
||||
|
||||
Reference in New Issue
Block a user