From c00de663892aff8767b35c750c3426ad9df4f7bd Mon Sep 17 00:00:00 2001 From: Andras Bacsai <5845193+andrasbacsai@users.noreply.github.com> Date: Sun, 2 Nov 2025 12:51:13 +0100 Subject: [PATCH] fix: improve run script and enhance sticky header style The run script has been updated to ensure that all relevant Docker containers are removed before starting the application, which helps prevent conflicts and ensures a clean environment. Additionally, the sticky header in the project selection view now has a background color applied for better visibility against varying content, improving the user experience during scrolling. --- gcool.json | 2 +- resources/views/livewire/project/new/select.blade.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gcool.json b/gcool.json index 6a2fe9cab..629d8569a 100644 --- a/gcool.json +++ b/gcool.json @@ -1,6 +1,6 @@ { "scripts": { "onWorktreeCreate": "cp $GCOOL_ROOT_PATH/.env .", - "run": "clean && spin up" + "run": "docker rm -f coolify coolify-realtime coolify-minio coolify-testing-host coolify-redis coolify-db coolify-mail coolify-vite && spin up" } } diff --git a/resources/views/livewire/project/new/select.blade.php b/resources/views/livewire/project/new/select.blade.php index 8d2ad665d..9e2af21cc 100644 --- a/resources/views/livewire/project/new/select.blade.php +++ b/resources/views/livewire/project/new/select.blade.php @@ -12,7 +12,7 @@
Deploy resources, like Applications, Databases, Services...
@if ($current_step === 'type') -
+