mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-02 07:53:55 +03:00
Improve UI for stashed branch header
This commit is contained in:
parent
e9bb16488f
commit
2548ced85c
@ -56,11 +56,7 @@
|
|||||||
>
|
>
|
||||||
<span class="purple"> Apply </span>
|
<span class="purple"> Apply </span>
|
||||||
</Button>
|
</Button>
|
||||||
<IconButton
|
<div class="flex items-center">
|
||||||
icon="cross"
|
|
||||||
title="delete branch"
|
|
||||||
on:click={() => deleteBranchModal.show(branch)}
|
|
||||||
/>
|
|
||||||
{#await branch.isMergeable then isMergeable}
|
{#await branch.isMergeable then isMergeable}
|
||||||
{#if !isMergeable}
|
{#if !isMergeable}
|
||||||
<Tooltip
|
<Tooltip
|
||||||
@ -75,6 +71,12 @@
|
|||||||
</Tooltip>
|
</Tooltip>
|
||||||
{/if}
|
{/if}
|
||||||
{/await}
|
{/await}
|
||||||
|
<IconButton
|
||||||
|
icon="cross"
|
||||||
|
title="delete branch"
|
||||||
|
on:click={() => deleteBranchModal.show(branch)}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="h-full">
|
<div class="h-full">
|
||||||
<BranchLane
|
<BranchLane
|
||||||
|
Loading…
Reference in New Issue
Block a user