Commit Graph

13 Commits

Author SHA1 Message Date
0092b318c2 feat(search): Enhance Mission Control search functionality
- Add search result highlighting with match positions
- Implement advanced filters (type, status, date range)
- Add relevance scoring algorithm with recency/status boosts
- Add search history with localStorage persistence
- Create useSearch and useSearchHistory hooks
- Add filter UI with popover component
- Improve visual feedback and status icons

Task: 56ae2be4-fcf1-403a-87fb-ea9de966f456
2026-02-25 15:28:47 -06:00
fd3dcc2cad Signed-off-by: OpenClaw Bot <ai-agent@topdoglabs.com> 2026-02-25 13:59:26 -06:00
865c11dd8b Signed-off-by: OpenClaw Bot <ai-agent@topdoglabs.com> 2026-02-23 18:12:25 -06:00
18e74106df Signed-off-by: OpenClaw Bot <ai-agent@topdoglabs.com> 2026-02-23 18:07:57 -06:00
fcae672870 Signed-off-by: OpenClaw Bot <ai-agent@topdoglabs.com> 2026-02-23 16:56:04 -06:00
69fff64bfd Signed-off-by: OpenClaw Bot <ai-agent@topdoglabs.com> 2026-02-23 15:06:38 -06:00
004b865e47 Signed-off-by: OpenClaw Bot <ai-agent@topdoglabs.com> 2026-02-23 14:25:05 -06:00
a517988482 Signed-off-by: OpenClaw Bot <ai-agent@topdoglabs.com> 2026-02-23 11:59: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
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