From c762195c8acdbf66cc270a6be736fc602e05bb41 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Fri, 11 Aug 2023 20:19:42 +0200 Subject: [PATCH] format files lol --- bootstrap/helpers/applications.php | 2 +- bootstrap/helpers/databases.php | 2 +- .../views/auth/confirm-password.blade.php | 6 +- .../views/auth/forgot-password.blade.php | 6 +- resources/views/auth/login.blade.php | 52 ++--- resources/views/auth/register.blade.php | 44 ++-- resources/views/auth/reset-password.blade.php | 10 +- .../views/auth/two-factor-challenge.blade.php | 12 +- resources/views/command-center.blade.php | 4 +- .../applications/advanced.blade.php | 33 ++- .../components/applications/links.blade.php | 66 +++--- .../components/applications/navbar.blade.php | 18 +- .../views/components/chevron-down.blade.php | 6 +- .../components/databases/navbar.blade.php | 14 +- .../views/components/forms/button.blade.php | 13 +- .../views/components/forms/checkbox.blade.php | 6 +- .../views/components/forms/input.blade.php | 37 ++-- .../views/components/forms/select.blade.php | 11 +- .../views/components/forms/textarea.blade.php | 18 +- resources/views/components/git-icon.blade.php | 30 +-- resources/views/components/helper.blade.php | 2 +- .../views/components/layout-simple.blade.php | 46 ++-- .../components/layout-subscription.blade.php | 70 +++--- resources/views/components/layout.blade.php | 200 +++++++++--------- resources/views/components/modal.blade.php | 10 +- .../components/navbar-subscription.blade.php | 13 +- resources/views/components/navbar.blade.php | 108 +++++----- .../views/components/pricing-plans.blade.php | 108 +++++----- .../views/components/proxy/options.blade.php | 8 +- .../resources/breadcrumbs.blade.php | 31 ++- .../views/components/server/navbar.blade.php | 12 +- .../components/settings/navbar.blade.php | 4 +- .../components/status/restarting.blade.php | 2 +- .../views/components/status/running.blade.php | 2 +- .../views/components/status/stopped.blade.php | 2 +- .../views/components/team/navbar.blade.php | 12 +- .../views/components/use-magic-bar.blade.php | 3 +- resources/views/components/version.blade.php | 2 +- resources/views/dashboard.blade.php | 4 +- resources/views/destination/all.blade.php | 8 +- resources/views/destination/new.blade.php | 2 +- resources/views/destination/show.blade.php | 2 +- resources/views/errors/404.blade.php | 2 +- resources/views/errors/419.blade.php | 4 +- resources/views/errors/layout.blade.php | 10 +- resources/views/errors/minimal.blade.php | 65 ++++-- .../views/livewire/activity-monitor.blade.php | 9 +- .../views/livewire/check-license.blade.php | 7 +- .../views/livewire/destination/form.blade.php | 6 +- .../new/standalone-docker.blade.php | 4 +- .../views/livewire/dev/s3-test.blade.php | 2 +- .../livewire/dev/scheduled-backups.blade.php | 14 +- .../notifications/discord-settings.blade.php | 17 +- .../notifications/email-settings.blade.php | 36 ++-- .../livewire/private-key/change.blade.php | 14 +- .../livewire/private-key/create.blade.php | 6 +- .../views/livewire/profile/form.blade.php | 4 +- .../livewire/project/add-empty.blade.php | 4 +- .../project/add-environment.blade.php | 2 +- .../application/deployment-logs.blade.php | 10 +- .../project/application/deployments.blade.php | 91 ++++---- .../project/application/general.blade.php | 36 ++-- .../project/application/heading.blade.php | 4 +- .../application/preview/form.blade.php | 2 +- .../project/application/previews.blade.php | 65 +++--- .../project/application/source.blade.php | 12 +- .../project/database/backup-edit.blade.php | 12 +- .../database/backup-execution.blade.php | 6 +- .../database/backup-executions.blade.php | 27 ++- .../project/database/heading.blade.php | 4 +- .../project/database/init-script.blade.php | 6 +- .../database/postgresql/general.blade.php | 35 ++- .../database/scheduled-backups.blade.php | 10 +- .../views/livewire/project/edit.blade.php | 6 +- ...ub-private-repository-deploy-key.blade.php | 18 +- .../new/github-private-repository.blade.php | 38 ++-- .../new/public-git-repository.blade.php | 12 +- .../livewire/project/new/select.blade.php | 12 +- .../shared/environment-variable/add.blade.php | 6 +- .../shared/environment-variable/all.blade.php | 6 +- .../environment-variable/show.blade.php | 6 +- .../project/shared/resource-limits.blade.php | 14 +- .../project/shared/storages/add.blade.php | 6 +- .../project/shared/storages/all.blade.php | 6 +- .../project/shared/storages/show.blade.php | 12 +- .../views/livewire/run-command.blade.php | 4 +- .../views/livewire/server/form.blade.php | 18 +- .../views/livewire/server/new/by-ip.blade.php | 10 +- .../livewire/server/private-key.blade.php | 2 +- .../views/livewire/server/proxy.blade.php | 51 +++-- .../livewire/server/proxy/deploy.blade.php | 19 +- .../livewire/server/proxy/status.blade.php | 6 +- .../livewire/settings/configuration.blade.php | 10 +- .../views/livewire/settings/email.blade.php | 22 +- .../livewire/source/github/change.blade.php | 62 +++--- .../livewire/source/github/create.blade.php | 14 +- .../views/livewire/team/create.blade.php | 4 +- resources/views/livewire/team/form.blade.php | 4 +- .../views/livewire/team/invitations.blade.php | 44 ++-- .../views/livewire/team/invite-link.blade.php | 2 +- .../livewire/team/storage/create.blade.php | 14 +- .../livewire/team/storage/form.blade.php | 14 +- resources/views/livewire/upgrade.blade.php | 45 ++-- resources/views/private-key/all.blade.php | 4 +- resources/views/private-key/new.blade.php | 2 +- resources/views/private-key/show.blade.php | 2 +- resources/views/profile.blade.php | 4 +- .../application/configuration.blade.php | 47 ++-- .../project/application/deployment.blade.php | 4 +- .../project/application/deployments.blade.php | 5 +- .../project/database/backups/all.blade.php | 8 +- .../database/backups/executions.blade.php | 8 +- .../project/database/configuration.blade.php | 37 ++-- resources/views/project/edit.blade.php | 2 +- resources/views/project/new.blade.php | 8 +- resources/views/project/resources.blade.php | 18 +- resources/views/project/show.blade.php | 2 +- resources/views/projects.blade.php | 23 +- resources/views/server/all.blade.php | 4 +- resources/views/server/create.blade.php | 4 +- resources/views/server/destinations.blade.php | 4 +- resources/views/server/private-key.blade.php | 4 +- resources/views/server/proxy.blade.php | 4 +- resources/views/server/show.blade.php | 4 +- .../views/settings/configuration.blade.php | 17 +- resources/views/settings/license.blade.php | 4 +- resources/views/source/all.blade.php | 10 +- resources/views/source/github/show.blade.php | 2 +- resources/views/source/new.blade.php | 14 +- resources/views/subscription.blade.php | 4 +- resources/views/team/create.blade.php | 2 +- .../views/team/storages/create.blade.php | 2 +- .../views/vendor/mail/html/button.blade.php | 41 ++-- .../views/vendor/mail/html/footer.blade.php | 18 +- .../views/vendor/mail/html/layout.blade.php | 96 +++++---- .../views/vendor/mail/html/message.blade.php | 44 ++-- .../views/vendor/mail/html/panel.blade.php | 23 +- .../views/vendor/mail/html/subcopy.blade.php | 10 +- .../views/vendor/mail/html/table.blade.php | 2 +- .../views/vendor/mail/text/layout.blade.php | 3 +- resources/views/vendor/toaster/hub.blade.php | 68 +++--- 141 files changed, 1305 insertions(+), 1307 deletions(-) diff --git a/bootstrap/helpers/applications.php b/bootstrap/helpers/applications.php index f1b4d9104..427ef5a57 100644 --- a/bootstrap/helpers/applications.php +++ b/bootstrap/helpers/applications.php @@ -4,7 +4,7 @@ use App\Models\Application; use App\Models\ApplicationDeploymentQueue; -function queue_application_deployment(int $application_id, string $deployment_uuid, int|null $pull_request_id = 0, string $commit = 'HEAD', bool $force_rebuild = false, bool $is_webhook = false) +function queue_application_deployment(int $application_id, string $deployment_uuid, int | null $pull_request_id = 0, string $commit = 'HEAD', bool $force_rebuild = false, bool $is_webhook = false) { $deployment = ApplicationDeploymentQueue::create([ 'application_id' => $application_id, diff --git a/bootstrap/helpers/databases.php b/bootstrap/helpers/databases.php index f6dc72f66..c005ad15d 100644 --- a/bootstrap/helpers/databases.php +++ b/bootstrap/helpers/databases.php @@ -33,7 +33,7 @@ function create_standalone_postgresql($environment_id, $destination_uuid): Stand * @param Server $server * @return void */ -function delete_backup_locally(string|null $filename, Server $server): void +function delete_backup_locally(string | null $filename, Server $server): void { if (empty($filename)) { return; diff --git a/resources/views/auth/confirm-password.blade.php b/resources/views/auth/confirm-password.blade.php index adead3cf8..2cbc6dd72 100644 --- a/resources/views/auth/confirm-password.blade.php +++ b/resources/views/auth/confirm-password.blade.php @@ -3,13 +3,13 @@
Coolify
- +
@csrf + autofocus /> {{ __('auth.confirm_password') }} @if ($errors->any()) @@ -18,7 +18,7 @@
@endif @if (session('status')) -
+
{{ session('status') }}
@endif diff --git a/resources/views/auth/forgot-password.blade.php b/resources/views/auth/forgot-password.blade.php index b89fed205..89645e8f5 100644 --- a/resources/views/auth/forgot-password.blade.php +++ b/resources/views/auth/forgot-password.blade.php @@ -5,7 +5,7 @@
Coolify
- +
@@ -16,13 +16,13 @@
@csrf + label="{{ __('input.email') }}" autofocus /> {{ __('auth.forgot_password_send_email') }} @else
Transactional emails are not active on this instance.
See how to set it in our docs, or how to + href="https://docs.coollabs.io/coolify">docs, or how to manually reset password.
@endif diff --git a/resources/views/auth/login.blade.php b/resources/views/auth/login.blade.php index d1a8fefd7..0a66be609 100644 --- a/resources/views/auth/login.blade.php +++ b/resources/views/auth/login.blade.php @@ -3,7 +3,7 @@
Coolify
- +

{{ __('auth.login') }}

@@ -17,33 +17,33 @@
@csrf @env('local') - + - - - {{ __('auth.forgot_password') }}? - - @else - - - @endenv + + + {{ __('auth.forgot_password') }}? + + @else + + + @endenv - {{ __('auth.login') }} - @if (!$is_registration_enabled) -
{{ __('auth.registration_disabled') }}
- @endif - @if ($errors->any()) -
- {{ __('auth.failed') }} -
- @endif - @if (session('status')) -
- {{ session('status') }} -
- @endif + {{ __('auth.login') }} + @if (!$is_registration_enabled) +
{{ __('auth.registration_disabled') }}
+ @endif + @if ($errors->any()) +
+ {{ __('auth.failed') }} +
+ @endif + @if (session('status')) +
+ {{ session('status') }} +
+ @endif
diff --git a/resources/views/auth/register.blade.php b/resources/views/auth/register.blade.php index 3fafe8c3d..31003d2a9 100644 --- a/resources/views/auth/register.blade.php +++ b/resources/views/auth/register.blade.php @@ -3,38 +3,38 @@
Coolify
- +
@csrf @env('local') - - -
- - -
- @else - - -
- - -
- @endenv - {{ __('auth.register') }} + + +
+ + +
+ @else + + +
+ + +
+ @endenv + {{ __('auth.register') }} @if ($errors->any())
diff --git a/resources/views/auth/reset-password.blade.php b/resources/views/auth/reset-password.blade.php index 5a601f648..dd58d4956 100644 --- a/resources/views/auth/reset-password.blade.php +++ b/resources/views/auth/reset-password.blade.php @@ -5,7 +5,7 @@
Coolify
- +

{{ __('auth.reset_password') }}

@@ -15,12 +15,12 @@ @csrf + label="{{ __('input.email') }}" />
+ label="{{ __('input.password') }}" autofocus /> + label="{{ __('input.password.again') }}" />
{{ __('auth.reset_password') }} @@ -30,7 +30,7 @@
@endif @if (session('status')) -
+
{{ session('status') }}
@endif diff --git a/resources/views/auth/two-factor-challenge.blade.php b/resources/views/auth/two-factor-challenge.blade.php index 3bd7c8452..4ec05cdae 100644 --- a/resources/views/auth/two-factor-challenge.blade.php +++ b/resources/views/auth/two-factor-challenge.blade.php @@ -3,7 +3,7 @@
Coolify
- +
@@ -11,9 +11,9 @@