From f61e6390fb2da3ec88b7573c3ede8d6c9540ded0 Mon Sep 17 00:00:00 2001 From: Lucas 'Paperboy' Rose-Winters Date: Thu, 23 Oct 2025 20:06:54 +1100 Subject: [PATCH] refactor(ui): move 'Enable Immersive HTML' toggle to settings panel Moved the 'Enable Immersive HTML' toggle from main panel to settings: - Added toggle to settings.html with descriptive notes - Removed from template.html to free vertical space - Checkbox ID remains the same so existing JS still works Benefits: - Frees up vertical space in dashboard (was causing scrollbars) - Users can now use full 3x7 grid instead of being limited to 3x6 - Eliminates gap beneath last widget - Toggle is still accessible but doesn't clutter main panel - Settings panel is the appropriate place for infrequently-changed options --- settings.html | 6 ++++++ template.html | 9 --------- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/settings.html b/settings.html index a6d40ea..62d1dc4 100644 --- a/settings.html +++ b/settings.html @@ -11,6 +11,12 @@ Toggle to enable/disable the RPG Companion extension. Configure additional settings within the panel itself. + + Enables HTML formatting in AI responses for more immersive roleplay. This affects how tracker data is embedded in prompts. +
Discord diff --git a/template.html b/template.html index b72fb5e..2d3bac8 100644 --- a/template.html +++ b/template.html @@ -54,15 +54,6 @@
- -
- -
-