gui/pkg/window
Claude 18a455b460
Some checks failed
Security Scan / security (push) Failing after 25s
refactor: migrate entire gui to Core v0.8.0 API
- Import paths: forge.lthn.ai/core/go → dappco.re/go/core
- Import paths: forge.lthn.ai/core/go-log → dappco.re/go/core/log
- Import paths: forge.lthn.ai/core/go-io → dappco.re/go/core/io
- RegisterTask → c.Action("name", handler) across all 15 services
- QueryHandler signature: (any, bool, error) → core.Result
- PERFORM(task) → Action.Run(ctx, opts)
- QUERY returns single core.Result (not 3 values)
- All 17 packages build and test clean on v0.8.0-alpha.1

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-31 16:14:19 +01:00
..
layout.go refactor: migrate entire gui to Core v0.8.0 API 2026-03-31 16:14:19 +01:00
messages.go feat(window): zoom, content, bounds, fullscreen, print + new events pkg 2026-03-31 15:01:40 +01:00
mock_platform.go feat(window): zoom, content, bounds, fullscreen, print + new events pkg 2026-03-31 15:01:40 +01:00
mock_test.go feat(window): zoom, content, bounds, fullscreen, print + new events pkg 2026-03-31 15:01:40 +01:00
options.go refactor(ax): align GUI APIs with AX principles 2026-03-31 05:31:00 +00:00
persistence_test.go refactor(ax): AX compliance sweep — comments, error handling, test names 2026-03-31 12:18:41 +01:00
platform.go feat(window): zoom, content, bounds, fullscreen, print + new events pkg 2026-03-31 15:01:40 +01:00
register.go refactor: migrate entire gui to Core v0.8.0 API 2026-03-31 16:14:19 +01:00
service.go refactor: migrate entire gui to Core v0.8.0 API 2026-03-31 16:14:19 +01:00
service_screen_test.go refactor: migrate entire gui to Core v0.8.0 API 2026-03-31 16:14:19 +01:00
service_test.go refactor: migrate entire gui to Core v0.8.0 API 2026-03-31 16:14:19 +01:00
state.go refactor: migrate entire gui to Core v0.8.0 API 2026-03-31 16:14:19 +01:00
tiling.go refactor: migrate entire gui to Core v0.8.0 API 2026-03-31 16:14:19 +01:00
wails.go feat(window): zoom, content, bounds, fullscreen, print + new events pkg 2026-03-31 15:01:40 +01:00
window.go refactor: migrate entire gui to Core v0.8.0 API 2026-03-31 16:14:19 +01:00
window_test.go refactor(ax): AX compliance sweep — comments, error handling, test names 2026-03-31 12:18:41 +01:00