From 226bb307dfc4c73ff3adeb783c26871aee837095 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Tue, 11 Nov 2025 04:08:01 +0000 Subject: [PATCH] completionId: cgen-9301103ce654414392329c2a4539e835 cgen-9301103ce654414392329c2a4539e835 --- client/components/admin/AdminSidebar.tsx | 53 ++++++++++++++++++++++++ 1 file changed, 53 insertions(+) diff --git a/client/components/admin/AdminSidebar.tsx b/client/components/admin/AdminSidebar.tsx index 1542e48e..67d79fa6 100644 --- a/client/components/admin/AdminSidebar.tsx +++ b/client/components/admin/AdminSidebar.tsx @@ -93,6 +93,59 @@ export default function AdminSidebar({ }, ], }, + { + label: "Staff Resources", + items: [ + { + id: "announcements", + label: "Announcements", + icon: , + onClick: () => (window.location.href = "/staff/announcements"), + }, + { + id: "knowledge-base", + label: "Knowledge Base", + icon: , + onClick: () => (window.location.href = "/staff/knowledge-base"), + }, + { + id: "team-handbook", + label: "Team Handbook", + icon: , + onClick: () => (window.location.href = "/staff/team-handbook"), + }, + { + id: "learning-portal", + label: "Learning Portal", + icon: , + onClick: () => (window.location.href = "/staff/learning-portal"), + }, + { + id: "project-tracking", + label: "Project Tracking", + icon: , + onClick: () => (window.location.href = "/staff/project-tracking"), + }, + { + id: "performance-reviews", + label: "Performance Reviews", + icon: , + onClick: () => (window.location.href = "/staff/performance-reviews"), + }, + { + id: "expense-reports", + label: "Expense Reports", + icon: , + onClick: () => (window.location.href = "/staff/expense-reports"), + }, + { + id: "marketplace", + label: "Internal Marketplace", + icon: , + onClick: () => (window.location.href = "/staff/marketplace"), + }, + ], + }, { label: "Platform", items: [