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:
| Shortcut | Action |
|---|---|
Ctrl/Cmd + K | Open command palette |
Ctrl/Cmd + N | New project |
Ctrl/Cmd + / | Toggle sidebar |
Escape | Close modals |
Was this page helpful?
