From 1298286832225e3dced22d48ddd9ad4f916f08af Mon Sep 17 00:00:00 2001 From: Andras Bacsai <5845193+andrasbacsai@users.noreply.github.com> Date: Thu, 23 Oct 2025 16:17:58 +0200 Subject: [PATCH] feat: add onboarding guide link to global search no results state Add a prominent call-to-action button linking to the onboarding guide when users don't find any search results. This helps guide new users to helpful documentation when they're searching but not finding what they need. --- resources/views/livewire/global-search.blade.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/resources/views/livewire/global-search.blade.php b/resources/views/livewire/global-search.blade.php index e1f321f4c..7a9868c06 100644 --- a/resources/views/livewire/global-search.blade.php +++ b/resources/views/livewire/global-search.blade.php @@ -869,6 +869,14 @@ class="shrink-0 h-5 w-5 text-yellow-500 dark:text-yellow-400 self-center"
💡 Tip: Search for service names like "wordpress", "postgres", or "redis"
+