mirror of
https://github.com/anomalyco/opentui.git
synced 2026-04-24 20:45:56 +03:00
[PR #745] [MERGED] TextTable and Markdown tweaks #751
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#751
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/745
Author: @kommander
Created: 2/26/2026
Status: ✅ Merged
Merged: 2/26/2026
Merged by: @kommander
Base:
main← Head:text-table-tweaks📝 Commits (10+)
fb69867flexShrink 0 defaultfcb3057TEMP SCROLLBOX FIX32267bfokay demo colors6453927transparent democa34b47remove clamp6a9bb61remove workaround fix51ec1b0default to word wrapd66e081fix demo scrollbar94e378escrollbox no scrollbar padding/margin8871d69fix type📊 Changes
10 files changed (+1163 additions, -78 deletions)
View changed files
📝
packages/core/src/benchmark/text-table-benchmark.ts(+105 -4)📝
packages/core/src/examples/text-table-demo.ts(+61 -31)📝
packages/core/src/renderables/Markdown.ts(+12 -3)📝
packages/core/src/renderables/ScrollBox.ts(+90 -9)📝
packages/core/src/renderables/TextTable.test.ts(+501 -6)📝
packages/core/src/renderables/TextTable.ts(+144 -12)📝
packages/core/src/renderables/__snapshots__/TextTable.test.ts.snap(+114 -0)📝
packages/core/src/renderables/__tests__/Markdown.test.ts(+10 -5)📝
packages/core/src/tests/scrollbox.test.ts(+81 -0)📝
packages/web/src/content/docs/components/markdown.mdx(+45 -8)📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.