Parcourir la source

Fixes for Focus

main
Eric Amodio il y a 1 an
Parent
révision
081507d062
4 fichiers modifiés avec 7 ajouts et 7 suppressions
  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 Voir le fichier

@ -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 Voir le fichier

@ -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 Voir le fichier

@ -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 Voir le fichier

@ -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;
}

Chargement…
Annuler
Enregistrer