git-bug/termui
Luke Adams 3378e6409e Fix bug in labelSelect addItem
Adding a new item would cause a panic because focusView attempted to
access a view that did not yet exist. Fixed by calling layout before
calling focusView.
2018-10-05 11:52:41 -06:00
..
bug_table.go termui: better responsive columns in the bug table 2018-09-26 22:03:58 +02:00
input_popup.go catch a lot of error not being checked 2018-09-13 12:43:47 +02:00
label_select.go Fix bug in labelSelect addItem 2018-10-05 11:52:41 -06:00
msg_popup.go reorganize package for a more idomatic go 2018-09-11 22:14:46 +02:00
show_bug.go Remove old label editing code from showBug 2018-10-04 13:51:00 -06:00
termui.go Add labelSelect view for choosing labels 2018-10-04 13:51:00 -06:00