1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2024-12-14 11:23:09 +02:00
lazygit/pkg/gui/presentation
Jesse Duffield de57cfd6ff Remove IO logic from presentation code for worktrees
We're doing all the IO in our workers loader method so that we don't need to do any
in our presentation code
2023-07-30 18:35:24 +10:00
..
authors Right-align key labels in menu 2023-05-21 12:09:43 +10:00
graph Apply correct styling to root commit in graph 2023-06-01 22:20:30 +10:00
icons Properly render worktrees in files panel 2023-07-30 18:35:22 +10:00
branches.go Associate branches with worktrees even when mid-rebase 2023-07-30 18:35:22 +10:00
commits_test.go More compact and flexible date format 2023-05-26 17:31:39 +10:00
commits.go Insert fake todo entry for a conflicting commit that is being applied 2023-06-22 18:57:58 +02:00
files_test.go Refactor interface for ApplyPatch 2023-05-20 20:54:39 +10:00
files.go Properly render worktrees in files panel 2023-07-30 18:35:22 +10:00
menu.go refactor contexts 2022-03-17 19:13:40 +11:00
reflog_commits.go More compact and flexible date format 2023-05-26 17:31:39 +10:00
remote_branches.go feat(gui): show branch icons 2022-04-23 12:25:41 +09:00
remotes.go feat(gui): show remote icons 2022-04-23 12:25:42 +09:00
stash_entries.go feat: add stash icon 2022-10-14 21:58:58 +09:00
status.go Better logic for knowing which repo we're in 2023-07-30 18:35:22 +10:00
submodules.go many more generics 2022-03-24 20:14:41 +11:00
suggestions.go many more generics 2022-03-24 20:14:41 +11:00
tags.go show tag message 2023-02-20 19:01:08 +11:00
working_tree.go Use sentence case everywhere 2023-05-25 23:52:19 +10:00
worktrees.go Remove IO logic from presentation code for worktrees 2023-07-30 18:35:24 +10:00