Snider
|
bf6f46345d
|
docs: add Service Conclave IPC implementation plan (6 tasks)
Three-chunk plan wiring core/go IPC into core/gui sub-packages.
Tasks 1-3: Window/systray/menu IPC layers (Service, Register, messages).
Task 4: Display config handlers + Register refactor.
Task 5: HandleIPCEvents IPC→WS bridge + exported mocks.
Task 6: Integration tests + delegation conversion to IPC.
Co-Authored-By: Virgil <virgil@lethean.io>
|
2026-03-13 13:11:30 +00:00 |
|
Snider
|
99a8dda8d2
|
docs: address spec review — complete interfaces, fix insulation gaps
Security Scan / security (push) Failing after 9s
Test / test (push) Failing after 34s
Fixes from code review:
- Window type is own struct, not Wails alias; WindowOption rewrites
- PlatformWindow interface: add Position, Size, IsMaximised, IsFocused,
Show, Hide, Fullscreen, UnFullscreen, OnWindowEvent
- Package-level vars (activeTray, trayMenuCallbacks) become Manager fields
- Menu click handlers live in pkg/display, pkg/menu builds structure only
- WSEventManager insulation via EventSource + PlatformWindow interfaces
- WindowStateManager accepts PlatformWindow, returns own Window struct
- AttachWindow uses display.WindowHandle, not any
- ui/ existing Angular code moves as-is, go:embed updates
Co-Authored-By: Virgil <virgil@lethean.io>
|
2026-03-13 11:31:16 +00:00 |
|
Snider
|
88c15d1a8e
|
docs: add display package split design spec
Approved design for restructuring pkg/display/ monolith into 4 focused
packages: window, systray, menu, display (orchestrator).
Co-Authored-By: Virgil <virgil@lethean.io>
|
2026-03-13 11:27:42 +00:00 |
|