chore: update tag labels for integrated and virtual lanes, and remote tag to improve consistancy

This commit is contained in:
Pavel Laptev 2024-02-10 00:25:37 +01:00 committed by GitButler
parent 4c977840d6
commit b7c1e8cd36

View File

@ -23,11 +23,11 @@
> >
{:else if hasIntegratedCommits} {:else if hasIntegratedCommits}
<Tag <Tag
icon="removed-branch-small" icon="pr-small"
color="success" color="success"
help="These changes have been integrated upstream, update your workspace to make this lane disappear." help="These changes have been integrated upstream, update your workspace to make this lane disappear."
reversedDirection reversedDirection
verticalOrientation={isLaneCollapsed}>integrated</Tag verticalOrientation={isLaneCollapsed}>Integrated</Tag
> >
{:else} {:else}
<Tag <Tag
@ -35,7 +35,7 @@
color="light" color="light"
help="These changes are in your working directory." help="These changes are in your working directory."
reversedDirection reversedDirection
verticalOrientation={isLaneCollapsed}>virtual</Tag verticalOrientation={isLaneCollapsed}>Virtual</Tag
> >
{/if} {/if}
{#if !isUnapplied} {#if !isUnapplied}
@ -55,7 +55,7 @@
icon="remote-branch-small" icon="remote-branch-small"
help="At least some of your changes have been pushed" help="At least some of your changes have been pushed"
verticalOrientation={isLaneCollapsed} verticalOrientation={isLaneCollapsed}
reversedDirection>remote</Tag reversedDirection>Remote</Tag
> >
<Tag <Tag
icon="open-link" icon="open-link"