add dashboard framework: responsive grid layout with modular cell system and fullscreen entry
This commit is contained in:
parent
f140d558b7
commit
5aabc1f7ef
6 changed files with 234 additions and 14 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue