mirror of
https://github.com/mum4k/termdash.git
synced 2026-04-27 03:15:55 +03:00
[PR #176] [MERGED] Container now supports dynamic layout changes. #236
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#236
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/176
Author: @mum4k
Created: 3/29/2019
Status: ✅ Merged
Merged: 3/30/2019
Merged by: @mum4k
Base:
devel← Head:dynamic-layout📝 Commits (10+)
96d1360Calculating container areas upon Draw only.c755affAbility to set IDs on containers.461a242Margin to be set while Drawing only.0f0f1d4Validate the tree only once at creation.85bcf9dFunction that finds container with a specific ID.782d7c3Container now supports dynamic layout changes.fdb659eUpdating Changelog.f3ff03cDiscover widgets dynamically.efa673aTermdashdemo now demonstartes dynamic layout changes.ad0b421Fixing termdash_test.📊 Changes
13 files changed (+1302 additions, -314 deletions)
View changed files
📝
CHANGELOG.md(+11 -4)📝
README.md(+2 -1)📝
container/container.go(+220 -100)📝
container/container_test.go(+618 -101)📝
container/focus.go(+19 -3)📝
container/focus_test.go(+8 -0)📝
container/options.go(+53 -1)📝
container/traversal.go(+28 -0)📝
container/traversal_test.go(+60 -0)➕
doc/images/termdashdemo_0_8_0.gif(+0 -0)📝
termdash.go(+6 -0)📝
termdash_test.go(+2 -2)📝
termdashdemo/termdashdemo.go(+275 -102)📄 Description
Fixes #67 and #165
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.