mirror of
https://github.com/anomalyco/opentui.git
synced 2026-04-25 04:55:58 +03:00
[PR #62] [MERGED] Clean up TextNode renderer #261
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#261
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/62
Author: @fezproof
Created: 8/24/2025
Status: ✅ Merged
Merged: 8/24/2025
Merged by: @Adictya
Base:
main← Head:clean-up-renderer📝 Commits (3)
b30e82bSplit TextNode out of main file renderer04e2dbcClean up text node and make use of the fact its a class110a218Use a ghost node class to make some more logic clear📊 Changes
3 files changed (+173 additions, -133 deletions)
View changed files
➕
packages/solid/src/elements/text-node.ts(+160 -0)📝
packages/solid/src/reconciler.ts(+10 -133)➕
packages/solid/src/utils/log.ts(+3 -0)📄 Description
Move all text node logic to its own file, and take advantage of classes.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.