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
- Make the `File` recents path backend-authoritative: `GoToPathResolution::File` now carries the canonical normalized `path`, so the handler records `resolution.path` directly instead of reconstructing `${parentDir}/${fileName}`.
- Drop the dead `getRecentPathsLoaded` helper (no callers); the internal `loaded` idempotency flag stays.
- Make the recents `[x]` remove button keyboard-accessible: removed its `tabindex="-1"` so it joins the natural tab order (textbox → each `[x]` → Cancel → Go to path), keeping the existing `aria-label` and `--shadow-focus` focus ring. Row body stays out of the tab order (digit keys cover jumping).
- Regenerated typed bindings; updated Rust + Vitest tests and the colocated CLAUDE.md docs.
0 commit comments