Docs/Getting Started/Dashboard Overview

    Dashboard Overview

    Understanding your Planino dashboard and its components.

    Dashboard Layout

    The Planino dashboard is designed for efficiency. Here's what you'll find:

    • Left Sidebar - Navigation and quick access to workspaces
    • Main Area - Your projects and tasks
    • Top Bar - Search, notifications, and account settings

    Dashboard Widgets

    Customize your dashboard with widgets:

    typescript
    // Available widget types
    type WidgetType = 
      | "recent-projects"
      | "task-summary"
      | "team-activity"
      | "calendar"
      | "analytics";

    Keyboard Shortcuts

    Power users love our keyboard shortcuts:

    ShortcutAction
    Ctrl/Cmd + KOpen command palette
    Ctrl/Cmd + NNew project
    Ctrl/Cmd + /Toggle sidebar
    EscapeClose modals

    Was this page helpful?