mirror of
https://github.com/rivo/tview.git
synced 2026-04-26 13:25:51 +03:00
[PR #44] [CLOSED] mad-sci #842
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tview#842
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/44
Author: @verdverm
Created: 1/23/2018
Status: ❌ Closed
Base:
master← Head:mad-sci📝 Commits (9)
35f1808expose FlexItem, add crudy funcs93ef656Capture all events in App0bb2f41Add SSNs and put them in a public AWS bucket9172dc2expose list item and give an id6c02c21generalize events72ec455add more life-cycle hooks1f263dbadd props to primitivesaed9ddcadd some contextab3a995stuff📊 Changes
12 files changed (+601 additions, -370 deletions)
View changed files
📝
application.go(+23 -18)📝
box.go(+69 -5)📝
button.go(+15 -11)📝
checkbox.go(+18 -15)📝
dropdown.go(+26 -22)📝
flex.go(+41 -3)📝
inputfield.go(+35 -32)📝
list.go(+60 -51)📝
pages.go(+32 -6)📝
primitive.go(+37 -2)📝
table.go(+198 -162)📝
textview.go(+47 -43)📄 Description
So I realized the sequence of PRs was also a sequence of commits (should have been i.d.d.)
Anyway, if you like them all, this PR covers them all.
Id()and uuid generationmap[string]interface{}Mount(context map[string]interface{}) errorUnmount() errorRender() error🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.