mirror of
https://github.com/anomalyco/opentui.git
synced 2026-04-24 20:45:56 +03:00
[PR #774] [MERGED] Plugins (Slots) #1554
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#1554
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/774
Author: @kommander
Created: 3/3/2026
Status: ✅ Merged
Merged: 3/12/2026
Merged by: @kommander
Base:
main← Head:plugins📝 Commits (10+)
fc413dcinitial9324a9acore plugins689df39core demo7ca663frenderer scoped6b4a273renamingse19b8ccfix demo741adddreorg8c8f4fcfix keying and more egde/error tests636448aPluginContextbcb4694remove unnecessary requestRender calls📊 Changes
61 files changed (+9433 additions, -65 deletions)
View changed files
📝
bun.lock(+7 -6)📝
packages/core/package.json(+8 -0)📝
packages/core/scripts/build.ts(+25 -2)➕
packages/core/src/examples/core-plugin-slots-demo.ts(+759 -0)📝
packages/core/src/examples/index.ts(+7 -0)📝
packages/core/src/index.ts(+3 -0)➕
packages/core/src/plugins/core-slot.ts(+579 -0)➕
packages/core/src/plugins/registry.ts(+377 -0)➕
packages/core/src/plugins/types.ts(+46 -0)➕
packages/core/src/runtime-plugin-support.ts(+39 -0)➕
packages/core/src/runtime-plugin.ts(+144 -0)➕
packages/core/src/tests/renderer.core-slot-binding.test.ts(+952 -0)➕
packages/core/src/tests/renderer.slot-registry.test.ts(+649 -0)➕
packages/core/src/tests/runtime-plugin-support.fixture.ts(+11 -0)➕
packages/core/src/tests/runtime-plugin-support.test.ts(+28 -0)➕
packages/core/src/tests/runtime-plugin.fixture.ts(+40 -0)➕
packages/core/src/tests/runtime-plugin.test.ts(+190 -0)📝
packages/core/src/tests/wrap-resize-perf.test.ts(+36 -9)📝
packages/core/tsconfig.build.json(+8 -1)➕
packages/react/examples/.plugin/index.tsx(+37 -0)...and 41 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.