gui/pkg/window
Claude 9bd0e7b025
Some checks failed
Security Scan / security (push) Failing after 27s
refactor: remove banned imports from test files
- window/persistence_test.go: path/filepath → core.JoinPath
- display/display_test.go: path/filepath → core.JoinPath/PathDir
- browser/service_test.go: errors → core.NewError
- notification/service_test.go: errors → core.NewError

Zero banned imports in ALL gui files — production AND test.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-31 16:53:40 +01:00
..
layout.go refactor: remove banned imports from display, window/layout, window/state 2026-03-31 16:37:47 +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: remove banned imports from test files 2026-03-31 16:53:40 +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: remove banned imports from display, window/layout, window/state 2026-03-31 16:37:47 +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