--- ### ALL PAGES ### layout: themes/[ site.theme.id ]/backend/core/minimal ### THEME CONFIG ### theme: header: title: content: "Dashboard" icon: "gauge-high" breadcrumbs: items: - label: Home href: / icon: house - label: Dashboard actions: items: - label: New project icon: plus color: primary - label: Reports icon: chart-line color: adaptive dropdown: - label: Sales report icon: dollar-sign href: /reports/sales - label: Analytics report icon: chart-bar href: /reports/analytics - divider: true - label: Export all icon: download href: /reports/export ### REGULAR PAGES ### sitemap: include: false meta: index: false ### PAGE CONFIG ### stats_cards: - id: "total_revenue" title: "Total revenue" value: "$24,300" change: "+12.5%" change_type: "success" icon: "dollar-sign" - id: "new_users" title: "New users" value: "1,423" change: "+5.8%" change_type: "success" icon: "users" - id: "active_projects" title: "Active projects" value: "14" change: "2 pending" change_type: "warning" icon: "folder-open" - id: "performance" title: "Performance" value: "89%" change: "Good" change_type: "info" icon: "chart-line" recent_activity: - id: "new_document" title: "New document created" description: "Project proposal for Q2 2024" time: "2 hours ago" icon: "file-alt" icon_color: "primary" - id: "task_completed" title: "Task completed" description: "Website redesign approved" time: "5 hours ago" icon: "check-circle" icon_color: "success" - id: "new_member" title: "New team member" description: "Sarah Johnson joined the team" time: "1 day ago" icon: "user-plus" icon_color: "warning" - id: "code_deployed" title: "Code deployed" description: "Version 2.4.1 released to production" time: "2 days ago" icon: "code-branch" icon_color: "info" quick_actions: - id: "create_project" label: "Create new project" icon: "plus" style: "primary" href: "#" - id: "upload_files" label: "Upload files" icon: "upload" style: "outline-adaptive" href: "#" - id: "invite_members" label: "Invite team members" icon: "users" style: "outline-adaptive" href: "#" - id: "view_analytics" label: "View analytics" icon: "chart-bar" style: "outline-adaptive" href: "/analytics" - id: "settings" label: "Settings" icon: "cog" style: "outline-adaptive" href: "/settings" progress_items: - id: "project_alpha" name: "Project alpha" progress: 75 color: "primary" - id: "website_redesign" name: "Website redesign" progress: 50 color: "info" - id: "mobile_app" name: "Mobile app" progress: 90 color: "success" ---
{{ activity.description }}