From 37c443fe6aeea835cf1415186ee4f9e844675dd9 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 00:33:45 +0000 Subject: [PATCH] Changes Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com> --- src/components/app-shell.tsx | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/src/components/app-shell.tsx b/src/components/app-shell.tsx index d119f0c..b21433e 100644 --- a/src/components/app-shell.tsx +++ b/src/components/app-shell.tsx @@ -1,6 +1,7 @@ import { Link, useLocation, useNavigate } from "@tanstack/react-router"; import { useAuth } from "@/lib/auth"; import { Button } from "@/components/ui/button"; +import { HeaderTimer } from "@/components/timer/header-timer"; import { Briefcase, Users, @@ -98,17 +99,24 @@ export function AppShell({ children }: { children: ReactNode }) { {/* Mobile top bar */} -
- - - Counsel +
+ + + Counsel - +
+ + +
+ {/* Desktop top bar with timer */} +
+ +
{NAV.filter((n) => !n.adminOnly || isAdmin).map((item) => { const active =