mirror of
https://github.com/anomalyco/opentui.git
synced 2026-04-25 21:15:52 +03:00
[PR #222] [MERGED] Fix renderable.add with index #1158
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#1158
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/222
Author: @kommander
Created: 10/21/2025
Status: ✅ Merged
Merged: 10/21/2025
Merged by: @kommander
Base:
main← Head:repro-solid-list-ordering-issue📝 Commits (7)
317f069reproe14db00debuga6816dereproduce in core30e43adfixab913a9cleanup9fb841emore test coveragee033becdo not expect warnings anymore📊 Changes
5 files changed (+828 additions, -26 deletions)
View changed files
📝
packages/core/src/Renderable.ts(+26 -26)📝
packages/core/src/tests/renderable.snapshot.test.ts(+452 -0)📝
packages/solid/examples/components/ExampleSelector.tsx(+9 -0)➕
packages/solid/examples/components/autocomplete-demo.tsx(+270 -0)📝
packages/solid/tests/control-flow.test.tsx(+71 -0)📄 Description
Now delegating to and using similar logic as
insertBefore🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.