summaryrefslogtreecommitdiffstats
path: root/pkg/gui/controllers/helpers/view_helper.go
AgeCommit message (Collapse)Author
2023-04-30standardise helper argsJesse Duffield
2023-04-30split context common from helper commonJesse 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