feat(hud): stacked Quick Access overlay + position/size/auto-close se… - #21
Merged
Conversation
…ttings CleanShot-style: when multiple captures land in quick succession, the post-capture HUD now stacks them vertically (newest on top, max 5 cards — oldest drops off) instead of replacing the previous card. Each card has its own copy / save / edit / discard buttons. The window auto-grows to fit the stack and shrinks back when cards are removed. Settings → Quick Access: - Position on screen: top-left / top-right / bottom-left / bottom-right - Multi-display: "Move to active screen" toggle (cursor-follow vs always-primary) - Overlay size: small / medium / large - Auto-close: enable + interval (3 / 6 / 10 / 30 s); disabling makes the HUD persist until manually dismissed IPC reshape (breaking — pre-1.0): the old single-image HUD channels (`hud:image-ready`, `hud:request-current`, `hud:copy`, `hud:save-as`, `hud:open-in-editor`, `hud:close-and-delete`) are replaced by a stack model — `hud:on-stack`, `hud:request-stack`, plus per-card variants that take a numeric id (`hud:copy-card`, `hud:save-card`, `hud:open-card-in-editor`, `hud:dismiss-card`, `hud:discard-card`). Renderer + preload + handlers all updated; no callers outside the HUD. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
aryasadeghy
enabled auto-merge (squash)
May 10, 2026 08:59
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
…ttings
CleanShot-style: when multiple captures land in quick succession, the post-capture HUD now stacks them vertically (newest on top, max 5 cards — oldest drops off) instead of replacing the previous card. Each card has its own copy / save / edit / discard buttons. The window auto-grows to fit the stack and shrinks back when cards are removed.
Settings → Quick Access:
IPC reshape (breaking — pre-1.0): the old single-image HUD channels (
hud:image-ready,hud:request-current,hud:copy,hud:save-as,hud:open-in-editor,hud:close-and-delete) are replaced by a stack model —hud:on-stack,hud:request-stack, plus per-card variants that take a numeric id (hud:copy-card,hud:save-card,hud:open-card-in-editor,hud:dismiss-card,hud:discard-card). Renderer + preload + handlers all updated; no callers outside the HUD.Summary
Type
Screenshots / recording
Test plan
npm run lintnpm run typechecknpm testClean-room confirmation
Linked issues
Closes #