mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2025-01-03 15:06:01 +03:00
add a crude branch delete button
This commit is contained in:
parent
f5586aa22d
commit
30a99b0bbe
@ -193,6 +193,15 @@
|
||||
}}
|
||||
on:consider={handleDndEvent}
|
||||
on:finalize={handleDndEvent}
|
||||
>
|
||||
<Button
|
||||
width="basic"
|
||||
kind="outlined"
|
||||
height="small"
|
||||
color="destructive"
|
||||
on:click={() => {
|
||||
virtualBranches.deleteBranch(branchId);
|
||||
}}>delete</Button
|
||||
>
|
||||
{#each files.filter((x) => x.hunks) as file (file.id)}
|
||||
<FileCard
|
||||
|
Loading…
Reference in New Issue
Block a user