mirror of
https://github.com/anomalyco/opentui.git
synced 2026-04-25 13:06:00 +03:00
[PR #554] [CLOSED] Draft: The Grid™ #1396
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#1396
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/554
Author: @necropheus
Created: 1/19/2026
Status: ❌ Closed
Base:
main← Head:main📝 Commits (4)
9ed1cdagrid draft3eaca63Grid finishedb95ae06Refactor (now by hand instead of LLM generated) ((except for the2ff4ebbSmall changes📊 Changes
9 files changed (+801 additions, -0 deletions)
View changed files
➕
packages/core/src/renderables/grid/components.d.ts(+9 -0)➕
packages/core/src/renderables/grid/constants.ts(+90 -0)➕
packages/core/src/renderables/grid/grid.ts(+225 -0)➕
packages/core/src/renderables/grid/grid_node.ts(+198 -0)➕
packages/core/src/renderables/grid/index.ts(+15 -0)➕
packages/core/src/renderables/grid/sandbox.tsx(+115 -0)➕
packages/core/src/renderables/grid/symbols.ts(+4 -0)➕
packages/core/src/renderables/grid/types.ts(+81 -0)➕
packages/core/src/renderables/grid/utils.ts(+64 -0)📄 Description
This is just to show the files for this proposal https://github.com/anomalyco/opentui/issues/553
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.