feat(web): add Library/Search/Playlists placeholder pages

Library replaces the scaffold splash. Search and Playlists are routable
so the Shell's sidebar nav works end-to-end before the real features land.
This commit is contained in:
2026-04-22 22:22:11 -04:00
parent e1504f8e6c
commit d2d5d18e74
3 changed files with 6 additions and 8 deletions
+2 -8
View File
@@ -1,8 +1,2 @@
<main class="flex h-screen items-center justify-center">
<div class="text-center">
<h1 class="text-4xl font-semibold">Minstrel</h1>
<p class="mt-2 text-text-secondary">
Scaffold &mdash; UI features land in subsequent plans.
</p>
</div>
</main>
<h1 class="text-2xl font-semibold">Library</h1>
<p class="mt-2 text-text-secondary">Library views land in a subsequent plan.</p>
+2
View File
@@ -0,0 +1,2 @@
<h1 class="text-2xl font-semibold">Playlists</h1>
<p class="mt-2 text-text-secondary">Playlists land in a subsequent plan.</p>
+2
View File
@@ -0,0 +1,2 @@
<h1 class="text-2xl font-semibold">Search</h1>
<p class="mt-2 text-text-secondary">Search lands in a subsequent plan.</p>