jesseduffield.lazygit/pkg/integration/tests/ui
Stefan Haller 9aaff61b79 Re-apply the side panel config on a live config reload
When the config file changes and lazygit regains focus it reloads the
config, but the side panel window assignments, default views, tab
strips, and z-order were only ever set up on repo entry, so a changed
sidePanels wouldn't take effect until restart. Re-apply it from the
reload path: reassign windows and default views and restore each panel's
default tab.

The focused panel needs care: resetting it to its default tab would
leave the focused tab hidden behind that default tab, so the panel looks
unfocused even though its tab is selected. Re-focus the current context
so its tab stays shown and highlighted; only when the new config hides
the focused panel entirely do we move focus to the default side panel.
Tab strips are already refreshed via configureViewProperties.
2026-06-23 14:15:18 +02:00
..
accordion.go Change keybinding syntax to spell out full modifier names, and use + instead of - 2026-04-30 22:38:53 +02:00
disable_switch_tab_with_panel_jump_keys.go Convert JumpToBlock to a list of multi-key bindings 2026-05-25 15:32:47 +02:00
empty_menu.go Enforce single-item selection in various actions 2024-01-19 10:50:49 +11:00
hide_side_panel.go Add integration tests for configuring the side panels 2026-06-23 14:15:18 +02:00
keybinding_suggestions_dont_crash_on_disabled_bindings.go Fix crash when keybindings are disabled that we want to show in the status bar 2026-05-28 19:26:43 +02:00
keybinding_suggestions_when_switching_repos.go Avoid showing <esc> in options map when it doesn't do anything 2025-08-14 17:59:38 +02:00
mode_specific_keybinding_suggestions.go Change keybinding syntax to spell out full modifier names, and use + instead of - 2026-04-30 22:38:53 +02:00
open_link_failure.go Use our new hyperlink support in the information view 2024-08-24 10:36:01 +02:00
promote_tab_to_side_panel.go Add integration tests for configuring the side panels 2026-06-23 14:15:18 +02:00
range_select.go Enable hunk staging mode by default 2025-08-01 10:35:16 +02:00
reload_side_panels.go Re-apply the side panel config on a live config reload 2026-06-23 14:15:18 +02:00
reorder_side_panels.go Add integration tests for configuring the side panels 2026-06-23 14:15:18 +02:00
switch_tab_from_menu.go Remove OptionMenuAlt1 2026-05-25 15:18:18 +02:00
switch_tab_with_panel_jump_keys.go Convert JumpToBlock to a list of multi-key bindings 2026-05-25 15:32:47 +02:00