mirror of
https://github.com/EKKOLearnAI/hermes-web-ui.git
synced 2026-05-26 22:10:15 +00:00
b508de843f
Add a collapse button at the top of the left sidebar that toggles between full-width (240px with icons + labels) and compact icon-only mode (64px). The collapse state is persisted to localStorage and survives page refreshes. Changes: - Add collapse toggle button with chevron icon in sidebar - Add CSS rules for .sidebar.collapsed: narrow width, centered icons, hidden labels/group-headers/footer-text - Leverage existing store state (sidebarCollapsed, toggleSidebarCollapsed) and SCSS variable ($sidebar-collapsed-width) that were already defined but never wired up in the template This significantly improves browsing experience on tablets and handheld devices by freeing up horizontal space when the full sidebar is not needed.