Commit Graph

14 Commits

Author SHA1 Message Date
a517988482 Signed-off-by: OpenClaw Bot <ai-agent@topdoglabs.com> 2026-02-23 11:59:41 -06:00
86060a0585 Phase 3: Enhanced Mission page with real progress tracking
- Added lib/data/mission.ts with progress calculations
- Transformed Mission page with progress dashboard
- 4 progress bars: Freedom, iOS Portfolio, Side Hustle, Travel Fund
- Milestones timeline with category badges
- Next Steps section with high priority tasks
- Shimmer animations on progress bars
- Revalidates every 5 minutes
2026-02-21 23:28:41 -06:00
3194737499 Make sidebar toggle button more visible - blue with white chevron 2026-02-21 23:16:17 -06:00
246ebd8e65 Add collapsible sidebar - click chevron to collapse/expand 2026-02-21 23:13:33 -06:00
e67020aa63 Fix responsive layout - 2 columns on tablet, 3 on desktop 2026-02-21 23:08:20 -06:00
0a505e48c4 Fix link overlap issues - add overflow-hidden and block display 2026-02-21 23:01:01 -06:00
51aadb27fa Add direct links to gantt-board task details 2026-02-21 22:56:25 -06:00
9713a8f267 Add error handling to tasks page 2026-02-21 22:54:04 -06:00
9ac0d3560a Fix next.config - remove distDir for Vercel compatibility 2026-02-21 22:50:44 -06:00
762c59500e Mission Control Phase 2: Transform Tasks page to overview
- Replaced kanban with task overview/summary view
- Added task stats cards (total, in progress, high priority, overdue)
- Added recent activity sections (updated, completed, high priority)
- Added quick action links to gantt-board
- Created lib/data/tasks.ts with data fetching functions
- Removed file-based storage (taskDb.ts, api/tasks/route.ts)
- Connected to gantt-board Supabase for real data
2026-02-21 22:48:15 -06:00
c1c01bd21e feat: merge Gantt Board into Mission Control
- Add Projects page with Sprint Board and Backlog views
- Copy SprintBoard and BacklogView components to components/gantt/
- Copy useTaskStore for project/task/sprint management
- Add API routes for task persistence with SQLite
- Add UI components: dialog, select, table, textarea
- Add avatar and attachment utilities
- Update sidebar with Projects navigation link
- Remove static export config to support API routes
- Add dist to .gitignore
2026-02-20 18:49:52 -06:00
15735e8274 Add mission statement banner to dashboard and sidebar 2026-02-20 18:32:16 -06:00
6925881210 Initial Mission Control dashboard with all pages 2026-02-20 17:46:53 -06:00
3784714227 Initial commit from Create Next App 2026-02-20 17:17:46 -06:00