From 33b69408598e24ad26c90f7716ad430324e26fd3 Mon Sep 17 00:00:00 2001 From: Jorge Manrubia Date: Wed, 5 Nov 2025 09:21:01 +0100 Subject: [PATCH 1/2] Disable card perma refreshes for now The problem described here is fixed since we removed the banner, but I want to be sure there are not other issues here. Want to avoid glitches in such a critical screen https://app.fizzy.do/5986089/cards/2765#comment_994784439 --- app/views/cards/show.html.erb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/views/cards/show.html.erb b/app/views/cards/show.html.erb index c33a2c40b..9ce4cf342 100644 --- a/app/views/cards/show.html.erb +++ b/app/views/cards/show.html.erb @@ -11,7 +11,6 @@ <% end %> -<%= turbo_stream_from @card %> <%= turbo_stream_from @card, :activity %>
From 498e4644cc030e58a2afb4e19afb92753aa2eba7 Mon Sep 17 00:00:00 2001 From: Jorge Manrubia Date: Wed, 5 Nov 2025 11:07:51 +0100 Subject: [PATCH 2/2] Bump lexxy --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index cc1518514..cfbb22c7b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -294,7 +294,7 @@ GEM logger (~> 1.6) letter_opener (1.10.0) launchy (>= 2.2, < 4) - lexxy (0.1.17.beta) + lexxy (0.1.18.beta) rails (>= 8.0.2) lint_roller (1.1.0) logger (1.7.0)