Skip to content

Commit e6c13e2

Browse files
committed
Adds launchpad svg to welcome and walkthrough
1 parent de728e9 commit e6c13e2

File tree

5 files changed

+150
-1
lines changed

5 files changed

+150
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17378,7 +17378,7 @@
1737817378
"description": "**Launchpad** ᴘʀᴇᴠɪᴇᴡ brings all of your GitHub pull requests into a unified, actionable list to better track work in progress, pending work, reviews, and more. Stay focused and take action on the most important items to keep your team unblocked. [Learn more](https://gitkraken.com/solutions/launchpad?utm_source=gitlens-extension&utm_medium=in-app-links)\n\n[Open Launchpad](command:gitlens.showLaunchpad?%7B%22source%22%3A%22walkthrough%22%7D)",
1737917379
"media": {
1738017380
"altText": "Illustrations of Launchpad",
17381-
"svg": "walkthroughs/welcome/launchpad.svg"
17381+
"svg": "walkthroughs/welcome/launchpad-quick.svg"
1738217382
}
1738317383
},
1738417384
{

src/webviews/apps/welcome/components/svg-launchpad.ts

Lines changed: 83 additions & 0 deletions
Large diffs are not rendered by default.

src/webviews/apps/welcome/welcome.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,7 @@ <h3 class="sticky">
366366
>Learn&nbsp;more</a
367367
>
368368
</p>
369+
<gk-launchpad-quickpick-svg></gk-launchpad-quickpick-svg>
369370
</section>
370371

371372
<section>

src/webviews/apps/welcome/welcome.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ import './components/svg-blame';
2020
import './components/svg-editor-toolbar';
2121
import './components/svg-focus';
2222
import './components/svg-graph';
23+
import './components/svg-launchpad';
2324
import './components/svg-revision-navigation';
2425
import './components/svg-timeline';
2526
import './components/svg-workspaces';

walkthroughs/welcome/launchpad-quick.svg

Lines changed: 64 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)