From be8408f9b31dd7a8535aba41af9d54a2e1dd12c3 Mon Sep 17 00:00:00 2001 From: Yoga Pangestu Date: Fri, 27 Mar 2026 10:04:16 +0700 Subject: [PATCH] feat: Enhance filter button styles and add icon to 'all' filter for improved visual clarity and user interaction in the admin verification page. --- .../Pages/AdminVerification/Index.php | 2 +- .../pages/admin-verification.blade.php | 55 ++++++++++++++----- 2 files changed, 42 insertions(+), 15 deletions(-) diff --git a/app/Filament/Pages/AdminVerification/Index.php b/app/Filament/Pages/AdminVerification/Index.php index 2b8df6a..3a08e3a 100644 --- a/app/Filament/Pages/AdminVerification/Index.php +++ b/app/Filament/Pages/AdminVerification/Index.php @@ -187,7 +187,7 @@ public function getFilters(): array [ 'id' => 'all', 'label' => 'Semua', - 'icon' => null, + 'icon' => 'heroicon-s-squares-2x2', 'color' => 'primary', 'count' => VerificationRequest::count(), ], diff --git a/resources/views/filament/pages/admin-verification.blade.php b/resources/views/filament/pages/admin-verification.blade.php index 96454ab..aef6f16 100644 --- a/resources/views/filament/pages/admin-verification.blade.php +++ b/resources/views/filament/pages/admin-verification.blade.php @@ -1,23 +1,50 @@ -
+
@foreach ($this->getFilters as $filter) - @endforeach