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>
|
||||
</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
|
||||
|
Loading…
Reference in New Issue
Block a user