@if (!empty($result['project']) && !empty($result['environment']))
-
+
{{ $result['project'] }} /
{{ $result['environment'] }}
@endif
@if (!empty($result['description']))
-
+
{{ Str::limit($result['description'], 80) }}
@endif
@@ -677,8 +655,8 @@
@@ -708,16 +686,15 @@
-
+
{{ $item['name'] }}
@if (isset($item['quickcommand']))
@@ -725,8 +702,7 @@
class="text-xs text-neutral-500 dark:text-neutral-400 shrink-0">{{ $item['quickcommand'] }}
@endif
-
+
{{ $item['description'] }}
@@ -734,8 +710,8 @@
@@ -820,8 +796,7 @@
class="flex-shrink-0 w-10 h-10 rounded-lg bg-yellow-100 dark:bg-yellow-900/40 flex items-center justify-center">
@@ -869,14 +844,6 @@
💡 Tip: Search for service names like "wordpress", "postgres", or "redis"
-
@@ -897,12 +864,10 @@
if (firstInput) firstInput.focus();
}, 200);
}
- })"
- class="fixed top-0 left-0 lg:px-0 px-4 z-99 flex items-center justify-center w-screen h-screen">
-