summaryrefslogtreecommitdiffstats
path: root/pkg/gui/controllers/attach.go
AgeCommit message (Collapse)Author
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-03-17fix click handlingJesse Duffield
2022-03-17more refactoringJesse Duffield