mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-20 16:11:46 +03:00
Add loading state to PushButton when in "pr" state
This commit is contained in:
parent
4796613c9d
commit
3a4fb738c8
@ -62,6 +62,7 @@
|
||||
kind="outlined"
|
||||
{wide}
|
||||
disabled={isPushed}
|
||||
loading={isLoading}
|
||||
on:click={() => {
|
||||
dispatch('trigger', { action: BranchAction.Push });
|
||||
}}>{pushLabel}</Button
|
||||
|
Loading…
Reference in New Issue
Block a user