summaryrefslogtreecommitdiffstats
path: root/pkg/gui/updates.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-08-07move merge conflicts code into controllerJesse Duffield
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-28pkg/gui: Show notification popup when update was successfulMoritz Haase
Show a proper notification popup once an update has been installed successfully so the user knows we're done (so far a popup is only shown if an error occurred). The popup also reminds him to restart lazygit for the changes to take effect.
2022-03-28i18n: Make user-facing strings in the updater translatableMoritz Haase
Convert a number of static (english) user-facing string in the updater code to translatable ones.
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
2022-01-15stop refreshing the screen so muchJesse Duffield
2022-01-04align Gui struct with GitCommandJesse Duffield
2021-04-06more refactoringJesse Duffield
2020-11-22fix updaterJesse Duffield
2020-11-21toast notificationsJesse Duffield
2020-10-10remove viperJesse Duffield
WIP
2020-08-23formatJesse Duffield
2020-08-23use context to return to the correct viewJesse Duffield
2020-08-15more removing of gJesse Duffield
2020-08-15renameJesse Duffield
2020-08-15clean up interface for popup panelsJesse Duffield
2020-03-28better error handlingJesse Duffield
2020-03-09big golangci-lint cleanupJesse Duffield
2019-11-05do not return focus to commitsFiles view after selecting to start a new patchJesse Duffield
2018-08-27move update quit confirmation function into updates fileJesse Duffield
2018-08-27better auto update logicJesse Duffield