Skip to content

fix(desktop): restore palette focus outline and platform-correct search kbd#3964

Merged
esengine merged 1 commit into
main-v2from
fix/palette-stale-styles
Jun 11, 2026
Merged

fix(desktop): restore palette focus outline and platform-correct search kbd#3964
esengine merged 1 commit into
main-v2from
fix/palette-stale-styles

Conversation

@esengine

@esengine esengine commented Jun 11, 2026

Copy link
Copy Markdown
Owner

Reworked after #3962 landed the stale-block removal (came in first, with a regression test). What remains here are the two deltas:

  • restore the .palette__item:focus-visible outline — the deleted legacy block was its only carrier
  • label the detached chrome search button Ctrl+K; it only renders on Windows/Linux, where the hardcoded ⌘K was wrong (the TabBar-embedded variant is macOS-only and keeps ⌘K)

CSS checks + the new command-palette-css regression test pass locally.

Closes #3841

@esengine esengine requested a review from SivanCola as a code owner June 11, 2026 06:00
@github-actions github-actions Bot added v2 Go rewrite (1.x) — main-v2 branch, active development desktop Wails desktop app (desktop/**) and removed v2 Go rewrite (1.x) — main-v2 branch, active development labels Jun 11, 2026
…ch kbd

Follow-up to #3962: the removed legacy block was the only carrier of the
.palette__item:focus-visible outline, and the detached chrome search
button (rendered on Windows/Linux only) was hardcoded to the mac glyph.

Closes #3841
@esengine esengine force-pushed the fix/palette-stale-styles branch from 884a686 to b1b4f97 Compare June 11, 2026 06:14
@esengine esengine changed the title fix(desktop): drop the stale pre-refresh command-palette stylesheet fix(desktop): restore palette focus outline and platform-correct search kbd Jun 11, 2026
@github-actions github-actions Bot added the v2 Go rewrite (1.x) — main-v2 branch, active development label Jun 11, 2026
@esengine esengine merged commit 89befd2 into main-v2 Jun 11, 2026
14 checks passed
@esengine esengine deleted the fix/palette-stale-styles branch June 11, 2026 06:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

desktop Wails desktop app (desktop/**) v2 Go rewrite (1.x) — main-v2 branch, active development

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: 搜索弹框显示很奇怪

1 participant