1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-01-06 03:53:59 +02:00
lazygit/pkg/integration/components
Jesse Duffield c92e687d3b Fix focus issue when opening recent-repos menu at launch
I don't know why we were setting the initial context to CurrentSideContext
and not just CurrentContext in the first place. If there is no current context
in either case it'll default to the files context. So the only issue is if
we anticipated that some random context would be focused and we didn't want to
activate that. But I can't think of any situation where that would happen.
2023-06-07 18:27:18 +10:00
..
alert_driver.go Support matchers on integers in integration tests 2023-06-03 15:32:23 +10:00
assertion_helper.go Support matchers on integers in integration tests 2023-06-03 15:32:23 +10:00
commit_description_panel_driver.go Split commit message panel into commit summary and commit description panel 2023-04-30 13:19:53 +10:00
commit_message_panel_driver.go Support matchers on integers in integration tests 2023-06-03 15:32:23 +10:00
common.go Support matchers on integers in integration tests 2023-06-03 15:32:23 +10:00
confirmation_driver.go Support matchers on integers in integration tests 2023-06-03 15:32:23 +10:00
file_system.go Support matchers on integers in integration tests 2023-06-03 15:32:23 +10:00
git.go Construct arg vector manually rather than parse string 2023-05-23 19:49:19 +10:00
int_matcher.go Support matchers on integers in integration tests 2023-06-03 15:32:23 +10:00
matcher.go Support matchers on integers in integration tests 2023-06-03 15:32:23 +10:00
menu_driver.go Support matchers on integers in integration tests 2023-06-03 15:32:23 +10:00
paths.go cleanup integration test code 2023-02-26 12:54:13 +11:00
popup.go Split commit message panel into commit summary and commit description panel 2023-04-30 13:19:53 +10:00
prompt_driver.go Support matchers on integers in integration tests 2023-06-03 15:32:23 +10:00
runner.go Fix focus issue when opening recent-repos menu at launch 2023-06-07 18:27:18 +10:00
search_driver.go Support matchers on integers in integration tests 2023-06-03 15:32:23 +10:00
shell.go Construct arg vector manually rather than parse string 2023-05-23 19:49:19 +10:00
test_driver.go Support matchers on integers in integration tests 2023-06-03 15:32:23 +10:00
test_test.go Rename From to AtLeast 2023-05-02 16:27:32 +02:00
test.go Fix focus issue when opening recent-repos menu at launch 2023-06-07 18:27:18 +10:00
text_matcher.go Support matchers on integers in integration tests 2023-06-03 15:32:23 +10:00
view_driver.go Support matchers on integers in integration tests 2023-06-03 15:32:23 +10:00
views.go Split commit message panel into commit summary and commit description panel 2023-04-30 13:19:53 +10:00