mirror of
https://github.com/anomalyco/opentui.git
synced 2026-04-25 13:06:00 +03:00
[PR #31] [MERGED] Add solid reconciler with example #1014
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#1014
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/31
Author: @Adictya
Created: 8/16/2025
Status: ✅ Merged
Merged: 8/18/2025
Merged by: @kommander
Base:
main← Head:solid-reconciler📝 Commits (10+)
e363173add style text api571f191add set position1cca7e1remove unused importcc339a5feat: add solid package8c6ef87fix: build script94934fcmove input to onInputb4ccf4echore: re-arrangingcf6626dquick try importless api08aa4a0chore move example2fbe420fix implement api📊 Changes
22 files changed (+1784 additions, -15 deletions)
View changed files
📝
bun.lock(+200 -13)📝
packages/core/src/renderables/Text.ts(+1 -2)➕
packages/solid/.prettierrc(+0 -0)➕
packages/solid/bunfig.toml(+1 -0)➕
packages/solid/examples/components/ExampleSelector.tsx(+158 -0)➕
packages/solid/examples/components/animation-demo.tsx(+167 -0)➕
packages/solid/examples/components/input-demo.tsx(+20 -0)➕
packages/solid/examples/components/mouse-demo.tsx(+119 -0)➕
packages/solid/examples/components/text-selection-demo.tsx(+227 -0)➕
packages/solid/examples/components/text-style-demo.tsx(+29 -0)➕
packages/solid/examples/index.tsx(+14 -0)➕
packages/solid/examples/tsconfig.json(+30 -0)➕
packages/solid/index.ts(+23 -0)➕
packages/solid/package.json(+32 -0)➕
packages/solid/scripts/build.ts(+41 -0)➕
packages/solid/scripts/preload.ts(+4 -0)➕
packages/solid/scripts/solid-plugin.ts(+58 -0)➕
packages/solid/src/elements/hooks.ts(+123 -0)➕
packages/solid/src/elements/index.ts(+119 -0)➕
packages/solid/src/reconciler.ts(+378 -0)...and 2 more files
📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.