1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-06-15 00:15:32 +02:00
Commit Graph

13 Commits

Author SHA1 Message Date
252dda5220 Move Loader to presentation package
It is very gui specific and shouldn't be in a low-level utils package.
2025-05-06 09:52:53 +02:00
f3dba743f0 Add SpinnerConfig
This new config section allows to customize frames and rate of
thespinner
2024-04-06 13:46:15 +02:00
7fb5266027 Use inline status for fetching remotes 2024-01-26 08:29:04 +01:00
e33fe37a99 Standardise on using lo for slice functions
We've been sometimes using lo and sometimes using my slices package, and we need to pick one
for consistency. Lo is more extensive and better maintained so we're going with that.

My slices package was a superset of go's own slices package so in some places I've just used
the official one (the methods were just wrappers anyway).

I've also moved the remaining methods into the utils package.
2023-07-30 18:51:23 +10:00
f972d6ae68 feat(gui): show remote icons 2022-04-23 12:25:42 +09:00
1b75ed3740 many more generics 2022-03-24 20:14:41 +11:00
d626bcac00 color fixups 2021-08-01 16:14:56 +10:00
79848087bc Switch to github.com/gookit/color for terminal colors 2021-07-30 15:14:46 +02:00
ce6f8ed1bc move models folder into commands folder 2020-09-29 20:48:49 +10:00
eda4619a4f move remotes and remote branches 2020-09-29 20:48:49 +10:00
40fbce91ce add new diff mode
WIP

WIP

WIP

WIP

WIP

WIP

WIP
2020-03-29 18:26:24 +11:00
d0336fe16f better presentation of remotes 2020-03-28 11:59:45 +11:00
f94d0be2c9 refactor the way we render lists 2020-02-25 21:21:07 +11:00