summaryrefslogtreecommitdiffstats
path: root/pkg/gui/extras_panel.go
AgeCommit message (Collapse)Author
2023-09-04Extract a SaveAppStateAndLogError functionStefan Haller
It seems that most actions that change a state option and resave the state want to just log the error.
2023-07-31Log error when saving app state fails after showing/hiding command logStefan Haller
2023-06-03Appease linterJesse Duffield
2023-04-30lots of changesJesse Duffield
2023-04-30Begin refactoring guiJesse Duffield
This begins a big refactor of moving more code out of the Gui struct into contexts, controllers, and helpers. We also move some code into structs in the gui package purely for the sake of better encapsulation
2022-05-08rename displayString to label for menu itemsJesse Duffield
2022-04-16add scrollbarsJesse Duffield
2022-03-17use PopContextJesse Duffield
2022-03-17move context keys into context packageJesse 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
2021-10-30stream output from certain git commands in command log panelJesse Duffield
2021-10-23easier hiding of command logv0.30Jesse Duffield
2021-04-11allow focusing on command log viewJesse Duffield
2021-04-11more support for command log and more code reuse for contextsJesse Duffield
2021-04-11allow showing, hiding, and scrolling the extras panelJesse Duffield