jesseduffield.lazygit/pkg/gui/presentation
Jesse Duffield 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
..
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 Properly render worktrees in files panel 2023-07-30 18:35:22 +10:00
branches.go Standardise on using lo for slice functions 2023-07-30 18:51:23 +10:00
commits.go Insert fake todo entry for a conflicting commit that is being applied 2023-06-22 18:57:58 +02:00
commits_test.go More compact and flexible date format 2023-05-26 17:31:39 +10: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
menu.go refactor contexts 2022-03-17 19:13:40 +11: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 Better logic for knowing which repo we're in 2023-07-30 18:35:22 +10: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