Refactor code and update UI components
This commit is contained in:
@@ -6,14 +6,10 @@
|
||||
@isset($confirmAction)
|
||||
x-on:{{ explode('(', $confirmAction)[0] }}.window="$wire.{{ explode('(', $confirmAction)[0] }}"
|
||||
@endisset
|
||||
@if ($isModal) onclick="{{ $modalId }}.showModal()" @endif>
|
||||
>
|
||||
|
||||
{{ $slot }}
|
||||
@if ($attributes->get('type') === 'submit')
|
||||
<x-loading wire:target="submit" wire:loading.delay />
|
||||
@else
|
||||
@if ($attributes->whereStartsWith('wire:click')->first())
|
||||
<x-loading wire:target="{{ $attributes->whereStartsWith('wire:click')->first() }}" wire:loading.delay />
|
||||
@endif
|
||||
@if ($attributes->whereStartsWith('wire:click')->first() && $attributes->get('type') === 'submit')
|
||||
<x-loading wire:target="{{ $attributes->whereStartsWith('wire:click')->first() }}" wire:loading.delay />
|
||||
@endif
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user