aboutsummaryrefslogtreecommitdiffstats
path: root/termui
Commit message (Collapse)AuthorAgeFilesLines
* termui: fix a crash when a bug is created with an empty messageMichael Muré2018-08-171-6/+9
|
* termui: fix left/right unnecessarely moving up/downMichael Muré2018-08-171-2/+12
|
* termiu: show the bug after creationMichael Muré2018-08-173-11/+25
|
* termui: fix out of bounds when opening a bug on non-first pageMichael Muré2018-08-171-1/+1
|
* fix some linting troubleMichael Muré2018-08-131-0/+1
|
* termui: implement push/pullMichael Muré2018-08-125-83/+198
|
* termui: fix scroll bugMichael Muré2018-08-121-1/+1
|
* termui: add and remove labelsMichael Muré2018-08-124-6/+186
|
* 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: reset the scroll between show bug windowMichael Muré2018-08-091-1/+1
|
* 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: colors in the bug tableMichael Muré2018-08-081-1/+8
|
* termui: add the previous title in the template when editingMichael Muré2018-08-081-1/+1
|
* termui: fix an out of bound panicMichael Muré2018-08-081-1/+1
|
* termui: more work on the show bug windowMichael Muré2018-08-031-22/+74
|
* util: add a text wrapping functionMichael Muré2018-08-031-24/+2
|
* implement media hosting in git for comments + API for the webuiMichael Muré2018-08-021-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-023-27/+122
|
* cache: some refactoringMichael Muré2018-08-022-8/+9
|
* termui: add a view to display a bugMichael Muré2018-08-014-28/+238
|
* 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-313-33/+142
|
* termui: use the editor to create a new bugMichael Muré2018-07-312-159/+251
|
* termui: PgUp & PgDown to pagine the bug list as wellMichael Muré2018-07-301-1/+1
|
* vendor gocui on the master branch because of no release in a whileMichael Muré2018-07-301-0/+6
|
* termui: interactive and responsible list of bugsMichael Muré2018-07-302-21/+87
|
* wip terminal uiMichael Muré2018-07-302-0/+318