From aa6760cb0f1accf98b49c7b369ce6691f9cf15be Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Mon, 23 Mar 2026 00:42:10 +0200 Subject: [PATCH] fix fullscreen button: use x-show instead of x-if templates x-if with template tags inside a button element causes scope issues. Switch to x-show on SVG elements directly. --- src/claude_memory/ui/static/index.html | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/src/claude_memory/ui/static/index.html b/src/claude_memory/ui/static/index.html index 4b22f40..5a8f84e 100644 --- a/src/claude_memory/ui/static/index.html +++ b/src/claude_memory/ui/static/index.html @@ -490,18 +490,14 @@