From efa3ccbd264ca5b81bd52243cde932ffacf18ccf Mon Sep 17 00:00:00 2001 From: matt Date: Tue, 14 Oct 2025 12:14:51 -0700 Subject: [PATCH] feat: redesign settings as slide-in sidebar with collapsible sections MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Changed from full-screen overlay to 500px slide-in sidebar from right - Added dark overlay backdrop that dims chat - Organized character settings into collapsible sections: * Basic Information (name, avatar, system prompt, greeting) * Roleplay Details (personality, description, scenario, examples) * Advanced Settings (post-history, alternate greetings) * Metadata (tags, creator, version, notes) - Smooth slide and collapse animations - Click overlay to close sidebar - Responsive: full width on mobile - More compact button layouts 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- src/index.html | 341 ++++++++++++++++++++++++++++--------------------- src/main.js | 19 ++- src/styles.css | 113 ++++++++++++++-- 3 files changed, 312 insertions(+), 161 deletions(-) diff --git a/src/index.html b/src/index.html index 4ba3109..9e84f20 100644 --- a/src/index.html +++ b/src/index.html @@ -55,7 +55,10 @@ -