add dashboard framework: responsive grid layout with modular cell system and fullscreen entry

This commit is contained in:
Eric Smith 2026-05-20 12:54:09 -04:00
parent f140d558b7
commit 5aabc1f7ef
6 changed files with 234 additions and 14 deletions

View file

@ -27,15 +27,16 @@ res://
│ ├── icons/
│ └── textures/
├── autoload/ # Singleton/autoload scripts
├── panels/ # Individual status panels
├── panels/ # Individual status panels (modules)
│ ├── cpu/
│ ├── memory/
│ ├── network/
│ └── disk/
├── scenes/ # Root scenes (dashboard, etc.)
├── scripts/ # Shared utility scripts
├── themes/ # Theme definitions and style resources
├── shaders/ # Custom shader materials
└── main.tscn # Root scene
└── main.tscn # Entry point (loads dashboard)
```
### Git Workflow