mirror of
https://github.com/anomalyco/opentui.git
synced 2026-04-25 04:55:58 +03:00
[PR #156] [CLOSED] feat(text): reimplement text primitive #1111
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#1111
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/156
Author: @msmps
Created: 9/12/2025
Status: ❌ Closed
Base:
main← Head:feat/react-text-20250910200903📝 Commits (1)
67d5b42feat(text): reimplement text primitive📊 Changes
10 files changed (+160 additions, -115 deletions)
View changed files
📝
packages/core/src/Renderable.ts(+23 -4)📝
packages/core/src/renderables/TextNode.ts(+24 -9)➖
packages/react/examples/styled-text.tsx(+0 -25)📝
packages/react/jsx-namespace.d.ts(+8 -0)📝
packages/react/src/components/index.ts(+9 -0)➕
packages/react/src/components/text.ts(+44 -0)📝
packages/react/src/reconciler/host-config.ts(+18 -15)📝
packages/react/src/types/components.ts(+11 -7)📝
packages/react/src/types/host.ts(+4 -4)📝
packages/react/src/utils/index.ts(+19 -51)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.