From 74e9840e8d3975751eb87148b91e9c12f70abf49 Mon Sep 17 00:00:00 2001 From: timon0305 Date: Sat, 16 May 2026 00:12:12 +0200 Subject: [PATCH] fix(ui): prevent theme flash and align search filter buttons - base.html: apply stored theme synchronously in so light-mode users no longer see a brief dark paint on every navigation - search.html: vertically center the All / Ask Logs / Agent Logs filter buttons with the Search heading --- templates/base.html | 10 ++++++++++ templates/search.html | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/templates/base.html b/templates/base.html index 198a029..5643385 100644 --- a/templates/base.html +++ b/templates/base.html @@ -4,6 +4,16 @@ {% block title %}Cursor Chat Browser{% endblock %} + + diff --git a/templates/search.html b/templates/search.html index 6839124..e4c615c 100644 --- a/templates/search.html +++ b/templates/search.html @@ -4,7 +4,7 @@