Browse Source

Adds Commands section

main
Eric Amodio 1 year ago
parent
commit
f341eb1a03
2 changed files with 36 additions and 2 deletions
  1. +20
    -1
      src/webviews/apps/home/home.html
  2. +16
    -1
      src/webviews/apps/welcome/welcome.html

+ 20
- 1
src/webviews/apps/home/home.html View File

@ -182,6 +182,25 @@
>
</nav>
<nav class="nav-list">
<h3 class="nav-list__title t-eyebrow">Commands</h3>
<a
class="nav-list__item"
href="command:workbench.action.quickOpen?%22>GitLens%3A%22"
title="Show GitLens Commands"
aria-label="Show GitLens Commands"
><code-icon class="nav-list__icon" icon="symbol-event"></code-icon
><span class="nav-list__label">Commands</span></a
>
<a
class="nav-list__item"
href="command:gitlens.gitCommands"
title="Open Git Command Palette"
aria-label="Open Git Command Palette"
><code-icon class="nav-list__icon" icon="symbol-color"></code-icon
><span class="nav-list__label">Git Command Palette</span></a
>
</nav>
<nav class="nav-list">
<h2 class="nav-list__title t-eyebrow">Configuration</h2>
<a
class="nav-list__item"
@ -196,7 +215,7 @@
href="command:gitlens.showSettingsPage?%22autolinks%22"
title="Open Autolinks Settings"
aria-label="Open Autolinks Settings"
><code-icon class="nav-list__icon" icon="code"></code-icon
><code-icon class="nav-list__icon" icon="link"></code-icon
><span class="nav-list__label">Autolinks Settings</span></a
>
</nav>

+ 16
- 1
src/webviews/apps/welcome/welcome.html View File

@ -519,6 +519,21 @@
>
</nav>
<nav class="welcome__resources-nav">
<h3 class="t-eyebrow">Commands</h3>
<a
href="command:workbench.action.quickOpen?%22>GitLens%3A%22"
title="Show GitLens Commands"
aria-label="Show GitLens Commands"
><code-icon icon="symbol-event"></code-icon><span>Commands</span></a
>
<a
href="command:gitlens.gitCommands"
title="Open Git Command Palette"
aria-label="Open Git Command Palette"
><code-icon icon="symbol-color"></code-icon><span>Git Command Palette</span></a
>
</nav>
<nav class="welcome__resources-nav">
<h3 class="t-eyebrow">Configuration</h3>
<a
href="command:gitlens.showSettingsPage"
@ -530,7 +545,7 @@
href="command:gitlens.showSettingsPage?%22autolinks%22"
title="Open Autolinks Settings"
aria-label="Open Autolinks Settings"
><code-icon icon="code"></code-icon><span>Autolinks Settings</span></a
><code-icon icon="link"></code-icon><span>Autolinks Settings</span></a
>
</nav>

Loading…
Cancel
Save