Skip to content

Add Window scene, openWindow action, dismissWindow action, fix window close handling, and add multi-window support to WindowGroup #1065

Add Window scene, openWindow action, dismissWindow action, fix window close handling, and add multi-window support to WindowGroup

Add Window scene, openWindow action, dismissWindow action, fix window close handling, and add multi-window support to WindowGroup #1065

Triggered via pull request January 5, 2026 04:58
Status Success
Total duration 34s
Artifacts

swiftlint.yml

on: pull_request
swift-lint
29s
swift-lint
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
swift-lint: Sources/GtkBackend/GtkBackend.swift#L783
Todo Violation: TODOs should be resolved (Update button label color usin...) (todo)
swift-lint: Sources/GtkBackend/GtkBackend.swift#L706
Todo Violation: TODOs should be resolved (Implement tables) (todo)
swift-lint: Sources/GtkBackend/GtkBackend.swift#L421
Todo Violation: TODOs should be resolved (Notify when window scale facto...) (todo)
swift-lint: Sources/GtkBackend/GtkBackend.swift#L413
Todo Violation: TODOs should be resolved (Record window scale factor in ...) (todo)
swift-lint: Sources/GtkBackend/GtkBackend.swift#L406
Todo Violation: TODOs should be resolved (React to theme changes) (todo)
swift-lint: Sources/GtkBackend/GtkBackend.swift#L187
Todo Violation: TODOs should be resolved (Detect whether window is fulls...) (todo)
swift-lint: Sources/GtkBackend/GtkBackend.swift#L171
Todo Violation: TODOs should be resolved (Don't hardcode this (if possib...) (todo)
swift-lint: Sources/GtkBackend/GtkBackend.swift#L1232
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)
swift-lint: Sources/GtkBackend/GtkBackend.swift#L1199
Multiple Closures with Trailing Closure Violation: Trailing closure syntax should not be used when passing more than one closure argument (multiple_closures_with_trailing_closure)
swift-lint: Sources/UIKitBackend/UIKitBackend+List.swift#L19
Todo Violation: TODOs should be resolved (Figure out if there's a way to...) (todo)