summaryrefslogtreecommitdiffstats
path: root/pkg/gui/controllers/reflog_commits_controller.go
AgeCommit message (Collapse)Author
2023-04-30lots of changesJesse Duffield
2023-04-30standardise controller helper methodsJesse 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