1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2024-12-12 11:15:00 +02:00
lazygit/pkg/gui
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
..
boxlayout
context better colour 2022-03-27 18:16:16 +11:00
controllers pkg/gui: Rename IPopupHandler::Ask() to Confirm() 2022-03-30 20:13:43 +11:00
filetree would you believe that I'm adding even more generics 2022-03-24 20:14:41 +11:00
keybindings allow menu to store keybindings for quick menu navigation 2022-03-27 18:16:16 +11:00
lbl fewer panics 2022-01-09 14:14:47 +11:00
mergeconflicts update linters 2022-03-19 12:12:57 +11:00
modes add commit files controller 2022-03-17 19:13:40 +11:00
popup pkg/gui: Rename IPopupHandler::Ask() to Confirm() 2022-03-30 20:13:43 +11:00
presentation would you believe that I'm adding even more generics 2022-03-24 20:14:41 +11:00
services/custom_commands add type alias for Key 2022-03-27 18:16:16 +11:00
style start moving commit panel handlers into controller 2022-03-17 19:13:40 +11:00
types pkg/gui: Rename IPopupHandler::Ask() to Confirm() 2022-03-30 20:13:43 +11:00
app_status_manager.go would you believe that I'm adding even more generics 2022-03-24 20:14:41 +11:00
arrangement.go appease linter 2022-03-17 19:13:40 +11:00
branches_panel.go refactor controllers 2022-03-17 19:13:40 +11:00
command_log_panel.go start moving commit panel handlers into controller 2022-03-17 19:13:40 +11:00
commit_files_panel.go reduce glitchiness of patch building mode 2022-03-27 19:18:07 +11:00
commit_message_panel.go add commit message controller 2022-03-17 19:13:40 +11:00
commits_panel.go more consistent naming 2022-03-17 19:13:40 +11:00
confirmation_panel.go prevent interrupting confirmation panel 2022-03-17 19:13:40 +11:00
context_config.go refactor credential handling 2022-03-17 19:13:40 +11:00
context.go remove dead code 2022-03-26 18:00:46 +11:00
controllers.go remove controllers struct 2022-03-27 18:16:16 +11:00
diff_context_size_test.go move context keys into context package 2022-03-17 19:13:40 +11:00
diff_context_size.go more consistent naming 2022-03-17 19:13:40 +11:00
diffing.go fix CI 2022-03-17 19:13:40 +11:00
dummies.go resetting controllers on new repo 2022-03-17 19:13:40 +11:00
editors.go start moving commit panel handlers into controller 2022-03-17 19:13:40 +11:00
errors.go
extras_panel.go use PopContext 2022-03-17 19:13:40 +11:00
file_watching.go start moving commit panel handlers into controller 2022-03-17 19:13:40 +11:00
files_panel_test.go many more generics 2022-03-24 20:14:41 +11:00
files_panel.go use generics to DRY up context code 2022-03-19 12:12:57 +11:00
filtering_menu_panel.go use generics to DRY up context code 2022-03-19 12:12:57 +11:00
filtering.go pkg/gui: Rename IPopupHandler::Ask() to Confirm() 2022-03-30 20:13:43 +11:00
global_handlers.go add commit files controller 2022-03-17 19:13:40 +11:00
gui_common.go refactor credential handling 2022-03-17 19:13:40 +11:00
gui_test.go update linters 2022-03-19 12:12:57 +11:00
gui.go pkg/gui: Rename IPopupHandler::Ask() to Confirm() 2022-03-30 20:13:43 +11:00
information_panel.go more things 2022-03-24 20:14:41 +11:00
keybindings.go allow menu to store keybindings for quick menu navigation 2022-03-27 18:16:16 +11:00
layout.go show namesake for child views 2022-03-26 18:00:46 +11:00
line_by_line_panel.go add commit files controller 2022-03-17 19:13:40 +11:00
list_context_config.go show namesake for child views 2022-03-26 18:00:46 +11:00
main_panels.go working again 2022-03-17 19:13:40 +11:00
menu_panel.go allow menu to store keybindings for quick menu navigation 2022-03-27 18:16:16 +11:00
merge_panel.go update linters 2022-03-19 12:12:57 +11:00
misc.go resetting controllers on new repo 2022-03-17 19:13:40 +11:00
modes.go refactor controllers 2022-03-17 19:13:40 +11:00
options_menu_panel.go better colour 2022-03-27 18:16:16 +11:00
patch_building_panel.go reduce glitchiness of patch building mode 2022-03-27 19:18:07 +11:00
patch_options_panel.go pkg/gui: Rename IPopupHandler::Ask() to Confirm() 2022-03-30 20:13:43 +11:00
pty_windows.go Format code to pass lint 2021-09-16 21:38:43 +08:00
pty.go start moving commit panel handlers into controller 2022-03-17 19:13:40 +11:00
quitting.go pkg/gui: Rename IPopupHandler::Ask() to Confirm() 2022-03-30 20:13:43 +11:00
recent_repos_panel.go many more generics 2022-03-24 20:14:41 +11:00
recording.go update linters 2022-03-19 12:12:57 +11:00
reflog_panel.go reflog controller 2022-03-17 19:13:40 +11:00
refresh.go show namesake for child views 2022-03-26 18:00:46 +11:00
remote_branches_panel.go add remote branches controller 2022-03-17 19:13:40 +11:00
remotes_panel.go refactor contexts 2022-03-17 19:13:40 +11:00
searching.go use PopContext 2022-03-17 19:13:40 +11:00
side_window.go
staging_panel.go pkg/gui: Rename IPopupHandler::Ask() to Confirm() 2022-03-30 20:13:43 +11:00
stash_panel.go stash controller 2022-03-17 19:13:40 +11:00
status_panel.go many more generics 2022-03-24 20:14:41 +11:00
sub_commits_panel.go cleanup 2022-03-17 19:13:40 +11:00
submodules_panel.go refactor contexts 2022-03-17 19:13:40 +11:00
suggestions_panel.go refactor contexts 2022-03-17 19:13:40 +11:00
tags_panel.go refactor contexts 2022-03-17 19:13:40 +11:00
tasks_adapter.go start moving commit panel handlers into controller 2022-03-17 19:13:40 +11:00
updates.go pkg/gui: Rename IPopupHandler::Ask() to Confirm() 2022-03-30 20:13:43 +11:00
view_helpers.go remove dead code 2022-03-26 18:00:46 +11:00
whitespace-toggle.go start moving commit panel handlers into controller 2022-03-17 19:13:40 +11:00
window.go don't hide transient views upon losing focus 2022-03-26 18:00:46 +11:00