mirror of
https://github.com/anomalyco/opentui.git
synced 2026-04-25 13:06:00 +03:00
[PR #137] feat: add FocusManager for keyboard navigation #318
Labels
No labels
bug
core
documentation
feature
good first issue
help wanted
pull-request
question
react
solid
tmux
windows
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/opentui#318
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?
📋 Pull Request Information
Original PR: https://github.com/anomalyco/opentui/pull/137
Author: @ReverseGem7
Created: 9/4/2025
Status: 🔄 Open
Base:
main← Head:tabindex📝 Commits (10+)
5d39427tabindexf03e13cRemove console log in FocusManager5d91425Run prettier6d87444Update the YGTreeWalker to reset its current node on tree changes0fe4ec3Remove unused console logc521525Merge branch 'sst:main' into tabindex7d70482remove unused imports and variables in input-select-layout-demo1d5d719Add focusKeyHandler config to createCliRendererb25d550remove keyboard navigation on CliRenderer.destroydd44a03Implement focusedRenderable in RenderContext📊 Changes
10 files changed (+340 additions, -98 deletions)
View changed files
📝
packages/core/src/Renderable.ts(+9 -1)📝
packages/core/src/examples/index.ts(+9 -1)📝
packages/core/src/examples/input-demo.ts(+0 -46)📝
packages/core/src/examples/input-select-layout-demo.ts(+3 -41)📝
packages/core/src/examples/lib/standalone-keys.ts(+4 -0)➕
packages/core/src/examples/nested-input-tree.ts(+136 -0)➕
packages/core/src/lib/FocusManager.ts(+118 -0)📝
packages/core/src/lib/index.ts(+1 -0)📝
packages/core/src/renderer.ts(+56 -7)📝
packages/core/src/types.ts(+4 -2)📄 Description
https://github.com/user-attachments/assets/2156d04a-3a69-478b-82b2-424aab950128
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.