jesseduffield / lazygit

simple terminal UI for git commands
MIT License
51.38k stars 1.8k forks source link

Add user config `gui.expandedSidePanelWeight` #3623

Closed stefanhaller closed 4 months ago

stefanhaller commented 4 months ago

Add a user config gui.expandedSidePanelWeight which lets you change the default weight of 2 that gets assigned to the expanded side panel if expandFocusedSidePanel is true.

Closes #3621.

(Jesse's addendum)

For example, Take a look at this:

gui:
    expandFocusedSidePanel: true
    expandedSidePanelWeight: 3

Result:

image
codacy-production[bot] commented 4 months ago

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
Report missing for c5baa5da3ad84e7892d6720e54a95460d2f85ebd[^1] :white_check_mark: 100.00%
Coverage variation details | | Coverable lines | Covered lines | Coverage | | ------------- | ------------- | ------------- | ------------- | | Common ancestor commit (c5baa5da3ad84e7892d6720e54a95460d2f85ebd) | Report Missing | Report Missing | Report Missing | | | Head commit (1269938ee6090dbcb9d4fa441fa04ce8217f96d0) | 51345 | 43302 | 84.34% | **Coverage variation** is the difference between the coverage for the head and common ancestor commits of the pull request branch: ` - `
Diff coverage details | | Coverable lines | Covered lines | Diff coverage | | ------------- | ------------- | ------------- | ------------- | | Pull request (#3623) | 2 | 2 | **100.00%** | **Diff coverage** is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: `/ * 100%`

See your quality gate settings    Change summary preferences

Codacy will stop sending the deprecated coverage status from June 5th, 2024. Learn more [^1]: Codacy didn't receive coverage data for the commit, or there was an error processing the received data. Check your integration for errors and validate that your coverage setup is correct.