mirror of
https://github.com/mum4k/termdash.git
synced 2026-04-27 03:15:55 +03:00
[PR #172] [MERGED] A new API for building terminal layouts. #233
Labels
No labels
bug
cleanup
enhancement
enhancement
enhancement
good first issue
help wanted
help wanted
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/termdash#233
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/mum4k/termdash/pull/172
Author: @mum4k
Created: 3/11/2019
Status: ✅ Merged
Merged: 3/11/2019
Merged by: @mum4k
Base:
devel← Head:grid-builder📝 Commits (6)
2cb4cc9Adding a grid builder.0469007Adding licences.45ce014Termdashdemo shows both grid and container layout patterns.66256fdUpdating CHANGELOG.a170c5fFixing lint issues.f3e414fAdding licences.📊 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.