From 4b0a443928a25e172219c2eb761fb4b2a40c0c85 Mon Sep 17 00:00:00 2001 From: "russell@unturf.com" Date: Fri, 29 May 2026 12:51:07 -0400 Subject: [PATCH] ui: add dark/light theme toggle above Auto-Play TTS Restore the theme toggle into the chat utility belt (desktop + mobile), placed directly above the Auto-Play TTS button. Re-wires updateThemeButtonText to label both buttons (shows the mode a click switches to). toggleTheme() already persisted to localStorage and swapped the highlight.js theme. --- templates/base.html | 12 +++++++++++- templates/chat.html | 5 +++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/templates/base.html b/templates/base.html index a43bf57..7ba2643 100644 --- a/templates/base.html +++ b/templates/base.html @@ -98,6 +98,11 @@ +
+ +
+
+ +