gui/pkg
Snider 49e1faed54 feat(display): convert delegation to IPC, full conclave integration
Display methods now route through IPC bus instead of direct Manager calls.
Menu/tray setup uses PERFORM. Tray click actions handled via HandleIPCEvents.
WindowInfo aliased from window package. Direct Manager refs removed.
Integration tests verify full 4-service conclave startup and communication.
Service struct no longer holds windows/tray/menus fields — uses windowService()
for direct Manager access where IPC messages are not yet defined.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-13 13:36:55 +00:00
..
display feat(display): convert delegation to IPC, full conclave integration 2026-03-13 13:36:55 +00:00
menu feat(display): add HandleIPCEvents IPC->WS bridge 2026-03-13 13:32:16 +00:00
systray feat(display): add HandleIPCEvents IPC->WS bridge 2026-03-13 13:32:16 +00:00
window feat(display): add HandleIPCEvents IPC->WS bridge 2026-03-13 13:32:16 +00:00