Closes #3297 - Adds default setting for compact graph#3300
Closes #3297 - Adds default setting for compact graph#3300TJohnsonSE wants to merge 1 commit intogitkraken:mainfrom
Conversation
16647ce to
3fd26a3
Compare
542ecb7 to
789696d
Compare
529f422 to
5bb3a16
Compare
|
@TJohnsonSE Thanks for this! Unfortunately because this modifies files in the So I can let this sit for a while until we work out that CLA process (though it will likely be a couple of months) -- or I can close this an implement the feature directly. Thoughts? |
|
@eamodio of course, thanks for looking at this! That is unfortunate to hear, I did read the note before contributing but didn't pay attention to the directories. If it's something you don't mind sitting on and revisiting later down the road, I'm okay with that. If it's a feature you just want to get in since it's already done, I'm also okay with the PR being closed and having you implement it directly. I'll see where else I can focus in the meantime, and I appreciate the feedback. |
5bb3a16 to
8d72db3
Compare
82647a1 to
8d72db3
Compare
8d72db3 to
fcc9a27
Compare
Description
I've added the requested feature (#3297) to have a configuration to default to the compact view in the Commit Graph. This feature adds a checkbox to the Gitlens settings page, a relevant configuration setting to the GraphConfig and GraphComponentConfig interfaces, and then the logic to actually implement defaulting to the compact graph view in the graphWebView component.
Testing indicated it's all working as expected.
Checklist
Fixes $XXX -orCloses #XXX -prefix to auto-close the issue that your PR addresses