From 754b65259e94a7eafb65722b3e618027731d9632 Mon Sep 17 00:00:00 2001 From: Yoga Pangestu Date: Mon, 5 Jan 2026 22:10:00 +0700 Subject: [PATCH] refactor: improve Alpine chart instance management to prevent maximum call stack size errors and streamline updates. --- .../studio/dashboard/analysis.blade.php | 897 +++++++----------- .../studio/dashboard/overview.blade.php | 490 ++++------ 2 files changed, 548 insertions(+), 839 deletions(-) diff --git a/resources/views/livewire/studio/dashboard/analysis.blade.php b/resources/views/livewire/studio/dashboard/analysis.blade.php index bc65d6d..1130cad 100644 --- a/resources/views/livewire/studio/dashboard/analysis.blade.php +++ b/resources/views/livewire/studio/dashboard/analysis.blade.php @@ -263,584 +263,361 @@ @script @endscript diff --git a/resources/views/livewire/studio/dashboard/overview.blade.php b/resources/views/livewire/studio/dashboard/overview.blade.php index da7a639..10fcc9c 100644 --- a/resources/views/livewire/studio/dashboard/overview.blade.php +++ b/resources/views/livewire/studio/dashboard/overview.blade.php @@ -99,53 +99,112 @@ class="flex items-center gap-1 font-medium text-sm @if ($stat['trendUp']) text-g @script @endscript