diff --git a/gadget-code/docs/ui-design-guide.md b/gadget-code/docs/ui-design-guide.md index b37041e..2e1ff6d 100644 --- a/gadget-code/docs/ui-design-guide.md +++ b/gadget-code/docs/ui-design-guide.md @@ -116,18 +116,18 @@ Select a project or chat session from the sidebar to get started. +---------------------------+-----------------------+ | | Clock (AM/PM) | -| Reserved for future | Date | -| dashboard content +-----------------------+ -| | Projects [+] | -| | - project-1 | -| | - project-2 | -| +-----------------------+ -| | Drones | -| | - drone-alpha ● | -| | - drone-beta ○ | -| +-----------------------+ -| | Recent Chats | -| | (loading...) | +| Reserved for future | Date | +| dashboard content +-----------------------+ +| | Projects [+] | +| | - project-1 | +| | - project-2 | +| +-----------------------+ +| | Drones | +| | - drone-alpha ● | +| | - drone-beta ○ | +| +-----------------------+ +| | Recent Chats | +| | (loading...) | +---------------------------+-----------------------+ ``` @@ -145,33 +145,33 @@ Implementation: `frontend/src/pages/Home.tsx` - DashboardSidebar component 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-two ] | | -| | | -+---------------------------+------------------------------------+ +| [project-two ] | | +| | | ++---------------------------+----------------------------------+ ``` When a project is selected: ``` -+---------------------------+------------------------------------+ -| [New Project] | Project Inspector | -|---------------------------| | -| Projects (2) | Name: project-one | -| [project-one ●] | Slug: project-one | -| [project-two ] | Git URL: https://github.com/... | -| | Status: active | -| | Created: 2026-04-28 | -| | | -| | [Delete Project] | -| +-------------------------------+ -| | Chat Sessions | -| | (loading...) | -+---------------------------+------------------------------------+ ++---------------------------+---------------------------------+ +| [New Project] | Project Inspector | +|---------------------------| | +| Projects (2) | Name: project-one | +| [project-one ●] | Slug: project-one | +| [project-two ] | Git URL: https://github.com/... | +| | Status: active | +| | Created: 2026-04-28 | +| | | +| | [Delete Project] | +| +---------------------------------+ +| | Chat Sessions | +| | (loading...) | ++---------------------------+---------------------------------+ ``` Features: