This commit is contained in:
Rob Colbert 2026-05-05 11:55:33 -04:00
parent 6881ff5601
commit 09a0f0a258

View File

@ -116,18 +116,18 @@ Select a project or chat session from the sidebar to get started.
+---------------------------+-----------------------+ +---------------------------+-----------------------+
| | Clock (AM/PM) | | | Clock (AM/PM) |
| Reserved for future | Date | | Reserved for future | Date |
| dashboard content +-----------------------+ | dashboard content +-----------------------+
| | Projects [+] | | | Projects [+] |
| | - project-1 | | | - project-1 |
| | - project-2 | | | - project-2 |
| +-----------------------+ | +-----------------------+
| | Drones | | | Drones |
| | - drone-alpha ● | | | - drone-alpha ● |
| | - drone-beta ○ | | | - drone-beta ○ |
| +-----------------------+ | +-----------------------+
| | Recent Chats | | | Recent Chats |
| | (loading...) | | | (loading...) |
+---------------------------+-----------------------+ +---------------------------+-----------------------+
``` ```
@ -145,33 +145,33 @@ Implementation: `frontend/src/pages/Home.tsx` - DashboardSidebar component
The Project Manager presents: The Project Manager presents:
``` ```
+---------------------------+------------------------------------+ +---------------------------+----------------------------------+
| [New Project] | Project Inspector | | [New Project] | Project Inspector |
|---------------------------| | |---------------------------| |
| Projects (2) | Select a project to view details | | Projects (2) | Select a project to view details |
| [project-one ] | or create a new project | | [project-one ] | or create a new project |
| [project-two ] | | | [project-two ] | |
| | | | | |
+---------------------------+------------------------------------+ +---------------------------+----------------------------------+
``` ```
When a project is selected: When a project is selected:
``` ```
+---------------------------+------------------------------------+ +---------------------------+---------------------------------+
| [New Project] | Project Inspector | | [New Project] | Project Inspector |
|---------------------------| | |---------------------------| |
| Projects (2) | Name: project-one | | Projects (2) | Name: project-one |
| [project-one ●] | Slug: project-one | | [project-one ●] | Slug: project-one |
| [project-two ] | Git URL: https://github.com/... | | [project-two ] | Git URL: https://github.com/... |
| | Status: active | | | Status: active |
| | Created: 2026-04-28 | | | Created: 2026-04-28 |
| | | | | |
| | [Delete Project] | | | [Delete Project] |
| +-------------------------------+ | +---------------------------------+
| | Chat Sessions | | | Chat Sessions |
| | (loading...) | | | (loading...) |
+---------------------------+------------------------------------+ +---------------------------+---------------------------------+
``` ```
Features: Features: