[PR #554] Draft: The Grid™ #615

Open
opened 2026-03-02 23:47:21 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/anomalyco/opentui/pull/554
Author: @necropheus
Created: 1/19/2026
Status: 🔄 Open

Base: mainHead: main


📝 Commits (4)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/anomalyco/opentui/pull/554 **Author:** [@necropheus](https://github.com/necropheus) **Created:** 1/19/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (4) - [`9ed1cda`](https://github.com/anomalyco/opentui/commit/9ed1cda5ef7b6462acd0c67a76122a397f9e01ac) grid draft - [`3eaca63`](https://github.com/anomalyco/opentui/commit/3eaca637db275b8266887265deaaebcb8d9a9a86) Grid finished - [`b95ae06`](https://github.com/anomalyco/opentui/commit/b95ae06d0eaf58ad437ca0b6b0bc18ec5f989a16) Refactor (now by hand instead of LLM generated) ((except for the - [`2ff4ebb`](https://github.com/anomalyco/opentui/commit/2ff4ebb2342ff3ae3b016dc1a049c50452033f06) Small changes ### 📊 Changes **9 files changed** (+801 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `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) </details> ### 📄 Description This is just to show the files for this proposal https://github.com/anomalyco/opentui/issues/553 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/opentui#615
No description provided.