chore: fix mrr calculation and grid import

This commit is contained in:
idevakk
2025-11-21 12:41:54 -08:00
parent 0baacdc386
commit 38ae2770ea
4 changed files with 114 additions and 33 deletions

View File

@@ -1,28 +1,5 @@
<x-filament-panels::page>
<form wire:submit.prevent="refresh">
<div class="space-y-6">
{{ $this->form }}
<div class="flex gap-2">
<x-filament::button
type="submit"
wire:loading.attr="disabled"
>
<x-filament::loading-indicator class="h-5 w-5" wire:loading wire:target="refresh" />
Apply Filters
</x-filament::button>
<x-filament::button
wire:click="$reset"
variant="outline"
>
Reset
</x-filament::button>
</div>
</div>
</form>
<div class="mt-6">
{{ $this->table }}
</div>
</x-filament-panels::page>
</x-filament-panels::page>