cleanup: collapse static keymap provider after customization removal #312
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
status:blocked
track:api
track:auto
track:core
track:deploy
track:infra
track:ui
type:cleanup
type:docs
type:epic
type:release
type:research
wontfix
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/delta#312
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Parent: #305
Problem
Keymap customization is gone, but the app still carries a context provider that returns fixed defaults. Consumers call
useKeymaps()even though the definitions now live statically insrc/lib/keymap-defs.ts.Solution
Simplify keymap lookup to static helpers:
useKeymaps()consumers with direct helper calls where possiblesrc/contexts/keymaps.tsxif it no longer owns stateNavigationWrapper/provider ownership after the keymap provider disappearsAcceptance criteria
just lintpasses.