diff --git a/resources/css/utilities.css b/resources/css/utilities.css index 2899ea1e5..110096c1f 100644 --- a/resources/css/utilities.css +++ b/resources/css/utilities.css @@ -49,7 +49,7 @@ @utility input-sticky { } @utility input-sticky-active { - @apply text-black border-2 border-coollabs dark:text-white focus:bg-neutral-200 dark:focus:bg-coolgray-400 focus:border-coollabs; + @apply text-black border-2 border-coollabs dark:border-yellow-400 dark:text-white focus:bg-neutral-200 dark:focus:bg-coolgray-400 focus:border-coollabs dark:focus:border-yellow-400; } /* Focus */ @@ -229,6 +229,10 @@ @utility box-without-bg-without-border { @apply flex p-2 transition-colors dark:hover:text-white hover:no-underline min-h-[4rem]; } +@utility coolbox { + @apply flex transition-all duration-150 dark:bg-coolgray-100 bg-white p-2 rounded-lg border border-neutral-200 dark:border-coolgray-400 hover:ring-2 dark:hover:ring-yellow-400 hover:ring-coollabs cursor-pointer min-h-[4rem]; +} + @utility on-box { @apply rounded-sm hover:bg-neutral-300 dark:hover:bg-coolgray-500/20; } diff --git a/resources/views/components/resource-view.blade.php b/resources/views/components/resource-view.blade.php index ff8e99074..3d216d8da 100644 --- a/resources/views/components/resource-view.blade.php +++ b/resources/views/components/resource-view.blade.php @@ -1,27 +1,22 @@ -
!$upgrade, - 'hover:border-l-red-500 cursor-not-allowed' => $upgrade, -])> +
$upgrade, + ])>
-
+
{{ $logo }}
-
-
+
+
{{ $title }}
@if ($upgrade)
{{ $upgrade }}
@else -
+
{{ $description }}
@endif
- @isset($documentation) -
- {{ $documentation }} - @endisset
diff --git a/resources/views/livewire/admin/index.blade.php b/resources/views/livewire/admin/index.blade.php index 7bf3c7c0c..acba3acce 100644 --- a/resources/views/livewire/admin/index.blade.php +++ b/resources/views/livewire/admin/index.blade.php @@ -17,7 +17,7 @@ @if ($foundUsers->count() > 0)
@foreach ($foundUsers as $user) -
+
{{ $user->name }}
{{ $user->email }}
diff --git a/resources/views/livewire/dashboard.blade.php b/resources/views/livewire/dashboard.blade.php index 02a8d8367..9c6cb1463 100644 --- a/resources/views/livewire/dashboard.blade.php +++ b/resources/views/livewire/dashboard.blade.php @@ -35,7 +35,7 @@ class="flex items-center justify-center size-4 text-white rounded hover:bg-coolg @if ($projects->count() > 0)
@foreach ($projects as $project) -
+
@@ -103,7 +103,7 @@ class="flex items-center justify-center size-4 text-white rounded hover:bg-coolg @foreach ($servers as $server) !$server->settings->is_reachable || $server->settings->force_disabled, ])> diff --git a/resources/views/livewire/destination/index.blade.php b/resources/views/livewire/destination/index.blade.php index 0e6f3a005..b86998c48 100644 --- a/resources/views/livewire/destination/index.blade.php +++ b/resources/views/livewire/destination/index.blade.php @@ -17,7 +17,7 @@ @forelse ($servers as $server) @forelse ($server->destinations() as $destination) @if ($destination->getMorphClass() === 'App\Models\StandaloneDocker') -
{{ $destination->name }}
@@ -26,7 +26,7 @@
@endif @if ($destination->getMorphClass() === 'App\Models\SwarmDocker') -
{{ $destination->name }}
diff --git a/resources/views/livewire/project/index.blade.php b/resources/views/livewire/project/index.blade.php index e1e1a22bc..8b3f0af60 100644 --- a/resources/views/livewire/project/index.blade.php +++ b/resources/views/livewire/project/index.blade.php @@ -13,7 +13,7 @@
All your projects are here.
@foreach ($projects as $project) -
+
diff --git a/resources/views/livewire/project/new/github-private-repository-deploy-key.blade.php b/resources/views/livewire/project/new/github-private-repository-deploy-key.blade.php index bce55c4ad..6d644ba2c 100644 --- a/resources/views/livewire/project/new/github-private-repository-deploy-key.blade.php +++ b/resources/views/livewire/project/new/github-private-repository-deploy-key.blade.php @@ -7,7 +7,7 @@
@forelse ($private_keys as $key) @if ($private_key_id == $key->id) -
@@ -20,7 +20,7 @@ class="loading loading-xs dark:text-warning loading-spinner">
@else -
diff --git a/resources/views/livewire/project/new/github-private-repository.blade.php b/resources/views/livewire/project/new/github-private-repository.blade.php index 188e88c9d..ddc5217c7 100644 --- a/resources/views/livewire/project/new/github-private-repository.blade.php +++ b/resources/views/livewire/project/new/github-private-repository.blade.php @@ -21,7 +21,7 @@
@foreach ($github_apps as $ghapp)
-
diff --git a/resources/views/livewire/project/new/select.blade.php b/resources/views/livewire/project/new/select.blade.php index 9e2af21cc..61c5a65eb 100644 --- a/resources/views/livewire/project/new/select.blade.php +++ b/resources/views/livewire/project/new/select.blade.php @@ -1,18 +1,19 @@
-
-

New Resource

-
- - @foreach ($environments as $environment) - - @endforeach - -
-
-
Deploy resources, like Applications, Databases, Services...
@if ($current_step === 'type') -
+
+
+

New Resource

+
+ + @foreach ($environments as $environment) + + @endforeach + +
+
+
Deploy resources, like Applications, Databases, Services...
Filter by category - - + +
- - - + + +
-
- +
@@ -51,7 +61,9 @@ class="px-3 py-2 cursor-pointer hover:bg-neutral-100 dark:hover:bg-coolgray-200" :class="{ 'bg-neutral-50 dark:bg-coolgray-300': selectedCategory === '' }"> All Categories
-