aboutsummaryrefslogtreecommitdiffstats
path: root/termui/show_bug.go
Commit message (Expand)AuthorAgeFilesLines
* termui: display an explicit placeholder for empty messagesMichael Muré2018-12-231-10/+29
* text: fix a wrapping bug leading to line longer than they shouldMichael Muré2018-12-231-2/+2
* Merge branch 'labeledit'Michael Muré2018-10-171-77/+9
|\
| * Remove old label editing code from showBugLuke Adams2018-10-041-75/+1
| * Use labelSelect to edit labels in bugViewLuke Adams2018-10-041-4/+10
* | github: also pull users emailMichael Muré2018-10-071-6/+6
|/
* Add edit to instruction viewLuke Adams2018-10-041-1/+1
* Enable editing comments in the term uiLuke Adams2018-10-041-0/+32
* Use operation hash for view nameLuke Adams2018-10-041-2/+3
* make changesLuke Adams2018-10-021-5/+8
* add open/close in bug viewLuke Adams2018-10-021-1/+15
* bug: use deditated type for all TimelineItemMichael Muré2018-09-301-11/+11
* termui: advertise edited commentsMichael Muré2018-09-301-8/+22
* termui: fix compilationMichael Muré2018-09-291-10/+10
* merge package operations into bug, they are tightly coupled anywayMichael Muré2018-09-291-11/+11
* 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