Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
27c60b0
feat(hint-mode): add type definitions
h4yfans Apr 14, 2026
c028079
feat(hint-mode): add DOM scanner with visibility filters
h4yfans Apr 14, 2026
0930bc0
feat(hint-mode): add mnemonic-first label assigner
h4yfans Apr 14, 2026
cfc9db5
feat(hint-mode): add HintModeProvider context with module-level ref
h4yfans Apr 14, 2026
05b08a6
feat(hint-mode): suspend shortcuts when hint mode is active
h4yfans Apr 14, 2026
ac168d1
feat(hint-mode): add activation hook with F / Alt+F / Esc handling
h4yfans Apr 14, 2026
fabc0a0
feat(hint-mode): add HintBadge component with narrowing feedback
h4yfans Apr 14, 2026
a8243ea
feat(hint-mode): add HintOverlay portal rendering positioned badges
h4yfans Apr 14, 2026
c77c7c5
feat(hint-mode): add HINT status indicator
h4yfans Apr 14, 2026
9609703
feat(hint-mode): wire HintModeProvider and overlay into App
h4yfans Apr 14, 2026
e3d7124
test(hint-mode): add integration tests for HintModeProvider
h4yfans Apr 14, 2026
1104007
fix(hint-mode): use e.code for Alt+F on macOS + clamp badge position
h4yfans Apr 14, 2026
13cdd2c
fix(hint-mode): address adversarial review findings
h4yfans Apr 14, 2026
db8c0fe
refactor(hint-mode): post-review polish on overlay, activation, and l…
h4yfans Apr 14, 2026
a0745e1
test(hint-mode): add e2e tests for activation, narrowing, auto-click
h4yfans Apr 14, 2026
a962c0a
docs(changelog): add entry for Vim Hint Mode
h4yfans Apr 14, 2026
8b2b9dd
docs(changelog): patch TBD placeholder with PR #202
h4yfans Apr 14, 2026
0afb083
build(ipc): regenerate RPC bindings and IPC invoke map
h4yfans Apr 14, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ Format: weekly entries grouped by feature area.

---

## 2026-04-14 — Vim Hint Mode (#202)

### Added
- Add Vim-style hint mode: Alt+F overlays typed labels on clickable elements for mouseless navigation, with single-char mnemonics, two-char fallback on first-letter collisions, backspace undo, and Escape to dismiss

---

## 2026-04-12 — Windows Inbox Folder Filing Fix

### Fixed
Expand Down
Loading
Loading