Commit graph

4 commits

Author SHA1 Message Date
f43676e46c add plugin system with plugin/layout managers
- plugin_manager: scans res://plugins/*/plugin.cfg, loads tile definitions
- plugin_tile: new base class for plugin tiles, extends ModuleBase
- layout_manager: save/restore tile grid positions per named layout
- migrate existing cpu/memory/testing tiles into system_monitor plugin
- add module_resized signal to DashboardGrid for auto-save
- dashboard reads from PluginManager + LayoutManager instead of hardcoded paths
- project.godot registers PluginManager and LayoutManager autoloads
- AGENTS.md updated with new structure and conventions
2026-05-21 08:39:15 -04:00
6d64c7ea15 add animated splash screen with orbitron font, transition to dashboard 2026-05-20 21:49:20 -04:00
5aabc1f7ef add dashboard framework: responsive grid layout with modular cell system and fullscreen entry 2026-05-20 12:54:09 -04:00
f140d558b7 fix gitignore: remove *.godot pattern blocking project.godot; add config_version and features to suppress godot 4.6 version warning 2026-05-20 12:47:04 -04:00