[PR #172] [MERGED] A new API for building terminal layouts. #233

Closed
opened 2026-03-03 16:23:26 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/mum4k/termdash/pull/172
Author: @mum4k
Created: 3/11/2019
Status: Merged
Merged: 3/11/2019
Merged by: @mum4k

Base: develHead: grid-builder


📝 Commits (6)

📊 Changes

5 files changed (+1200 additions, -33 deletions)

View changed files

📝 CHANGELOG.md (+2 -0)
📝 README.md (+1 -0)
container/grid/grid.go (+264 -0)
container/grid/grid_test.go (+754 -0)
📝 termdashdemo/termdashdemo.go (+179 -33)

📄 Description

Fixes #171

Adds a grid.Builder which allows to iteratively add rows and columns.

Also updating Termdashdemo to demonstrate the same result using both the APIs.


🔄 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/mum4k/termdash/pull/172 **Author:** [@mum4k](https://github.com/mum4k) **Created:** 3/11/2019 **Status:** ✅ Merged **Merged:** 3/11/2019 **Merged by:** [@mum4k](https://github.com/mum4k) **Base:** `devel` ← **Head:** `grid-builder` --- ### 📝 Commits (6) - [`2cb4cc9`](https://github.com/mum4k/termdash/commit/2cb4cc9797b00779ecab1bac4c6ac021d78d422f) Adding a grid builder. - [`0469007`](https://github.com/mum4k/termdash/commit/0469007a4cd15a99cea0cb0d06ac880869a26827) Adding licences. - [`45ce014`](https://github.com/mum4k/termdash/commit/45ce0145467c44f963fc784a3a9f78946773f307) Termdashdemo shows both grid and container layout patterns. - [`66256fd`](https://github.com/mum4k/termdash/commit/66256fd4651308880d42030eebd3db255984b865) Updating CHANGELOG. - [`a170c5f`](https://github.com/mum4k/termdash/commit/a170c5f99ddcac9bd09f37bc1572890fc47a4e15) Fixing lint issues. - [`f3e414f`](https://github.com/mum4k/termdash/commit/f3e414fee1e7343b5fec4deee4ec78dcb008a5a4) Adding licences. ### 📊 Changes **5 files changed** (+1200 additions, -33 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+2 -0) 📝 `README.md` (+1 -0) ➕ `container/grid/grid.go` (+264 -0) ➕ `container/grid/grid_test.go` (+754 -0) 📝 `termdashdemo/termdashdemo.go` (+179 -33) </details> ### 📄 Description Fixes #171 Adds a grid.Builder which allows to iteratively add rows and columns. Also updating Termdashdemo to demonstrate the same result using both the APIs. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 16:23:26 +03:00
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/termdash#233
No description provided.