1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-03-03 15:02:52 +02:00
Jesse Duffield 91909331b5 Fix flakey worktree tests
In the presentation layer, when showing branches, we'll show worktrees against branches if they're
associated. But there was a race condition: if the worktree model was refreshed after the branches model,
it wouldn't be used in the presentation layer when it came time to render the branches.

A better solution would be to have some way of signalling that a particular context needs to be refreshed
and after all the models are done being refreshed, we then refresh the contexts. This will prevent
double-renders
2023-07-30 18:35:36 +10:00
..
2023-07-22 14:36:35 +10:00
2023-05-25 23:52:19 +10:00
2023-07-22 14:36:35 +10:00
2023-07-08 22:54:52 +10:00
2023-07-10 19:13:18 +10:00
2023-06-03 15:54:03 +10:00
2023-07-10 15:09:17 +02:00
2023-05-25 23:52:19 +10:00
2023-07-10 15:09:17 +02:00
2023-07-22 14:36:35 +10:00
2023-05-25 23:52:19 +10:00
2023-07-30 18:35:36 +10:00
2023-02-26 12:54:13 +11:00