[PR #91] [CLOSED] Implementing Padding support #195

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

📋 Pull Request Information

Original PR: https://github.com/mum4k/termdash/pull/91
Author: @nilathedragon
Created: 1/25/2019
Status: Closed

Base: develHead: padding


📝 Commits (8)

  • a8cf066 Implemented padding
  • 52abca2 Added test for padding feature
  • 3fe9d89 Added doc and removed useless paddingOption
  • 0bb750b Implemented param check
  • 6c0af51 Actually fixed a bug while testing
  • 8f390c2 Added tests for all 4 paddings
  • b111169 Nega-tests
  • 13a7814 Added nega test for overpadding a container

📊 Changes

4 files changed (+309 additions, -1 deletions)

View changed files

📝 container/container.go (+6 -0)
📝 container/container_test.go (+236 -1)
📝 container/options.go (+63 -0)
📝 termdashdemo/termdashdemo.go (+4 -0)

📄 Description

I've added nice paddings for the demo dashboard too, makes it look a little better.


🔄 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/91 **Author:** [@nilathedragon](https://github.com/nilathedragon) **Created:** 1/25/2019 **Status:** ❌ Closed **Base:** `devel` ← **Head:** `padding` --- ### 📝 Commits (8) - [`a8cf066`](https://github.com/mum4k/termdash/commit/a8cf0669efdf63d49c36c58c6160b3e6c97fa182) Implemented padding - [`52abca2`](https://github.com/mum4k/termdash/commit/52abca2091af38bd5566f221bf4748265e9ee4bb) Added test for padding feature - [`3fe9d89`](https://github.com/mum4k/termdash/commit/3fe9d896867c32e0357c80c258cf7f1e5dea0a78) Added doc and removed useless paddingOption - [`0bb750b`](https://github.com/mum4k/termdash/commit/0bb750b491263fbe52245288e093a2a2a99ae6d4) Implemented param check - [`6c0af51`](https://github.com/mum4k/termdash/commit/6c0af51bdb16ef68e5d8315e8478538dc942e71c) Actually fixed a bug while testing - [`8f390c2`](https://github.com/mum4k/termdash/commit/8f390c29269620f7f3629060e8bde1e116059593) Added tests for all 4 paddings - [`b111169`](https://github.com/mum4k/termdash/commit/b1111692b3fe1e088243f8fe10f85bbfe5644e71) Nega-tests - [`13a7814`](https://github.com/mum4k/termdash/commit/13a7814e795c1cf9b0e1fa3a49950d98c73015bc) Added nega test for overpadding a container ### 📊 Changes **4 files changed** (+309 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `container/container.go` (+6 -0) 📝 `container/container_test.go` (+236 -1) 📝 `container/options.go` (+63 -0) 📝 `termdashdemo/termdashdemo.go` (+4 -0) </details> ### 📄 Description I've added nice paddings for the demo dashboard too, makes it look a little better. --- <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:15 +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#195
No description provided.