Browse Source

Adds more views to popular section

main
Eric Amodio 1 year ago
parent
commit
187ad6501a
2 changed files with 28 additions and 0 deletions
  1. +16
    -0
      src/webviews/apps/home/home.html
  2. +12
    -0
      src/webviews/apps/welcome/welcome.html

+ 16
- 0
src/webviews/apps/home/home.html View File

@ -153,6 +153,22 @@
><code-icon class="nav-list__icon" icon="graph-scatter"></code-icon
><span class="nav-list__label">Visual File History ✨</span></a
>
<a
class="nav-list__item"
href="command:gitlens.showSearchAndCompareView"
title="Show Search &amp; Compare view"
aria-label="Show Search &amp; Compare view"
><code-icon class="nav-list__icon" icon="gl-search-view"></code-icon
><span class="nav-list__label">Search &amp; Compare</span></a
>
<a
class="nav-list__item"
href="command:gitlens.showWorktreesView"
title="Show Worktrees view"
aria-label="Show Worktrees view"
><code-icon class="nav-list__icon" icon="gl-worktrees-view"></code-icon
><span class="nav-list__label">Worktrees ✨</span></a
>
</nav>
<nav class="nav-list">
<h2 class="nav-list__title t-eyebrow">Activity Bar</h2>

+ 12
- 0
src/webviews/apps/welcome/welcome.html View File

@ -551,6 +551,18 @@
aria-label="Show Visual File History view"
><code-icon icon="graph-scatter"></code-icon><span>Visual File History ✨</span></a
>
<a
href="command:gitlens.showSearchAndCompareView"
title="Show Search &amp; Compare view"
aria-label="Show Search &amp; Compare view"
><code-icon icon="gl-search-view"></code-icon>Search &amp; Compare</a
>
<a
href="command:gitlens.showWorktreesView"
title="Show Worktrees view"
aria-label="Show Worktrees view"
><code-icon icon="gl-worktrees-view"></code-icon>Worktrees ✨</a
>
</nav>
<nav class="welcome__resources-nav">
<h3 class="t-eyebrow">Commands</h3>

Loading…
Cancel
Save