[PR #1125] [CLOSED] Merge master #1135

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

📋 Pull Request Information

Original PR: https://github.com/rivo/tview/pull/1125
Author: @dissoupov
Created: 9/29/2025
Status: Closed

Base: masterHead: main


📝 Commits (5)

📊 Changes

36 files changed (+1917 additions, -138 deletions)

View changed files

.vscode/launch.json (+18 -0)
📝 README.md (+13 -10)
📝 application.go (+5 -5)
📝 box.go (+34 -20)
demos/colors/README.md (+1 -0)
demos/colors/main.go (+50 -0)
demos/colors/screenshot.png (+0 -0)
demos/dropdownx/README.md (+1 -0)
demos/dropdownx/main.go (+14 -0)
demos/dropdownx/screenshot.png (+0 -0)
demos/listx/README.md (+1 -0)
demos/listx/main.go (+21 -0)
demos/listx/screenshot.png (+0 -0)
demos/modal_form/README.md (+1 -0)
demos/modal_form/centered.png (+0 -0)
demos/modal_form/main.go (+33 -0)
demos/modal_form/screenshot.png (+0 -0)
demos/modal_list/README.md (+1 -0)
demos/modal_list/main.go (+28 -0)
📝 dropdown.go (+4 -4)

...and 16 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/1125 **Author:** [@dissoupov](https://github.com/dissoupov) **Created:** 9/29/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `main` --- ### 📝 Commits (5) - [`4571964`](https://github.com/rivo/tview/commit/4571964cbce9ab4d0ee4e31df7d1fab99ab134a1) Added modals - [`bf7cb18`](https://github.com/rivo/tview/commit/bf7cb1838a33936705790854c2713c41e3f434dd) Merge upstream (#3) - [`9fbc3a8`](https://github.com/rivo/tview/commit/9fbc3a88dc2ae566be717cfac49e575fe79b5a5f) Merge from upstream (#4) (#5) - [`b449e4a`](https://github.com/rivo/tview/commit/b449e4a52dde25383d03e6698b2e737d0a1f7ac1) Update README.md (#6) - [`ce6cda5`](https://github.com/rivo/tview/commit/ce6cda51d7e3d92da1a5d297dece8f8e125d9084) Fixes for modals and forms (#7) ### 📊 Changes **36 files changed** (+1917 additions, -138 deletions) <details> <summary>View changed files</summary> ➕ `.vscode/launch.json` (+18 -0) 📝 `README.md` (+13 -10) 📝 `application.go` (+5 -5) 📝 `box.go` (+34 -20) ➕ `demos/colors/README.md` (+1 -0) ➕ `demos/colors/main.go` (+50 -0) ➕ `demos/colors/screenshot.png` (+0 -0) ➕ `demos/dropdownx/README.md` (+1 -0) ➕ `demos/dropdownx/main.go` (+14 -0) ➕ `demos/dropdownx/screenshot.png` (+0 -0) ➕ `demos/listx/README.md` (+1 -0) ➕ `demos/listx/main.go` (+21 -0) ➕ `demos/listx/screenshot.png` (+0 -0) ➕ `demos/modal_form/README.md` (+1 -0) ➕ `demos/modal_form/centered.png` (+0 -0) ➕ `demos/modal_form/main.go` (+33 -0) ➕ `demos/modal_form/screenshot.png` (+0 -0) ➕ `demos/modal_list/README.md` (+1 -0) ➕ `demos/modal_list/main.go` (+28 -0) 📝 `dropdown.go` (+4 -4) _...and 16 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:36 +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#1135
No description provided.