summaryrefslogtreecommitdiffstats
path: root/pkg/gui/controllers/commits_files_controller.go
AgeCommit message (Collapse)Author
2023-03-19rename patch manager to patch builderJesse Duffield
2022-08-06refactor to only have one context per viewJesse Duffield
2022-07-31refactor to use generics for file nodesJesse Duffield
use less generic names
2022-04-02introduce Ref interfaceRyooooooga
2022-03-30pkg/gui: Rename IPopupHandler::Ask() to Confirm()Moritz Haase
Follow the JavaScript naming scheme for user interaction (alert, prompt, confirm) as discussed in #1832.
2022-03-23allow adding whole diff to patchJesse Duffield
this was causing a panic add integration test for toggling all commit files
2022-03-19update lintersJesse Duffield
2022-03-19use generics to DRY up context codeJesse Duffield
2022-03-17fix click handlingJesse Duffield
2022-03-17better namingJesse Duffield
2022-03-17add commit files controllerJesse Duffield