mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-21 00:21:35 +03:00
chore: update tag labels for integrated and virtual lanes, and remote tag to improve consistancy
This commit is contained in:
parent
4c977840d6
commit
b7c1e8cd36
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user