[PR #500] Added update item function to List #967

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

📋 Pull Request Information

Original PR: https://github.com/rivo/tview/pull/500
Author: @ezeoleaf
Created: 9/15/2020
Status: 🔄 Open

Base: masterHead: feature/update_list_item


📝 Commits (8)

  • 0090c42 Added new project to README
  • 6cff970 WIP Form in modal
  • 6701b30 Recalc heigh for search modal
  • 3994a60 Added inputs to modal
  • edfa2ee Added update on list items
  • aeb13c4 Changed demo for update list
  • 2a105f0 Added more update function for an item of the list
  • db47442 Merge branch 'master' into feature/update_list_item

📊 Changes

8 files changed (+118 additions, -1 deletions)

View changed files

📝 README.md (+1 -0)
📝 demos/list/main.go (+3 -0)
demos/searchModal/README.md (+1 -0)
demos/searchModal/centered.png (+0 -0)
demos/searchModal/main.go (+22 -0)
demos/searchModal/screenshot.png (+0 -0)
📝 list.go (+74 -0)
📝 modal.go (+17 -1)

📄 Description

Added a new function to update an item on a list


🔄 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/500 **Author:** [@ezeoleaf](https://github.com/ezeoleaf) **Created:** 9/15/2020 **Status:** 🔄 Open **Base:** `master` ← **Head:** `feature/update_list_item` --- ### 📝 Commits (8) - [`0090c42`](https://github.com/rivo/tview/commit/0090c42e3f1ddb0e15338eeedcb4cf33739cfea4) Added new project to README - [`6cff970`](https://github.com/rivo/tview/commit/6cff9702133fac8c9c22603a1d1afde79fa715e3) WIP Form in modal - [`6701b30`](https://github.com/rivo/tview/commit/6701b30f91a1b35e9641d488fa5da5b0f8083f14) Recalc heigh for search modal - [`3994a60`](https://github.com/rivo/tview/commit/3994a6007e6158b81e3c5f8f663033a9f3129543) Added inputs to modal - [`edfa2ee`](https://github.com/rivo/tview/commit/edfa2eea3143eaa29893ed085f849f6bf95ca284) Added update on list items - [`aeb13c4`](https://github.com/rivo/tview/commit/aeb13c400e0582da07375e3ccd7d456bbd6eccb4) Changed demo for update list - [`2a105f0`](https://github.com/rivo/tview/commit/2a105f09eb5e79fc338b73f31cb081b970b3bd8c) Added more update function for an item of the list - [`db47442`](https://github.com/rivo/tview/commit/db47442382c855c565ecc0fb460c9c137e83ed10) Merge branch 'master' into feature/update_list_item ### 📊 Changes **8 files changed** (+118 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) 📝 `demos/list/main.go` (+3 -0) ➕ `demos/searchModal/README.md` (+1 -0) ➕ `demos/searchModal/centered.png` (+0 -0) ➕ `demos/searchModal/main.go` (+22 -0) ➕ `demos/searchModal/screenshot.png` (+0 -0) 📝 `list.go` (+74 -0) 📝 `modal.go` (+17 -1) </details> ### 📄 Description Added a new function to update an item on a list --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
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#967
No description provided.