jesseduffield.lazygit/pkg/gui/presentation
Stefan Haller 3ac5ef2d41 Show sync status in branches list
When pulling/pushing/fast-forwarding a branch, show this state in the branches
list for that branch for as long as the operation takes, to make it easier to
see when it's done (without having to stare at the status bar in the lower
left).

This will hopefully help with making these operations feel more predictable, now
that we no longer show a loader panel for them.
2023-09-25 21:39:48 +02:00
..
authors Right-align key labels in menu 2023-05-21 12:09:43 +10:00
graph Standardise on using lo for slice functions 2023-07-30 18:51:23 +10:00
icons Add icons for files with .mdx and .svelte file extensions (#2889) 2023-08-28 20:25:03 +10:00
branches.go Show sync status in branches list 2023-09-25 21:39:48 +02:00
commits.go Add "Show divergence from upstream" entry to Upstream menu in branches panel 2023-08-29 08:16:40 +02:00
commits_test.go Make RenderDisplayStrings return the column positions 2023-08-28 14:21:06 +02:00
files.go Properly render worktrees in files panel 2023-07-30 18:35:22 +10:00
files_test.go Refactor interface for ApplyPatch 2023-05-20 20:54:39 +10:00
ref_operations.go Show sync status in branches list 2023-09-25 21:39:48 +02:00
reflog_commits.go Standardise on using lo for slice functions 2023-07-30 18:51:23 +10:00
remote_branches.go Standardise on using lo for slice functions 2023-07-30 18:51:23 +10:00
remotes.go Standardise on using lo for slice functions 2023-07-30 18:51:23 +10:00
stash_entries.go Standardise on using lo for slice functions 2023-07-30 18:51:23 +10:00
status.go Show sync status in branches list 2023-09-25 21:39:48 +02:00
submodules.go Standardise on using lo for slice functions 2023-07-30 18:51:23 +10:00
suggestions.go Standardise on using lo for slice functions 2023-07-30 18:51:23 +10:00
tags.go Standardise on using lo for slice functions 2023-07-30 18:51:23 +10:00
working_tree.go Use sentence case everywhere 2023-05-25 23:52:19 +10:00
worktrees.go Use fields rather than methods on worktrees 2023-07-30 18:35:24 +10:00