[PR #1097] [CLOSED] feat: add fine-grained border control to Box using Borders type #1125

Closed
opened 2026-03-04 01:09:34 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/rivo/tview/pull/1097
Author: @ayn2op
Created: 6/3/2025
Status: Closed

Base: masterHead: borders


📝 Commits (2)

  • ff81ec6 Replace mod path
  • 1fba4da feat: add fine-grained border control to Box using Borders type

📊 Changes

106 files changed (+210 additions, -2494 deletions)

View changed files

.github/FUNDING.yml (+0 -1)
CONTRIBUTING.md (+0 -35)
README.md (+0 -170)
📝 application.go (+1 -1)
📝 borders.go (+18 -2)
📝 box.go (+97 -51)
📝 button.go (+1 -1)
📝 checkbox.go (+1 -1)
demos/box/README.md (+0 -1)
demos/box/main.go (+0 -17)
demos/box/screenshot.png (+0 -0)
demos/button/README.md (+0 -1)
demos/button/main.go (+0 -15)
demos/button/screenshot.png (+0 -0)
demos/checkbox/README.md (+0 -1)
demos/checkbox/main.go (+0 -12)
demos/checkbox/screenshot.png (+0 -0)
demos/dropdown/README.md (+0 -1)
demos/dropdown/main.go (+0 -14)
demos/dropdown/screenshot.png (+0 -0)

...and 80 more files

📄 Description

No description provided


🔄 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/rivo/tview/pull/1097 **Author:** [@ayn2op](https://github.com/ayn2op) **Created:** 6/3/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `borders` --- ### 📝 Commits (2) - [`ff81ec6`](https://github.com/rivo/tview/commit/ff81ec6ed0997adf82347ba9aad703a19c43e785) Replace mod path - [`1fba4da`](https://github.com/rivo/tview/commit/1fba4da5b96ca4b1fe345d74b01ffd0ce277aaaa) feat: add fine-grained border control to Box using Borders type ### 📊 Changes **106 files changed** (+210 additions, -2494 deletions) <details> <summary>View changed files</summary> ➖ `.github/FUNDING.yml` (+0 -1) ➖ `CONTRIBUTING.md` (+0 -35) ➖ `README.md` (+0 -170) 📝 `application.go` (+1 -1) 📝 `borders.go` (+18 -2) 📝 `box.go` (+97 -51) 📝 `button.go` (+1 -1) 📝 `checkbox.go` (+1 -1) ➖ `demos/box/README.md` (+0 -1) ➖ `demos/box/main.go` (+0 -17) ➖ `demos/box/screenshot.png` (+0 -0) ➖ `demos/button/README.md` (+0 -1) ➖ `demos/button/main.go` (+0 -15) ➖ `demos/button/screenshot.png` (+0 -0) ➖ `demos/checkbox/README.md` (+0 -1) ➖ `demos/checkbox/main.go` (+0 -12) ➖ `demos/checkbox/screenshot.png` (+0 -0) ➖ `demos/dropdown/README.md` (+0 -1) ➖ `demos/dropdown/main.go` (+0 -14) ➖ `demos/dropdown/screenshot.png` (+0 -0) _...and 80 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 01:09:34 +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/tview#1125
No description provided.