jesseduffield.lazygit/pkg/gui/presentation
Jesse Duffield b81b6e3c2e Fix PR integration: nerd font guards, tests, generated files, typo
- Fix "if if" typo in enableGithubCli config description
- Guard nerd font icons in PR state badges and main view display
  behind icons.IsIconEnabled() so non-nerd-font users see plain text
- Add tests for GenerateGithubPullRequestMap and getRepoInfoFromURL
- Update branch display test expectations for new icon column
- Fix integration tests that matched "* branchname" patterns
  (now need to account for icon column between recency and name)
- Remove commented-out dead code in branches.go
- Regenerate docs and schema with corrected config description

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-07 22:18:27 +11:00
..
authors Replace go-runewidth with uniseg 2025-12-23 16:49:16 +01:00
graph Modernize all codes 2025-11-15 10:46:23 +01:00
icons Use github icon instead of just coloring the branch icon 2026-02-07 20:29:07 +11:00
branches.go Fix PR integration: nerd font guards, tests, generated files, typo 2026-02-07 22:18:27 +11:00
branches_test.go Fix PR integration: nerd font guards, tests, generated files, typo 2026-02-07 22:18:27 +11:00
commits.go Show -C for fixup todos in rebase if present 2026-01-28 10:15:48 +01:00
commits_test.go Move NewDummyCommon to pkg/common 2025-05-06 09:43:26 +02:00
files.go Enable revive linter, and fix a bunch of warnings 2025-06-30 19:13:20 +02:00
files_test.go Add user config gui.addRootItemInFileTree 2025-05-24 18:17:25 +02:00
item_operations.go Show inline waiting status when checking out a local branch 2024-03-17 07:53:38 +01:00
loader.go Move Loader to presentation package 2025-05-06 09:52:53 +02:00
reflog_commits.go Make Commit.Hash a getter for an unexported hash field 2025-04-29 14:57:15 +02:00
remote_branches.go Standardise on using lo for slice functions 2023-07-30 18:51:23 +10:00
remotes.go Move Loader to presentation package 2025-05-06 09:52:53 +02:00
stash_entries.go feat: add age on stash lines 2023-12-27 11:21:49 +01:00
status.go Make WorkingTreeState a struct, and add cherry-picking and reverting states 2025-04-20 15:53:17 +02:00
submodules.go refactor: use strings.Builder and strings.Repeat to simplify code 2025-12-03 18:34:21 +01:00
suggestions.go Standardise on using lo for slice functions 2023-07-30 18:51:23 +10:00
tags.go Move Loader to presentation package 2025-05-06 09:52:53 +02:00
worktrees.go Use fields rather than methods on worktrees 2023-07-30 18:35:24 +10:00