gui/pkg
Snider d29cf62e6f feat(display): refactor to closure Register pattern, add config IPC handlers
Register(wailsApp) returns factory closure for WithService.
OnStartup registers config query/task handlers synchronously.
Handles window.QueryConfig, systray.QueryConfig, menu.QueryConfig.
Remove ServiceName() — auto-derived as 'display' by WithService.
Remove ServiceStartup/Startup — replaced by OnStartup (Startable interface).
Remove actions.go — replaced by sub-package message types.
Add EventTrayClick and EventTrayMenuItemClick event types.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-13 13:30:26 +00:00
..
display feat(display): refactor to closure Register pattern, add config IPC handlers 2026-03-13 13:30:26 +00:00
menu feat(menu): add IPC layer — Service, Register factory, message types 2026-03-13 13:26:50 +00:00
systray feat(systray): add IPC layer — Service, Register factory, message types 2026-03-13 13:26:18 +00:00
window feat(window): add IPC layer — Service, Register factory, message types 2026-03-13 13:25:34 +00:00