fix(web): 精簡 AwoooP 導航資訊架構
All checks were successful
CD Pipeline / tests (push) Successful in 1m43s
Code Review / ai-code-review (push) Successful in 15s
CD Pipeline / build-and-deploy (push) Successful in 5m15s
CD Pipeline / post-deploy-checks (push) Successful in 2m39s

This commit is contained in:
Your Name
2026-06-06 15:14:45 +08:00
parent 048b7b650c
commit 0d10093ff2
5 changed files with 30 additions and 118 deletions

View File

@@ -30,10 +30,12 @@ import {
Bell,
BookOpen,
BrainCircuit,
Building2,
ChevronLeft,
ChevronRight,
ClipboardList,
DollarSign,
FileText,
GitBranch,
HelpCircle,
LayoutDashboard,
@@ -93,6 +95,8 @@ const NAV_SECTIONS: NavSection[] = [
{ id: 'awooop-work-items', href: '/awooop/work-items', labelKey: 'workItems', Icon: ClipboardList },
{ id: 'awooop-runs', href: '/awooop/runs', labelKey: 'runMonitor', Icon: Activity },
{ id: 'awooop-approvals', href: '/awooop/approvals', labelKey: 'approvalQueue', Icon: ShieldCheck, badge: true },
{ id: 'awooop-contracts', href: '/awooop/contracts', labelKey: 'contracts', Icon: FileText },
{ id: 'awooop-tenants', href: '/awooop/tenants', labelKey: 'tenants', Icon: Building2 },
{ id: 'alerts', href: '/alerts', labelKey: 'alerts', Icon: Bell },
],
},