From 159ef61e8eaaa87df0e616605c87a4634f6e6f26 Mon Sep 17 00:00:00 2001 From: Benjamin Nussbaum Date: Sat, 26 Apr 2025 12:32:36 +0200 Subject: [PATCH] fix: wrong text-alignment in remove plugin from playlist modal fix: make clear active days/times are optional --- .../views/livewire/devices/configure.blade.php | 14 +++++++------- resources/views/livewire/playlists/index.blade.php | 8 ++++---- resources/views/livewire/plugins/recipe.blade.php | 6 +++--- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/resources/views/livewire/devices/configure.blade.php b/resources/views/livewire/devices/configure.blade.php index fc2f51e..e2cefe4 100644 --- a/resources/views/livewire/devices/configure.blade.php +++ b/resources/views/livewire/devices/configure.blade.php @@ -326,7 +326,7 @@ new class extends Component {
- + @@ -338,11 +338,11 @@ new class extends Component {
- +
- +
@@ -399,7 +399,7 @@ new class extends Component {
- + @@ -411,11 +411,11 @@ new class extends Component {
- +
- +
@@ -473,7 +473,7 @@ new class extends Component { wire:click="togglePlaylistItemActive({{ $item->id }})" :checked="$item->is_active"/> - +
@if(!$loop->first) - +
@if($playlist->items->count() > 1) @if(!$loop->first) @@ -250,7 +250,7 @@ new class extends Component {
- + @@ -262,11 +262,11 @@ new class extends Component {
- +
- +
diff --git a/resources/views/livewire/plugins/recipe.blade.php b/resources/views/livewire/plugins/recipe.blade.php index 489336f..5d0c2d0 100644 --- a/resources/views/livewire/plugins/recipe.blade.php +++ b/resources/views/livewire/plugins/recipe.blade.php @@ -253,7 +253,7 @@ HTML;
- + @@ -265,11 +265,11 @@ HTML;
- +
- +
@endif @endif