From 6a429c46d33ba944bb649c24b1d13c3d4d3adc57 Mon Sep 17 00:00:00 2001 From: peaklabs-dev <122374094+peaklabs-dev@users.noreply.github.com> Date: Fri, 10 Jan 2025 16:45:08 +0100 Subject: [PATCH] fix: even more wire:navigate --- .../resources/breadcrumbs.blade.php | 2 + .../application/configuration.blade.php | 5 +- .../application/deployment/index.blade.php | 9 +-- .../project/application/heading.blade.php | 8 +-- .../project/database/configuration.blade.php | 4 +- .../project/database/heading.blade.php | 8 +-- .../database/scheduled-backups.blade.php | 3 +- .../project/environment-edit.blade.php | 4 +- .../livewire/project/resource/index.blade.php | 59 ++++++++++++------- .../project/service/configuration.blade.php | 9 ++- .../livewire/project/service/navbar.blade.php | 6 +- .../shared/scheduled-task/all.blade.php | 4 +- .../livewire/source/github/change.blade.php | 1 + .../views/livewire/tags/deployments.blade.php | 2 +- 14 files changed, 72 insertions(+), 52 deletions(-) diff --git a/resources/views/components/resources/breadcrumbs.blade.php b/resources/views/components/resources/breadcrumbs.blade.php index 5f7029fd0..ec9c61a8e 100644 --- a/resources/views/components/resources/breadcrumbs.blade.php +++ b/resources/views/components/resources/breadcrumbs.blade.php @@ -8,6 +8,7 @@
  • {{ data_get($resource, 'environment.project.name', 'Undefined Name') }}
    Swarm - Configuration + wire:navigate>Swarm Configuration @endif data_get($deployment, 'status') === 'finished', ]) - x-on:click.stop="goto('{{ $current_url . '/' . data_get($deployment, 'deployment_uuid') }}')"> + wire:navigate href="{{ $current_url . '/' . data_get($deployment, 'deployment_uuid') }}">
    {{ $deployment->created_at }} UTC @@ -59,7 +59,7 @@ @endif @if (data_get($deployment, 'commit'))
    + wire:navigate.prevent href="{{ $application->gitCommitLink(data_get($deployment, 'commit')) }}">
    @if ($deployment->commitMessage()) ({{ data_get_str($deployment, 'commit')->limit(7) }} - @@ -84,7 +84,7 @@ @endif @if (data_get($deployment, 'commit'))
    + wire:navigate.prevent href="{{ $application->gitCommitLink(data_get($deployment, 'commit')) }}">
    @if ($deployment->commitMessage()) ({{ data_get_str($deployment, 'commit')->limit(7) }} - @@ -125,9 +125,6 @@