aboutsummaryrefslogtreecommitdiffstats
path: root/termui/bug_table.go
Commit message (Expand)AuthorAgeFilesLines
* cache: tie up the refactor up to compilingMichael Muré2022-12-211-6/+6
* update gocuiMichael Muré2022-02-151-8/+9
* repo: move bleve thereMichael Muré2020-12-081-1/+5
* identity: remove support for legacy identityMichael Muré2020-10-041-15/+7
* termui: don't pack it *that* muchMichael Muré2020-08-301-12/+14
* termui: show the number of *additional* commentsMichael Muré2020-08-301-3/+3
* TermUI: pack the bug table viewYuri D'Elia2020-08-291-20/+23
* TermUI: Remove empty borders around bug table viewYuri D'Elia2020-08-291-9/+8
* 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/+11
* Merge pull request #428 from wavexx/force_status_fgcolorMichael Muré2020-07-141-0/+1
|\
| * Set the Fg color of the status bar to WhiteYuri D'Elia2020-07-131-0/+1
* | Trim titles in list viewsYuri D'Elia2020-07-131-1/+1
|/
* bug: harmonize how time are used, fix some issues in command special formatsMichael Muré2020-06-251-2/+1
* termui: fix a crash when trying to open a bug when there are noneVojtěch Káně2020-04-161-0/+4
* query: no need for an ast packageMichael Muré2020-03-281-2/+1
* cache: replace the all-in-one query parser by a complete one with AST/lexer/p...Michael Muré2020-03-281-3/+5
* termui: rework the cursor in bugtable to match the rendering before the switc...Michael Muré2019-11-101-26/+8
* termui: migrate to awesome-gocui instead of the old fork I hadMichael Muré2019-11-031-13/+13
* switch to go-term-text to fix bad underflow for label renderingMichael Muré2019-11-031-15/+17
* termui: better overflow managementludovicm672019-10-161-3/+7
* termui: add labels colors in bug tableludovicm672019-10-151-12/+20
* finish the refactoring for the dedicated identifier typeMichael Muré2019-08-121-3/+3
* termui: make bugTable only use the cache Easy pickMichael Muré2019-04-211-20/+35
* cache: properly push/pull identities and bugsMichael Muré2019-03-271-7/+5
* identity: more progress and fixesMichael Muré2019-03-011-7/+3
* WIP identity in gitMichael Muré2019-03-011-1/+2
* termui: use a forked gocui to fix large character handlingMichael Muré2018-12-251-1/+1
* termui: don't reset the cursor when paginating with left/rightMichael Muré2018-12-231-6/+23
* Termui: Better position the cursor when changing page.Cyril Roelandt2018-12-221-0/+7
* Termui: switch to the previous/next page when going up/down.Cyril Roelandt2018-12-221-2/+12
* termui: tighter column in the bug tableMichael Muré2018-12-011-21/+26
* termui: use the '↵' symbol to save screen spaceMichael Muré2018-12-011-1/+1
* github: also pull users emailMichael Muré2018-10-071-1/+1
* termui: better responsive columns in the bug tableMichael Muré2018-09-261-4/+3
* commands: git bug comment now show the comments of a bugMichael Muré2018-09-151-12/+12
* bug: add a data validation process to avoid merging incorrect operationsMichael Muré2018-09-151-1/+1
* termui: use 'q' for quit and 's' for searchMichael Muré2018-09-131-3/+3
* termui: add missing query help textMichael Muré2018-09-131-1/+1
* bug: proper int baked enum for merge result status instead of a stringMichael Muré2018-09-131-1/+1
* reorganize package for a more idomatic goMichael Muré2018-09-111-17/+18
* termui: allow to change the bug queryMichael Muré2018-09-111-11/+26
* termui: use Esc key to quit instead of 'q' to free it for a "query" featureMichael Muré2018-09-111-2/+2
* cache: combine sorting and filtering into a query with its micro-DSLMichael Muré2018-09-091-3/+8
* cache: refactor to handle bug changes during PullMichael Muré2018-09-081-1/+1
* cache: provide a generic bug sorting functionMichael Muré2018-09-021-5/+1
* cache: provide sorted (id, creation, edit) list of bugsMichael Muré2018-09-021-25/+11
* cache: maintain, write and load from disk bug excerptsMichael Muré2018-08-231-5/+5
* bug: add a new BugExerpt that hold a subset of a bug state for efficient sort...Michael Muré2018-08-231-1/+1
* termiu: show the bug after creationMichael Muré2018-08-171-4/+4