fix: defer completion card collapse when mouse is inside panel#69
Merged
wxtsky merged 1 commit intowxtsky:mainfrom Apr 13, 2026
Merged
Conversation
Prevent the completion card from auto-collapsing while the user is still hovering over it. When the auto-collapse timer fires with the mouse inside the panel, collapse is deferred until the mouse leaves.
nguyenvanduocit
pushed a commit
to nguyenvanduocit/CodeIsland
that referenced
this pull request
Apr 13, 2026
Two new tasks from wxtsky/CodeIsland PRs wxtsky#70 and wxtsky#69 (both open, Apr 12 2026): - T-024 (XS/high): settings window close calls NSApp.hide(nil) — panel flicker bug - T-025 (S/medium): completion card auto-collapses while mouse is hovering All other v1.0.19 changes skipped (non-Claude CLIs, L10n, CI/release infra). vibeislandapp/vibe-island: no code changes since Apr 3. https://claude.ai/code/session_01SaW44SRNDomF8BFgv9atRT
nguyenvanduocit
pushed a commit
to nguyenvanduocit/CodeIsland
that referenced
this pull request
Apr 15, 2026
- PR wxtsky#80 MERGED: configurable notch height modes → T-026 - PR wxtsky#86 open: auto-collapse after session jump → T-027 (watch) - PR wxtsky#76 open: message input bar + TerminalWriter → T-028 (watch) - Issue wxtsky#84: Ghostty quick terminal activation bug → T-029 - Note PR wxtsky#69 and wxtsky#70 now merged upstream (T-024, T-025 ready) - vibe-island: no new code changes https://claude.ai/code/session_01Hoa4hooNsWEnv8vC42x8G3
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.
Summary
Problem
完成卡片展示后会在 5 秒后自动折叠。如果用户此时正将鼠标悬停在面板上阅读内容,面板会在用户眼皮底下突然消失,体验不佳。
Solution
引入延迟折叠机制:
Test plan