feat(frontend): library page, components, and schedule/add-to-block dialogs (tasks 11-14)

This commit is contained in:
2026-03-20 00:35:40 +01:00
parent 49c7f7abd7
commit 91271bd83c
8 changed files with 591 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ import { AdminNavLink } from "./components/admin-nav-link";
const NAV_LINKS = [
{ href: "/tv", label: "TV" },
{ href: "/guide", label: "Guide" },
{ href: "/library", label: "Library" },
{ href: "/dashboard", label: "Dashboard" },
{ href: "/docs", label: "Docs" },
];