mirror of
https://github.com/rivo/tview.git
synced 2026-04-26 13:25:51 +03:00
[PR #500] Added update item function to List #967
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tview#967
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/rivo/tview/pull/500
Author: @ezeoleaf
Created: 9/15/2020
Status: 🔄 Open
Base:
master← Head:feature/update_list_item📝 Commits (8)
0090c42Added new project to README6cff970WIP Form in modal6701b30Recalc heigh for search modal3994a60Added inputs to modaledfa2eeAdded update on list itemsaeb13c4Changed demo for update list2a105f0Added more update function for an item of the listdb47442Merge 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.