File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
src/webviews/apps/plus/home/components Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -148,6 +148,20 @@ export class GlLaunchpad extends SignalWatcher(LitElement) {
148148 }
149149
150150 private renderSummaryResult ( ) {
151+ if ( this . _homeState . hasAnyIntegrationConnected === false ) {
152+ return html `< ul class ="menu ">
153+ < li >
154+ < a
155+ class ="launchpad-action "
156+ href ="command:gitlens.plus.cloudIntegrations.connect?%7B%22source%22%3A%22home%22%7D "
157+ >
158+ < code-icon class ="launchpad-action__icon " icon ="plug "> </ code-icon >
159+ < span > Connect to see PRs and Issue here</ span >
160+ </ a >
161+ </ li >
162+ </ ul > ` ;
163+ }
164+
151165 return this . _summaryState . render ( {
152166 pending : ( ) => this . renderPending ( ) ,
153167 complete : summary => this . renderSummary ( summary ) ,
You can’t perform that action at this time.
0 commit comments