From 403b692a34b5b4e62590679f859546f58218f8b1 Mon Sep 17 00:00:00 2001 From: Luan Estradioto Date: Tue, 12 Nov 2024 16:24:28 -0300 Subject: [PATCH 1/4] fix: autocompletes --- resources/views/livewire/settings/index.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/views/livewire/settings/index.blade.php b/resources/views/livewire/settings/index.blade.php index 42bdfc267..82f492796 100644 --- a/resources/views/livewire/settings/index.blade.php +++ b/resources/views/livewire/settings/index.blade.php @@ -71,10 +71,10 @@
+ placeholder="1.2.3.4" autocomplete="new-password" /> + placeholder="2001:db8::1" autocomplete="new-password" />

DNS Validation

From 6ed9259547dea94f03d298d17409c487a8912ccc Mon Sep 17 00:00:00 2001 From: David R Date: Wed, 13 Nov 2024 07:59:11 -0500 Subject: [PATCH 2/4] Correct tab name There is no General tab, and the Compose file is reachable on the Service Stack tab. --- .../views/livewire/project/service/configuration.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/livewire/project/service/configuration.blade.php b/resources/views/livewire/project/service/configuration.blade.php index ed2a6dec9..994ce6790 100644 --- a/resources/views/livewire/project/service/configuration.blade.php +++ b/resources/views/livewire/project/service/configuration.blade.php @@ -180,7 +180,7 @@
Persistent storage to preserve data between deployments.
If you would like to add a volume, you must add it to - your compose file (General tab).
+ your compose file (Service Stack tab). @foreach ($applications as $application) From bff8e6b3ab95a69bcf9053a0c209e249e3c92d59 Mon Sep 17 00:00:00 2001 From: Bilge Date: Wed, 13 Nov 2024 18:04:23 +0000 Subject: [PATCH 3/4] Expanded checkbox clickable area to include label. --- .../views/components/forms/checkbox.blade.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/resources/views/components/forms/checkbox.blade.php b/resources/views/components/forms/checkbox.blade.php index c8c4a499f..ef4d5a7f3 100644 --- a/resources/views/components/forms/checkbox.blade.php +++ b/resources/views/components/forms/checkbox.blade.php @@ -14,8 +14,8 @@ 'w-full' => $fullWidth, ])> @if (!$hideLabel) -