mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-12 08:36:25 -04:00
In tree mode, the files panel footer shows "X of Y" where Y includes directory nodes. This can be confusing since it doesn't match the actual number of changed files (as shown by git status). Add a file count suffix to the footer so it reads e.g. "1 of 39 | 23 changes", making the true number of changed files visible at a glance while keeping the tree navigation counter intact. This is implemented via a generic footerExtra callback on ListContextTrait, so other contexts can add footer info in the future without modifying the shared setFooter logic. |
||
|---|---|---|
| .. | ||
| app | ||
| cheatsheet | ||
| commands | ||
| common | ||
| config | ||
| constants | ||
| env | ||
| fakes | ||
| gui | ||
| i18n | ||
| integration | ||
| jsonschema | ||
| logs | ||
| snake | ||
| tasks | ||
| theme | ||
| updates | ||
| utils | ||