From 2fb8c411e9f57a6c047b38c52760b1655b6ca3eb Mon Sep 17 00:00:00 2001 From: Andras Bacsai <5845193+andrasbacsai@users.noreply.github.com> Date: Thu, 24 Sep 2026 15:26:08 +0200 Subject: [PATCH] fix(analytics): keep setup prompt dismissed after refresh MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Give the traffic analytics prompt a stable Livewire key and label the server link “Set up on”. Add a browser test for the link and persistent dismissal. --- resources/views/livewire/analytics.blade.php | 4 ++-- tests/v4/Browser/TrafficAnalyticsTest.php | 19 +++++++++++++++++++ 2 files changed, 21 insertions(+), 2 deletions(-) diff --git a/resources/views/livewire/analytics.blade.php b/resources/views/livewire/analytics.blade.php index 9b6fd3643b..3ae6f2f137 100644 --- a/resources/views/livewire/analytics.blade.php +++ b/resources/views/livewire/analytics.blade.php @@ -90,7 +90,7 @@ $appListboxOptions = array_merge( {{-- Nudge: enabled-eligible servers that haven't turned traffic analytics on yet. --}} @if ($scopedServerUuid === null && ! empty($eligibleDisabledServers)) -
@@ -104,7 +104,7 @@ $appListboxOptions = array_merge(