Skip to content

Improve selection flow hover behavior#52

Merged
aurexav merged 4 commits into
mainfrom
yvette/xy-223-improve-light-theme-window-selection-flow-visibility-on
Apr 3, 2026
Merged

Improve selection flow hover behavior#52
aurexav merged 4 commits into
mainfrom
yvette/xy-223-improve-light-theme-window-selection-flow-visibility-on

Conversation

@yvette-carlisle
Copy link
Copy Markdown
Member

Summary

  • rename the setting to Selection flow, keep it focused on the animated ring only, and drop the legacy config aliases/keys
  • keep the live hover scrim visible when flow is disabled while preserving the frozen dashed-border affordance
  • make live window targeting and first-frame redraw more reliable by filtering rsnap-owned macOS windows and retrying occluded startup presents

Testing

  • cargo make fmt-rust
  • cargo test -p rsnap --lib settings::tests
  • cargo test -p rsnap-overlay overlay:: --lib
  • cargo make lint-rust
  • cargo build --release -p rsnap
  • git diff --check

Copy link
Copy Markdown
Member Author

@codex review

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 5aa4734c37

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread apps/rsnap/src/settings.rs
Copy link
Copy Markdown
Member Author

@codex review

@chatgpt-codex-connector
Copy link
Copy Markdown

Codex Review: Didn't find any major issues. Keep them coming!

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

…ove selection flow hover behavior","intent":"rework live hover selection feedback so flow remains optional, light and dark themes keep usable contrast, and hovered-window targeting survives startup edge cases","impact":"the settings surface now exposes a single Selection flow toggle and thickness control, live hover keeps its scrim when flow is disabled without inheriting the frozen dashed border, and macOS live targeting filters rsnap-owned windows while retrying occluded startup presents","breaking":false,"risk":"medium","authority":"linear","delivery_mode":"status-only","refs":[{"system":"linear","id":"XY-223","role":"authority"},{"system":"github","repo":"hack-ink/rsnap","number":52,"role":"mirror"}]}
…Linux lint regression in overlay tests","intent":"keep the selection flow hover branch green on shared Linux CI by restoring platform-aware test imports and repository style conformance in overlay tests","impact":"overlay test imports once again match their macOS-only usage and the associated backend and overlay test files now satisfy clippy, rustfmt, and vstyle without changing runtime behavior","breaking":false,"risk":"low","authority":"ci","delivery_mode":"status-only","refs":[]}
…Linux-only backend test import","intent":"remove the remaining macOS-only backend test import from Linux lint paths after the selection flow hover repair branch was updated","impact":"backend tests now gate process-id access to the same macOS-only path as the test that uses it, eliminating the last Linux clippy failure without affecting runtime behavior","breaking":false,"risk":"low","authority":"ci","delivery_mode":"status-only","refs":[]}
…rantine invalid settings files on load","intent":"reject stale settings keys without letting one parse error silently reset the rest of the user config on the next save","impact":"invalid settings.toml files are moved aside to settings.invalid backups before rsnap falls back to defaults, and regression coverage now locks the non-destructive load path","breaking":false,"risk":"medium","authority":"review","delivery_mode":"status-only","refs":[]}
@yvette-carlisle yvette-carlisle force-pushed the yvette/xy-223-improve-light-theme-window-selection-flow-visibility-on branch from e8611fb to 6960eda Compare April 3, 2026 18:11
@aurexav aurexav enabled auto-merge April 3, 2026 18:13
@aurexav aurexav added this pull request to the merge queue Apr 3, 2026
Merged via the queue into main with commit fe8f62c Apr 3, 2026
7 checks passed
@aurexav aurexav deleted the yvette/xy-223-improve-light-theme-window-selection-flow-visibility-on branch April 3, 2026 18:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants