From 543ac39d83e124977647d8f66927688244b051ea Mon Sep 17 00:00:00 2001 From: lorentz Date: Sat, 11 Jul 2026 14:36:52 -0400 Subject: [PATCH] feat(14-04): add top-level PAX8 nav entry MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - New top-level navigationItems entry (href: /pax8, icon: ShoppingCart) - Not added to the Engagement/Admin visibleItems super-admin gate — visible to all authenticated users on both desktop NavigationMenu and mobile Sheet (D-07) --- components/navigation/app-navigation.tsx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/components/navigation/app-navigation.tsx b/components/navigation/app-navigation.tsx index 9c5c7df..abef807 100644 --- a/components/navigation/app-navigation.tsx +++ b/components/navigation/app-navigation.tsx @@ -18,6 +18,7 @@ import { Search, AlertTriangle, ChevronDown, + ShoppingCart, } from 'lucide-react'; import { NavigationMenu, @@ -60,6 +61,12 @@ const navigationItems: NavItem[] = [ icon: Server, description: 'Manage IT assets and devices' }, + { + title: 'PAX8', + href: '/pax8', + icon: ShoppingCart, + description: 'PAX8 companies, subscriptions, and cost breakdown' + }, { title: 'Backup Status', icon: HardDrive,