diff --git a/resources/views/livewire/global-search.blade.php b/resources/views/livewire/global-search.blade.php index 7a9868c06..01d3131f6 100644 --- a/resources/views/livewire/global-search.blade.php +++ b/resources/views/livewire/global-search.blade.php @@ -254,7 +254,8 @@ class="fixed top-0 left-0 z-99 flex items-start justify-center w-screen h-screen pt-[10vh]">
-
- + @@ -311,8 +311,8 @@ class="text-neutral-600 dark:text-neutral-400 hover:text-neutral-900 dark:hover:text-white"> - +
@@ -327,13 +327,11 @@
@if ($loadingServers) -
- - +
+ + @@ -343,8 +341,7 @@
@elseif (count($availableServers) > 0) @foreach ($availableServers as $index => $server) - @@ -388,10 +384,10 @@
@@ -406,13 +402,11 @@
@if ($loadingDestinations) -
- - +
+ + @@ -422,25 +416,22 @@
@elseif (count($availableDestinations) > 0) @foreach ($availableDestinations as $index => $destination) - @@ -462,10 +453,10 @@
@@ -480,13 +471,11 @@
@if ($loadingProjects) -
- - +
+ + @@ -496,18 +485,15 @@
@elseif (count($availableProjects) > 0) @foreach ($availableProjects as $index => $project) - @@ -542,10 +528,10 @@
@@ -560,13 +546,11 @@
@if ($loadingEnvironments) -
- - +
+ + @@ -576,18 +560,15 @@
@elseif (count($availableEnvironments) > 0) @foreach ($availableEnvironments as $index => $environment) - @@ -639,8 +620,7 @@
- + {{ $result['name'] }}
@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 @@
- + class="h-5 w-5 text-yellow-600 dark:text-yellow-400" fill="none" + viewBox="0 0 24 24" stroke="currentColor"> +
-
+
{{ $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"> + fill="none" viewBox="0 0 24 24" stroke="currentColor"> @@ -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"> -
+
New Project @@ -939,12 +904,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"> -
+
New Server @@ -981,12 +944,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"> -
+
New Team @@ -1023,12 +984,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"> -
+
New S3 Storage @@ -1065,12 +1024,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"> -
+
New Private Key @@ -1107,12 +1064,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"> -
+
New GitHub App @@ -1139,4 +1094,4 @@
-
+
\ No newline at end of file