aboutsummaryrefslogtreecommitdiffstats
path: root/termui/show_bug.go
Commit message (Expand)AuthorAgeFilesLines
* bug: have a type for combined ids, fix https://github.com/MichaelMure/git-bug...Michael Muré2022-08-221-4/+4
* move bug.Status in entities/common for reuseMichael Muré2022-08-201-2/+3
* move {bug,identity} to /entities, move input to /commandsMichael Muré2022-08-181-1/+1
* update gocuiMichael Muré2022-02-151-7/+8
* Fix 'no description' readability in terminal with bright backgroundZdenek Crha2020-09-271-1/+1
* termui: help bar background goes all the widthMichael Muré2020-08-221-1/+1
* termui: make the help visually easier to parseMichael Muré2020-08-221-2/+10
* Set the Fg color of the status bar to WhiteYuri D'Elia2020-07-131-0/+1
* repository: remove tie to Bug, improved and reusable testingMichael Muré2020-06-261-1/+1
* bug: harmonize how time are used, fix some issues in command special formatsMichael Muré2020-06-251-1/+1
* various cleanups suggested by golang-ciMichael Muré2020-02-081-33/+21
* termui: migrate to awesome-gocui instead of the old fork I hadMichael Muré2019-11-031-12/+12
* switch to go-term-text to fix bad underflow for label renderingMichael Muré2019-11-031-2/+3
* bug: rename RGBA to Colorludovicm672019-10-151-2/+3
* termui: add colors for labelsludovicm672019-10-151-2/+3
* finish the refactoring for the dedicated identifier typeMichael Muré2019-08-121-5/+6
* fix everything following the hash-->id changeMichael Muré2019-08-081-5/+4
* termui: fix bug when trying to edit without selectionludovicm672019-04-101-0/+4
* github: fix 3 edge-case failuresMichael Muré2019-03-011-2/+4
* termui: use a forked gocui to fix large character handlingMichael Muré2018-12-251-1/+1
* 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