feat(web): add telemetry dashboard page with nginx proxy and nav integration

This commit is contained in:
MythEclipse
2026-06-07 23:21:40 +07:00
parent 0d458d9437
commit cd93d1a06d
5 changed files with 160 additions and 0 deletions
@@ -13,6 +13,7 @@ const NAV_ITEMS = [
{ path: "/diagnoses", label: "Diagnosa" },
{ path: "/catalog", label: "Pustaka", altPath: "/library" },
{ path: "/expert/reviews", label: "Review" },
{ path: "/telemetry", label: "Telemetry" },
];
export function MobileNav({ open, onClose }: Props) {
@@ -65,6 +65,12 @@ export function Navbar() {
>
Review
</Link>
<Link
to="/telemetry"
className={navLinkClassName(isActive("/telemetry"))}
>
Telemetry
</Link>
</nav>
<button