gui/pkg/menu
Snider 92333ff2db
Some checks failed
Security Scan / security (push) Failing after 8s
Test / test (push) Failing after 1m25s
feat(display): wire go-config for config file persistence
Replace the in-memory loadConfig() stub with real ~/.core/gui/config.yaml
loading via go-config. handleConfigTask now persists changes to disk via
cfg.Set() + cfg.Commit(). Sub-service applyConfig() stubs fleshed out:
window reads default dimensions (TODO: Manager API), systray stores icon
path, menu reads show_dev_tools flag with accessor.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-13 13:54:28 +00:00
..
menu.go feat(menu): add Manager with platform abstraction and builder 2026-03-13 12:15:32 +00:00
menu_test.go feat(menu): add Manager with platform abstraction and builder 2026-03-13 12:15:32 +00:00
messages.go feat(menu): add IPC layer — Service, Register factory, message types 2026-03-13 13:26:50 +00:00
mock_platform.go feat(display): add HandleIPCEvents IPC->WS bridge 2026-03-13 13:32:16 +00:00
mock_test.go feat(menu): add Manager with platform abstraction and builder 2026-03-13 12:15:32 +00:00
platform.go feat(menu): add Manager with platform abstraction and builder 2026-03-13 12:15:32 +00:00
register.go feat(menu): add IPC layer — Service, Register factory, message types 2026-03-13 13:26:50 +00:00
service.go feat(display): wire go-config for config file persistence 2026-03-13 13:54:28 +00:00
service_test.go feat(menu): add IPC layer — Service, Register factory, message types 2026-03-13 13:26:50 +00:00
wails.go feat(menu): add Manager with platform abstraction and builder 2026-03-13 12:15:32 +00:00