[PR #110] [CLOSED] Develop #855

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

📋 Pull Request Information

Original PR: https://github.com/rivo/tview/pull/110
Author: @com-pass
Created: 5/6/2018
Status: Closed

Base: masterHead: develop


📝 Commits (3)

📊 Changes

17 files changed (+2343 additions, -292 deletions)

View changed files

📝 box.go (+113 -32)
📝 button.go (+19 -3)
📝 checkbox.go (+117 -20)
📝 dropdown.go (+111 -31)
📝 flex.go (+27 -7)
📝 form.go (+310 -45)
📝 frame.go (+1 -1)
📝 grid.go (+8 -8)
📝 inputfield.go (+247 -41)
listbox.go (+517 -0)
📝 modal.go (+24 -5)
📝 pages.go (+1 -0)
radiobutton.go (+550 -0)
📝 styles.go (+67 -0)
📝 table.go (+26 -14)
📝 textview.go (+150 -8)
📝 util.go (+55 -77)

📄 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/110 **Author:** [@com-pass](https://github.com/com-pass) **Created:** 5/6/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `develop` --- ### 📝 Commits (3) - [`d9b056b`](https://github.com/rivo/tview/commit/d9b056bafbdfff7c2467445b265c42fd3da97dd9) Many improvements - [`c8d49e0`](https://github.com/rivo/tview/commit/c8d49e02f708e4fbeb0d4fa55470255ac333f2e1) New features - [`76f71dd`](https://github.com/rivo/tview/commit/76f71ddc98c86432d59c7fceec316e271e5a75ea) Merge branch 'master' into develop ### 📊 Changes **17 files changed** (+2343 additions, -292 deletions) <details> <summary>View changed files</summary> 📝 `box.go` (+113 -32) 📝 `button.go` (+19 -3) 📝 `checkbox.go` (+117 -20) 📝 `dropdown.go` (+111 -31) 📝 `flex.go` (+27 -7) 📝 `form.go` (+310 -45) 📝 `frame.go` (+1 -1) 📝 `grid.go` (+8 -8) 📝 `inputfield.go` (+247 -41) ➕ `listbox.go` (+517 -0) 📝 `modal.go` (+24 -5) 📝 `pages.go` (+1 -0) ➕ `radiobutton.go` (+550 -0) 📝 `styles.go` (+67 -0) 📝 `table.go` (+26 -14) 📝 `textview.go` (+150 -8) 📝 `util.go` (+55 -77) </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:08: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/tview#855
No description provided.