jesseduffield.lazygit/pkg/gui/controllers/helpers
Jesse Duffield af97bf484c Refresh staging panel when committing
We now refresh the staging panel when doing an unscoped refresh, so that if we commit from the staging panel we escape
back to the files panel if need be. But that causes flickering when doing an unscoped refresh from other contexts,
because the refreshStagingPanel function assumes that the staging panel has focus. So we're adding a guard at the top
of that function to early exit if we don't have focus.
2023-04-30 13:19:54 +10:00
..
amend_helper.go standardise helper args 2023-04-30 13:19:53 +10:00
app_status_helper.go lots of changes 2023-04-30 13:19:53 +10:00
bisect_helper.go split context common from helper common 2023-04-30 13:19:53 +10:00
cherry_pick_helper.go standardise helper args 2023-04-30 13:19:53 +10:00
commits_helper.go Retain commit message when cycling history 2023-04-30 13:19:54 +10:00
confirmation_helper.go Split commit message panel into commit summary and commit description panel 2023-04-30 13:19:53 +10:00
credentials_helper.go split context common from helper common 2023-04-30 13:19:53 +10:00
diff_helper.go split context common from helper common 2023-04-30 13:19:53 +10:00
files_helper.go standardise helper args 2023-04-30 13:19:53 +10:00
gpg_helper.go standardise helper args 2023-04-30 13:19:53 +10:00
helpers.go Split commit message panel into commit summary and commit description panel 2023-04-30 13:19:53 +10:00
host_helper.go standardise helper args 2023-04-30 13:19:53 +10:00
merge_and_rebase_helper.go standardise helper args 2023-04-30 13:19:53 +10:00
merge_conflicts_helper.go standardise helper args 2023-04-30 13:19:53 +10:00
mode_helper.go lots of changes 2023-04-30 13:19:53 +10:00
patch_building_helper.go standardise helper args 2023-04-30 13:19:53 +10:00
record_directory_helper.go split context common from helper common 2023-04-30 13:19:53 +10:00
refresh_helper.go Refresh staging panel when committing 2023-04-30 13:19:54 +10:00
refs_helper.go standardise helper args 2023-04-30 13:19:53 +10:00
repos_helper.go split context common from helper common 2023-04-30 13:19:53 +10:00
snake_helper.go split context common from helper common 2023-04-30 13:19:53 +10:00
staging_helper.go Refresh staging panel when committing 2023-04-30 13:19:54 +10:00
suggestions_helper.go standardise helper args 2023-04-30 13:19:53 +10:00
tags_helper.go standardise helper args 2023-04-30 13:19:53 +10:00
update_helper.go appease linter 2023-04-30 13:19:53 +10:00
upstream_helper.go standardise helper args 2023-04-30 13:19:53 +10:00
upstream_helper_test.go Add option to (un)set upstream for a local branch 2022-04-11 14:04:06 +02:00
view_helper.go standardise helper args 2023-04-30 13:19:53 +10:00
window_arrangement_helper.go move window arrangement helper 2023-04-30 13:19:53 +10:00
window_helper.go move side window actions to controllers package 2023-04-30 13:19:53 +10:00
working_tree_helper.go Retain commit message when cycling history 2023-04-30 13:19:54 +10:00