feat(guide): implement channel guide page with EPG and upcoming slots

feat(layout): add guide link to navigation
feat(tv): enable channel navigation via query parameter
This commit is contained in:
2026-03-12 03:29:52 +01:00
parent e5a9b99b14
commit 9559858075
3 changed files with 205 additions and 1 deletions

View File

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