[PR #201] [CLOSED] Feature/checklist #876

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

📋 Pull Request Information

Original PR: https://github.com/rivo/tview/pull/201
Author: @delaneyj
Created: 12/5/2018
Status: Closed

Base: masterHead: feature/checklist


📝 Commits (8)

  • 5eabb29 add theme
  • 99e911d Merge pull request #1 from ravenops/feature/theme
  • 901167c add checklist
  • bd85e29 add screenshot
  • adb4f1c update use checkmarks and add Contents()
  • 8aa2e5c Merge github.com:rivo/tview into feature/checklist
  • 6c6314a add changed and done delegates
  • 4802bdc add true change checks

📊 Changes

8 files changed (+364 additions, -6 deletions)

View changed files

📝 checkbox.go (+6 -0)
checklist.go (+302 -0)
demos/checklist/README.md (+1 -0)
demos/checklist/main.go (+12 -0)
demos/checklist/screenshot.png (+0 -0)
📝 inputfield.go (+10 -1)
📝 styles.go (+7 -5)
📝 util.go (+26 -0)

📄 Description

Add checklist


🔄 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/201 **Author:** [@delaneyj](https://github.com/delaneyj) **Created:** 12/5/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `feature/checklist` --- ### 📝 Commits (8) - [`5eabb29`](https://github.com/rivo/tview/commit/5eabb296107b1fbf284a77eff89c73b9b0e0df0f) add theme - [`99e911d`](https://github.com/rivo/tview/commit/99e911d15aab4d6776148173ab9f9fab8ab2e308) Merge pull request #1 from ravenops/feature/theme - [`901167c`](https://github.com/rivo/tview/commit/901167c72ef479335ede6da3663448c6a15f1009) add checklist - [`bd85e29`](https://github.com/rivo/tview/commit/bd85e29f66019c51c0c84570f922a1c863f55ec4) add screenshot - [`adb4f1c`](https://github.com/rivo/tview/commit/adb4f1c04bbc2e66c2e969429ea93d5865443c70) update use checkmarks and add Contents() - [`8aa2e5c`](https://github.com/rivo/tview/commit/8aa2e5c828bbea20d76b7cf90f882d4c79bb5661) Merge github.com:rivo/tview into feature/checklist - [`6c6314a`](https://github.com/rivo/tview/commit/6c6314aebf1c7222fe918012da59091cc7c33332) add changed and done delegates - [`4802bdc`](https://github.com/rivo/tview/commit/4802bdc3b2890565dc870fbf5c5849a2d6c0e416) add true change checks ### 📊 Changes **8 files changed** (+364 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `checkbox.go` (+6 -0) ➕ `checklist.go` (+302 -0) ➕ `demos/checklist/README.md` (+1 -0) ➕ `demos/checklist/main.go` (+12 -0) ➕ `demos/checklist/screenshot.png` (+0 -0) 📝 `inputfield.go` (+10 -1) 📝 `styles.go` (+7 -5) 📝 `util.go` (+26 -0) </details> ### 📄 Description Add checklist --- <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:21 +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#876
No description provided.