From 16e77850cd3d6b743587eecafab754ebd65f1de0 Mon Sep 17 00:00:00 2001 From: kris Date: Fri, 29 Aug 2025 09:11:56 +0000 Subject: [PATCH] Remove collapsible sidebar functionality MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Remove collapse button from sidebar header - Remove all collapsed state CSS styling - Remove JavaScript sidebar toggle functionality - Remove tooltip functionality and data-tooltip attributes - Restore sidebar to fixed 260px width - Clean up mobile responsive CSS - Remove localStorage sidebar state persistence - Return to original static sidebar behavior Sidebar now: - Fixed 260px width (no collapsing) - Clean header without collapse button - Standard menu items with icons + text - Original mobile slide-out behavior maintained - Simplified codebase without collapse complexity 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- index.html | 15 ++++--- script.js | 43 ------------------- styles.css | 119 ----------------------------------------------------- 3 files changed, 7 insertions(+), 170 deletions(-) diff --git a/index.html b/index.html index 5475a72..bb50d88 100644 --- a/index.html +++ b/index.html @@ -9,36 +9,35 @@