Quellcode durchsuchen

Capitalizes experiemental

main
Eric Amodio vor 1 Jahr
Ursprung
Commit
4ae459ecaa
3 geänderte Dateien mit 4 neuen und 4 gelöschten Zeilen
  1. +1
    -1
      README.md
  2. +2
    -2
      src/webviews/apps/plus/graph/GraphWrapper.tsx
  3. +1
    -1
      src/webviews/apps/settings/partials/views.repositories.html

+ 1
- 1
README.md Datei anzeigen

@ -375,7 +375,7 @@ The Repositories view lists opened Git repositories, and additionally provides:
- **Stashes** — [optionally](#repositories-view-settings- 'Jump to the Repositories view settings') shows the stashes, similar to the [Stashes view](#stashes-view- 'Stashes view')
- **Tags** — [optionally](#repositories-view-settings- 'Jump to the Repositories view settings') shows the tags, similar to the [Tags view](#tags-view- 'Tags view')
- **Contributors** — [optionally](#repositories-view-settings- 'Jump to the Repositories view settings') shows the contributors, similar to the [Contributors view](#contributors-view- 'Contributors view')
- **Incoming Activity** (experimental) — [optionally](#repositories-view-settings- 'Jump to the Repositories view settings') shows any incoming activity, which lists the command, branch (if available), and date of recent incoming activity (merges and pulls) to your local repository
- **Incoming Activity** (Experimental) — [optionally](#repositories-view-settings- 'Jump to the Repositories view settings') shows any incoming activity, which lists the command, branch (if available), and date of recent incoming activity (merges and pulls) to your local repository
---

+ 2
- 2
src/webviews/apps/plus/graph/GraphWrapper.tsx Datei anzeigen

@ -1222,8 +1222,8 @@ export function GraphWrapper({
<button
type="button"
className="action-button action-button--narrow"
title="Toggle Minimap (experimental)"
aria-label="Toggle Minimap (experimental)"
title="Toggle Minimap (Experimental)"
aria-label="Toggle Minimap (Experimental)"
onClick={handleOnToggleMinimap}
>
<span className="codicon codicon-graph-line action-button__icon"></span>

+ 1
- 1
src/webviews/apps/settings/partials/views.repositories.html Datei anzeigen

@ -220,7 +220,7 @@
data-setting
/>
<label for="views.repositories.showIncomingActivity"
>Incoming Activity (experimental)</label
>Incoming Activity (Experimental)</label
>
</div>
</div>

Laden…
Abbrechen
Speichern