import React from "react"; import { TrendingUp, Zap, Shield, Users, Calendar, BarChart2, Settings } from "lucide-react"; import { GuideItem } from "@/components/shared/GuideItem"; import type { HelpContent } from "./types"; /** Help content for the Admin dashboard root (/dashboard/admin). */ export const dashboardAdminHelpContent: HelpContent = { title: "Admin dashboard help", subtitle: "An overview of what's happening across all your events.", quickLinks: [ { label: "Manage users", href: "/dashboard/admin/users", icon: Users }, { label: "Manage events", href: "/dashboard/supervisor/events", icon: Calendar }, { label: "Reports", href: "/dashboard/supervisor/reports", icon: BarChart2 }, { label: "Site Settings", href: "/dashboard/admin/settings", icon: Settings }, ], tabs: [ { key: "overview", label: "Overview", icon: TrendingUp, content: (
The top row and the sections below it summarise your events at a glance — no need to open Reports for a quick check.
For a deeper breakdown, filters, and exports, use Reports instead — this page is a summary, not a substitute.
The Quick actions grid is a shortcut to every admin tool — managing users and events, taking payments, scanning tickets, reports, messaging attendees, WhatsApp API setup, and post-event cashup.
As an admin you can also open Supervisor and Staff tools — nothing is hidden from you. Other roles see less by design: