mirror of
https://github.com/anomalyco/opentui.git
synced 2026-04-25 13:06:00 +03:00
[PR #364] [MERGED] feat: rebase + add line number renderable #1262
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#1262
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/364
Author: @msmps
Created: 11/29/2025
Status: ✅ Merged
Merged: 11/29/2025
Merged by: @kommander
Base:
main← Head:chore/sync-20251129213429📝 Commits (5)
9793598feat: enhance usekeyboard hook to support key release eventsd10af9afeat: add showLineNumbers option to LineNumberOptions interface6ad579dfeat: add line number component and integrate into namespace6eacf50docs: update readme to include line-number component details and usage example71987a3docs: update readme for useKeyboard hook to include options and example for key release events📊 Changes
7 files changed (+297 additions, -4 deletions)
View changed files
📝
packages/core/src/renderables/LineNumberRenderable.ts(+1 -0)📝
packages/react/README.md(+98 -1)➕
packages/react/examples/line-number.tsx(+159 -0)📝
packages/react/jsx-namespace.d.ts(+2 -0)📝
packages/react/src/components/index.ts(+2 -0)📝
packages/react/src/hooks/use-keyboard.ts(+29 -3)📝
packages/react/src/types/components.ts(+6 -0)📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.