You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cargo test --manifest-path ./openless-all/app/src-tauri/Cargo.toml capsule_container_region --no-run
HITL recording pass with ExpectedWidth 220 ExpectedHeight 84
HITL translation pass with ExpectedWidth 220 ExpectedHeight 118 TranslationActive
Known existing red outside this PR:
node ./scripts/windows-ui-config.test.mjs still fails on the main-window native chrome/decorations assertion. I did not fold that [windows/window] 修复悬窗透明遮罩和 Windows 白边 #482-style main-window contract drift into this capsule PR.
The Windows region is built from the pill and badge rectangles with no extra bleed for shadow or antialiasing, so SetWindowRgn can clip the visible capsule edge on high-DPI displays even if hit-testing still works.
The HITL runner hard-codes PrimaryScreen for the backdrop and screen capture. If the capsule opens on a different monitor, the green backdrop and pixel sampling will miss the actual window and produce false failures or misleading evidence.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #498.
Windows capsule contract PR.
What changed:
Evidence screenshots:
Recording capsule:

Translation badge capsule:

Accepted reference comparison:

Evidence JSON:
Recording HITL summary:
Translation HITL summary:
Validation passed:
Known existing red outside this PR: