From a5df4b74da0d535f0f77248edda24b0e84e49ce9 Mon Sep 17 00:00:00 2001 From: Shaung Bhone Date: Mon, 16 Jun 2025 21:33:43 +0700 Subject: [PATCH 1/3] Fix z-index issue in search modal and clean up template structure --- resources/views/_partials/_search.blade.php | 49 ++++++++++----------- 1 file changed, 24 insertions(+), 25 deletions(-) diff --git a/resources/views/_partials/_search.blade.php b/resources/views/_partials/_search.blade.php index 92a5962c5..f5afa1b32 100644 --- a/resources/views/_partials/_search.blade.php +++ b/resources/views/_partials/_search.blade.php @@ -1,6 +1,6 @@ - + \ No newline at end of file From b3903e0ff64f97f250e22f2c163e2929de19d1a0 Mon Sep 17 00:00:00 2001 From: Shaung Bhone Date: Mon, 16 Jun 2025 21:36:44 +0700 Subject: [PATCH 2/3] back to reformat --- resources/views/_partials/_search.blade.php | 47 +++++++++++---------- 1 file changed, 24 insertions(+), 23 deletions(-) diff --git a/resources/views/_partials/_search.blade.php b/resources/views/_partials/_search.blade.php index f5afa1b32..d3e63a5f1 100644 --- a/resources/views/_partials/_search.blade.php +++ b/resources/views/_partials/_search.blade.php @@ -36,7 +36,8 @@ class="border-t border-gray-100 py-14 px-6 text-center text-sm sm:px-14"> x-show="searchQuery.length && (threads.total || articles.total || users.total)" x-data="tabConfig()" x-init="$watch('activeTab', value => setActiveTab(value))" - x-cloak> + x-cloak + >