summaryrefslogtreecommitdiffstats
path: root/pkg/gui/status_panel.go
AgeCommit message (Collapse)Author
2022-03-17remove redundant popup checksJesse Duffield
2022-03-17move helpers into their own structJesse Duffield
2022-03-17standardise namingJesse Duffield
2022-03-17move all refresh code into the one fileJesse Duffield
2022-03-17refactor contexts codeJesse Duffield
2022-03-17start moving commit panel handlers into controllerJesse Duffield
more and more move rebase commit refreshing into existing abstraction and more and more WIP and more handling clicks properly fix merge conflicts update cheatsheet lots more preparation to start moving things into controllers WIP better typing expand on remotes controller moving more code into controllers
2022-03-17start refactoring guiJesse Duffield
2022-01-09fix format issueJesse Duffield
2022-01-09shorten nameJesse Duffield
2022-01-09start breaking up git structJesse Duffield
2022-01-04small copy changesJesse Duffield
2022-01-04fix broken format callJesse Duffield
2022-01-04more refactoringJesse Duffield
2022-01-04updating specsJesse Duffield
2022-01-04better typing for rebase modeJesse Duffield
2021-12-06more efficient context diff size changingJesse Duffield
2021-10-16small changesJesse Duffield
2021-10-16small changesJesse Duffield
2021-10-16Allow having multiple config filesmjarkk
2021-08-01color fixupsJesse Duffield
2021-07-30Switch to github.com/gookit/color for terminal colorsmjarkk
2021-06-06more refactoringJesse Duffield
WIP WIP
2021-04-20update release notesv0.28Jesse Duffield
2021-04-12add random tip to command logJesse Duffield
2021-04-11fix merge conflict panel not renderingJesse Duffield
2021-04-06testJesse Duffield
type safe view access
2021-04-06refactorJesse Duffield
2021-04-06refactor of contexts and filteringJesse Duffield
2021-04-06get rid of these positively ghastly method signaturesJesse Duffield
2020-11-28Start on supporting auto-suggestions when checking out a branchJesse Duffield
switch to other fuzzy package with no dependencies
2020-11-18fix lint errorsJesse Duffield
2020-10-10release notes in status panelJesse Duffield
2020-10-10do not put mutexes on state else we might unlock an unlocked mutexJesse Duffield
2020-10-10paging keybindings for line by line panelJesse Duffield
support searching in line by line panel move mutexes into their own struct add line by line panel mutex apply LBL panel mutex bump gocui to prevent crashing when search item count decreases
2020-10-10type i18nJesse Duffield
2020-10-10remove viperJesse Duffield
WIP
2020-08-23safer getting of branchJesse Duffield
2020-08-23minor refactorJesse Duffield
2020-08-23standardise diffmodeJesse Duffield
2020-08-23WIPJesse Duffield
2020-08-23centralise split main panel codeJesse Duffield
2020-08-23lots more stuffJesse Duffield
2020-08-15more removing of gJesse Duffield
2020-08-15status viewJesse Duffield
2020-08-15clean up interface for popup panelsJesse Duffield
2020-05-19fix race condition when scrolling to merge conflictJesse Duffield
2020-03-29add new diff modeJesse Duffield
WIP WIP WIP WIP WIP WIP WIP
2020-03-28move working tree state function into git.goJesse Duffield
2020-03-28smarter refreshing for tags and remotesJesse Duffield
2020-03-28more centralised handling of refreshingJesse Duffield