Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 22782520f2 | |||
| 903293ba39 |
@@ -15,7 +15,7 @@
|
|||||||
<x-heroicon-m-bars-4 class="h-5 w-5"/>
|
<x-heroicon-m-bars-4 class="h-5 w-5"/>
|
||||||
</div>
|
</div>
|
||||||
<ul
|
<ul
|
||||||
class="menu menu-sm dropdown-content bg-primary rounded-box z-1 mt-3 w-52 p-2 shadow w-fit">
|
class="menu menu-sm dropdown-content bg-primary rounded-box z-99 mt-3 w-52 p-2 shadow w-fit">
|
||||||
{{ $menu }}
|
{{ $menu }}
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -1,8 +1,9 @@
|
|||||||
@props([
|
@props([
|
||||||
'type' => 'bars'
|
'type' => 'bars',
|
||||||
|
'except' => null
|
||||||
])
|
])
|
||||||
|
|
||||||
<div id="loading-overlay" wire:loading.flex>
|
<div id="loading-overlay" wire:loading.flex wire:target.except="{{ $except }}">
|
||||||
<div>
|
<div>
|
||||||
<span class="loading loading-{{ $type }} text-primary loading-xl"></span>
|
<span class="loading loading-{{ $type }} text-primary loading-xl"></span>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user