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:
@@ -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" },
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user