From 63fdff356fd26b86770cecb5ab7668ad790d9d49 Mon Sep 17 00:00:00 2001 From: nzaytsev Date: Mon, 23 Dec 2024 16:05:50 +0700 Subject: [PATCH] Adds go to home view button to the commit graph title section --- CHANGELOG.md | 1 + src/webviews/apps/plus/graph/GraphWrapper.tsx | 15 +++++++++++++++ 2 files changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55170f518fd09..73cd7191a22a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p ### Added +- Adds go to home view button to the commit graph title section — closes [#3873](https://github.com/gitkraken/vscode-gitlens/issues/3873) - Adds a _Contributors_ section to comparison results in the views ## [16.1.1] - 2024-12-20 diff --git a/src/webviews/apps/plus/graph/GraphWrapper.tsx b/src/webviews/apps/plus/graph/GraphWrapper.tsx index 1431f6d7acb95..833e72813d9c9 100644 --- a/src/webviews/apps/plus/graph/GraphWrapper.tsx +++ b/src/webviews/apps/plus/graph/GraphWrapper.tsx @@ -1274,6 +1274,21 @@ export function GraphWrapper({ + + + + + + + GitLens Home — track, manage, and collaborate on your branches and pull + requests, all in one intuitive hub + + {(subscription == null || !isSubscriptionPaid(subscription)) && (