aboutsummaryrefslogtreecommitdiffstats
path: root/termui/bug_table.go
Commit message (Expand)AuthorAgeFilesLines
...
* termui: fix out of bounds when opening a bug on non-first pageMichael Muré2018-08-171-1/+1
* termui: implement push/pullMichael Muré2018-08-121-1/+99
* termui: reset the scroll between show bug windowMichael Muré2018-08-091-1/+1
* termui: colors in the bug tableMichael Muré2018-08-081-1/+8
* termui: fix an out of bound panicMichael Muré2018-08-081-1/+1
* termui: show the last edit in a dedicated columnMichael Muré2018-08-021-4/+10
* termui: implement addComment and setTitleMichael Muré2018-08-021-17/+22
* termui: add a view to display a bugMichael Muré2018-08-011-23/+58
* termui: fix a pagination off by oneMichael Muré2018-07-311-4/+4
* termui: add a reusable error popup, use it for badly formated bug creationMichael Muré2018-07-311-18/+22
* termui: use the editor to create a new bugMichael Muré2018-07-311-81/+176
* termui: interactive and responsible list of bugsMichael Muré2018-07-301-9/+56
* wip terminal uiMichael Muré2018-07-301-0/+186