Improve UI for stashed branch header

This commit is contained in:
Mattias Granlund 2023-11-29 10:17:15 +01:00
parent e9bb16488f
commit 2548ced85c

View File

@ -56,11 +56,7 @@
>
<span class="purple"> Apply </span>
</Button>
<IconButton
icon="cross"
title="delete branch"
on:click={() => deleteBranchModal.show(branch)}
/>
<div class="flex items-center">
{#await branch.isMergeable then isMergeable}
{#if !isMergeable}
<Tooltip
@ -75,6 +71,12 @@
</Tooltip>
{/if}
{/await}
<IconButton
icon="cross"
title="delete branch"
on:click={() => deleteBranchModal.show(branch)}
/>
</div>
</div>
<div class="h-full">
<BranchLane