mirror of
https://github.com/anomalyco/opentui.git
synced 2026-04-25 04:55:58 +03:00
[PR #169] [MERGED] Feat(solid): Handle anchor node and add Dynamic and Portal #1122
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#1122
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/169
Author: @Adictya
Created: 9/17/2025
Status: ✅ Merged
Merged: 9/18/2025
Merged by: @kommander
Base:
main← Head:anchor-node-test📝 Commits (10+)
8d1941danchor fixes3f50a93add tests226292dbring in renderer for cleaner lifecycle42005ffcleanupce6e01dchore: linta5c0809perf improvementsd660c75cleanupfb6d376more cleanupc8bfe2aimport cleanup4683836handle rogue text📊 Changes
15 files changed (+1068 additions, -12 deletions)
View changed files
📝
packages/solid/bunfig.toml(+4 -0)📝
packages/solid/package.json(+1 -1)➕
packages/solid/src/elements/extras.ts(+98 -0)📝
packages/solid/src/elements/index.ts(+2 -0)➕
packages/solid/src/elements/slot.ts(+130 -0)📝
packages/solid/src/reconciler.ts(+41 -9)➕
packages/solid/src/renderer/index.ts(+11 -0)➕
packages/solid/src/renderer/universal.d.ts(+30 -0)➕
packages/solid/src/renderer/universal.js(+238 -0)📝
packages/solid/src/types/elements.ts(+4 -1)➕
packages/solid/tests/__snapshots__/control-flow.test.tsx.snap(+15 -0)➕
packages/solid/tests/__snapshots__/dynamic-portal.test.tsx.snap(+22 -0)📝
packages/solid/tests/control-flow.test.tsx(+133 -1)➕
packages/solid/tests/dynamic-portal.test.tsx(+314 -0)📝
packages/solid/tests/layout.test.tsx(+25 -0)📄 Description
bun testshould also work now🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.