Commit Graph

11 Commits

Author SHA1 Message Date
Michael Muré
7275280de3
termui: some cleanup in the label edition code 2018-10-17 19:50:41 +02:00
Luke Adams
4cb43815d0 Fix label select scrolling
This also sort of breaks the focus-on-add mechanism, but I can't think
of a good way to implement it.
2018-10-16 15:27:07 -06:00
Luke Adams
803fc6a8d0 Fix bug in computing added/removed labels 2018-10-16 14:36:57 -06:00
Luke Adams
3eedb6f65a Fix error when label list is empty 2018-10-16 14:13:04 -06:00
Luke Adams
788cdb0633 Set minimum width for labelSelect 2018-10-05 13:12:47 -06:00
Luke Adams
b23f539a77 Error checking and cleanup 2018-10-05 12:22:15 -06:00
Luke Adams
b1b310d978 Make labelSelect with adaptive, add title 2018-10-05 12:18:00 -06:00
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
Luke Adams
f50d65b892 Add scrolling to labelSelect 2018-10-04 16:49:03 -06:00
Luke Adams
98f27e9e7c Make labelSelect update after add 2018-10-04 13:51:00 -06:00
Luke Adams
e8173d4663 Add labelSelect view for choosing labels 2018-10-04 13:51:00 -06:00