mirror of
https://github.com/anomalyco/opentui.git
synced 2026-04-25 13:06:00 +03:00
[PR #25] [MERGED] Replace yoga enum usage with browser like string values #1007
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#1007
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/25
Author: @kommander
Created: 8/15/2025
Status: ✅ Merged
Merged: 8/15/2025
Merged by: @kommander
Base:
main← Head:string-vs-enum-options📝 Commits (6)
fc578dfsetup conversion functions0978c4fstring typesfd6ace5sane defaults28be184replace enumsfedcd21remove node type6b72452cleanup📊 Changes
9 files changed (+319 additions, -64 deletions)
View changed files
📝
packages/core/src/Renderable.ts(+16 -17)📝
packages/core/src/console.ts(+0 -1)📝
packages/core/src/examples/ascii-font-selection-demo.ts(+1 -1)📝
packages/core/src/examples/input-select-layout-demo.ts(+2 -3)📝
packages/core/src/examples/relative-positioning-demo.ts(+6 -9)📝
packages/core/src/examples/simple-layout-example.ts(+26 -29)📝
packages/core/src/examples/text-selection-demo.ts(+2 -3)➕
packages/core/src/lib/yoga.options.ts(+264 -0)📝
packages/core/src/renderables/Box.ts(+2 -1)📄 Description
Replace yoga enum usage with browser like string values
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.