mirror of
https://github.com/PerpetualSoftware/pad.git
synced 2026-09-25 03:42:06 +00:00
e6a4bdc986
Dashboard: Complete rewrite as command center with active work cards, collection grid with status dots and progress bars, phase progress, side-by-side attention/up-next, skeleton loading, instant creation buttons. New pages: Activity feed with date grouping, action/source/collection filters, and pagination. Sidebar navigation link + "View all" from dashboard. New components: Keyboard shortcuts overlay (press ?), notification center (bell icon + slide-out panel with toast history), contextual empty states per collection with agent prompt hints. Improvements: Command palette with search icon, item refs, colored status badges. Mobile board horizontal scroll with snap-to-column. Collection page header with collapsible filter toggle. Saved view tabs. Item detail relationships section (blocks/blocked-by/wiki-links). Sidebar shows active item counts only. Mobile header taps to dashboard. PWA manifest. Bug fix: Mobile sidebar swipe zone reduced to left edge (0-24px) to avoid conflicts with board horizontal scrolling.
17 lines
327 B
JSON
17 lines
327 B
JSON
{
|
|
"name": "Pad",
|
|
"short_name": "Pad",
|
|
"description": "Project management for developers and AI agents",
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"background_color": "#1a1a1a",
|
|
"theme_color": "#4a9eff",
|
|
"icons": [
|
|
{
|
|
"src": "/icon.svg",
|
|
"sizes": "any",
|
|
"type": "image/svg+xml"
|
|
}
|
|
]
|
|
}
|