From 845dd08a3a8790292ef439fb816bf76586a5e262 Mon Sep 17 00:00:00 2001 From: Lizandro Guarnizo <77708265+lizandrogd@users.noreply.github.com> Date: Sun, 28 Jun 2026 17:28:33 -0500 Subject: [PATCH] fix: avoid PHP interpolating JS template literals in addFlowCard heredoc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replace all backtick template literals inside addFlowCard (which lives inside a PHP heredoc) with plain string concatenation. PHP was evaluating ${k}, ${Date.now()}, ${menuOpts}, etc. as PHP variable expressions, emitting deprecation warnings inside the