Przeglądaj źródła

Fixes for Focus

main
Eric Amodio 1 rok temu
rodzic
commit
081507d062
4 zmienionych plików z 7 dodań i 7 usunięć
  1. +1
    -1
      package.json
  2. +1
    -1
      src/webviews/apps/home/home.html
  3. +3
    -4
      src/webviews/apps/welcome/welcome.html
  4. +2
    -1
      src/webviews/apps/welcome/welcome.scss

+ 1
- 1
package.json Wyświetl plik

@ -14404,7 +14404,7 @@
},
{
"id": "gitlens.welcome.workspaces",
"title": "Workspaces and Focus ☁️",
"title": "Workspaces ☁️ and Focus ✨",
"description": "Workspaces allow you to easily group and manage multiple repositories together, accessible from anywhere, streamlining your workflow.\nCreate workspaces just for yourself or share (coming soon in GitLens) them with your team for faster onboarding and better collaboration.\n\n[Open Workspaces](command:gitlens.showWorkspacesView)\n\nThe Focus view brings all of your GitHub pull requests and issues into a unified actionable view to help to you more easily juggle work in progress, pending work, reviews, and more.\nQuickly see if anything requires your attention while keeping you focused.\n\n[Open Focus](command:gitlens.showFocusPage)",
"media": {
"altText": "Illustrations of Focus and Workspaces view",

+ 1
- 1
src/webviews/apps/home/home.html Wyświetl plik

@ -154,7 +154,7 @@
aria-label="Open Focus"
data-requires="repo"
><code-icon class="nav-list__icon" icon="target"></code-icon
><span class="nav-list__label">Focus ☁️</span></a
><span class="nav-list__label">Focus </span></a
>
<a
class="nav-list__item"

+ 3
- 4
src/webviews/apps/welcome/welcome.html Wyświetl plik

@ -238,7 +238,7 @@
data-requires="repo"
title="Show Workspaces view"
aria-label="Show Workspaces view"
>Workspaces</a
>Workspaces ☁️</a
>
and
<a
@ -247,10 +247,9 @@
data-requires="repo"
title="Open Focus"
aria-label="Open Focus"
>Focus</a
>Focus</a
>
<span class="welcome__preview">Preview</span>
☁️
</h3>
<p>
Leverage workspaces to easily group and manage multiple repositories together, accessible from
@ -399,7 +398,7 @@
data-requires="repo"
title="Open Focus"
aria-label="Open Focus"
><code-icon icon="target"></code-icon><span>Focus ☁️</span></a
><code-icon icon="target"></code-icon><span>Focus </span></a
>
<a
href="command:gitlens.showCommitsView"

+ 2
- 1
src/webviews/apps/welcome/welcome.scss Wyświetl plik

@ -244,7 +244,8 @@ gk-card p {
}
&__preview {
font-size: 0.9rem;
margin-left: 0.5rem;
font-size: 1.1rem;
font-weight: normal;
text-transform: uppercase;
}

Ładowanie…
Anuluj
Zapisz