1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2024-12-12 11:15:00 +02:00
lazygit/pkg/gui/controllers
Moritz Haase 8fb2acc224 pkg/gui: Rename IPopupHandler::Ask() to Confirm()
Follow the JavaScript naming scheme for user interaction (alert, prompt,
confirm) as discussed in #1832.
2022-03-30 20:13:43 +11:00
..
helpers pkg/gui: Rename IPopupHandler::Ask() to Confirm() 2022-03-30 20:13:43 +11:00
attach.go fix click handling 2022-03-17 19:13:40 +11:00
base_controller.go fix click handling 2022-03-17 19:13:40 +11:00
basic_commits_controller.go pkg/gui: Rename IPopupHandler::Ask() to Confirm() 2022-03-30 20:13:43 +11:00
bisect_controller.go pkg/gui: Rename IPopupHandler::Ask() to Confirm() 2022-03-30 20:13:43 +11:00
branches_controller.go pkg/gui: Rename IPopupHandler::Ask() to Confirm() 2022-03-30 20:13:43 +11:00
commit_message_controller.go better naming 2022-03-17 19:13:40 +11:00
commits_files_controller.go pkg/gui: Rename IPopupHandler::Ask() to Confirm() 2022-03-30 20:13:43 +11:00
common.go refactor controllers 2022-03-17 19:13:40 +11:00
files_controller.go pkg/gui: Rename IPopupHandler::Ask() to Confirm() 2022-03-30 20:13:43 +11:00
files_remove_controller.go add menu keybindings for various things 2022-03-27 18:16:16 +11:00
git_flow_controller.go add menu keybindings for various things 2022-03-27 18:16:16 +11:00
global_controller.go lots more generics 2022-03-24 20:14:41 +11:00
list_controller.go use generics to DRY up context code 2022-03-19 12:12:57 +11:00
local_commits_controller.go pkg/gui: Rename IPopupHandler::Ask() to Confirm() 2022-03-30 20:13:43 +11:00
menu_controller.go allow menu to store keybindings for quick menu navigation 2022-03-27 18:16:16 +11:00
remote_branches_controller.go pkg/gui: Rename IPopupHandler::Ask() to Confirm() 2022-03-30 20:13:43 +11:00
remotes_controller.go pkg/gui: Rename IPopupHandler::Ask() to Confirm() 2022-03-30 20:13:43 +11:00
stash_controller.go pkg/gui: Rename IPopupHandler::Ask() to Confirm() 2022-03-30 20:13:43 +11:00
submodules_controller.go pkg/gui: Rename IPopupHandler::Ask() to Confirm() 2022-03-30 20:13:43 +11:00
switch_to_diff_files_controller.go show namesake for child views 2022-03-26 18:00:46 +11:00
switch_to_sub_commits_controller.go show namesake for child views 2022-03-26 18:00:46 +11:00
sync_controller.go pkg/gui: Rename IPopupHandler::Ask() to Confirm() 2022-03-30 20:13:43 +11:00
tags_controller.go pkg/gui: Rename IPopupHandler::Ask() to Confirm() 2022-03-30 20:13:43 +11:00
types.go show namesake for child views 2022-03-26 18:00:46 +11:00
undo_controller.go pkg/gui: Rename IPopupHandler::Ask() to Confirm() 2022-03-30 20:13:43 +11:00
workspace_reset_controller.go add menu keybindings for various things 2022-03-27 18:16:16 +11:00