File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed
src/webviews/apps/plus/graph Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
88
99### Added
1010
11+ - Adds go to home view button to the commit graph title section &mdash ; closes [ #3873 ] ( https://github.com/gitkraken/vscode-gitlens/issues/3873 )
1112- Adds a _ Contributors_ section to comparison results in the views
1213
1314### Fixed
Original file line number Diff line number Diff line change @@ -1275,6 +1275,21 @@ export function GraphWrapper({
12751275 </ span >
12761276 </ span >
12771277 </ GlTooltip >
1278+ < GlTooltip placement = "bottom" >
1279+ < a
1280+ href = { 'command:gitlens.views.home.focus' }
1281+ className = "action-button"
1282+ aria-label = { `Open GitLens Home View` }
1283+ >
1284+ < span >
1285+ < CodeIcon className = "action-button__icon" icon = { 'gl-gitlens' } aria-hidden = "true" />
1286+ </ span >
1287+ </ a >
1288+ < span slot = "content" >
1289+ < strong > GitLens Home</ strong > — track, manage, and collaborate on your branches and pull
1290+ requests, all in one intuitive hub
1291+ </ span >
1292+ </ GlTooltip >
12781293 { ( subscription == null || ! isSubscriptionPaid ( subscription ) ) && (
12791294 < GlFeatureBadge
12801295 source = { { source : 'graph' , detail : 'badge' } }
You can’t perform that action at this time.
0 commit comments