aboutsummaryrefslogtreecommitdiffstats
path: root/termui/show_bug.go
Commit message (Collapse)AuthorAgeFilesLines
* termui: use q as keybinding to quit the show bug viewMichael Muré2018-09-191-2/+2
|
* catch a lot of error not being checkedMichael Muré2018-09-131-9/+8
|
* operations: return a more convenient array of result for label changesMichael Muré2018-09-131-2/+2
|
* reorganize package for a more idomatic goMichael Muré2018-09-111-23/+24
|
* termui: use Esc key to quit instead of 'q' to free it for a "query" featureMichael Muré2018-09-111-2/+2
|
* make CLI commands use the cache to lock the repo properlyMichael Muré2018-08-311-2/+2
|
* cache: maintain, write and load from disk bug excerptsMichael Muré2018-08-231-4/+4
|
* termui: fix left/right unnecessarely moving up/downMichael Muré2018-08-171-2/+12
|
* termiu: show the bug after creationMichael Muré2018-08-171-1/+1
|
* termui: implement push/pullMichael Muré2018-08-121-3/+3
|
* termui: fix scroll bugMichael Muré2018-08-121-1/+1
|
* termui: add and remove labelsMichael Muré2018-08-121-1/+74
|
* termui: implement left/right navigation in show bugMichael Muré2018-08-111-35/+118
|
* termui: properly handle color sequence code even inside a wordMichael Muré2018-08-111-3/+3
|
* termui: fix the instructions being written on in show bugMichael Muré2018-08-091-0/+5
|
* termui: display status and label changes in show bugMichael Muré2018-08-091-0/+68
|
* termui: better padding for show bugMichael Muré2018-08-091-6/+12
|
* termui: commit the bug when quiting the show bug windowMichael Muré2018-08-091-3/+7
|
* termui: colors show bugMichael Muré2018-08-091-24/+39
|
* termui: implement scrolling with pageUp / pageDownMichael Muré2018-08-091-1/+37
|
* termui: implement scrolling by selecting block in show bugMichael Muré2018-08-091-13/+63
|
* termui: selectable blocMichael Muré2018-08-081-13/+77
|
* termui: more work on the show bug windowMichael Muré2018-08-031-22/+74
|
* implement media hosting in git for comments + API for the webuiMichael Muré2018-08-021-1/+1
|
* termui: implement addComment and setTitleMichael Muré2018-08-021-7/+31
|
* termui: add a view to display a bugMichael Muré2018-08-011-0/+158