🎨 style: Improved Sidebar, Accordion, and Help Page UI#3
Merged
danny-avila merged 8 commits intomainfrom Apr 1, 2026
Merged
Conversation
- Sidebar: add LibreChat logo + "Admin Panel" branding, set expanded width to 252px, persist collapsed state in localStorage, move toggle button to bottom with slide-in/slide-out icons, tighten nav item spacing - Configuration: replace custom sections with MultiAccordion (showBorder, showCheck=false), remove AI Providers outer wrapper so each provider is a direct accordion item, scope Expand/Collapse All to top-level only using data-top-level-accordion + :scope selectors and dispatchEvent to avoid focus/scroll side effects - Header: remove subtitle description line from all pages - Help: rename page title to "Help", make resource cards full width Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
The SVG was committed to experimental/admin-panel/src/assets/ instead of src/assets/ where the Sidebar import expects it.
Use fixed-width inner wrapper (w-9 justify-center) for both the logo and user avatar sections, matching the nav item pattern. This keeps icons at a stable position during the sidebar width transition instead of centering them in the animating container.
Remove max-w-lg from the Getting Around section so it spans the full content area. Change command menu tip from "without navigating away" to "within the menu".
Add tabIndex={-1} to Tabs.Content panels so the tab panel container
is no longer an unexpected focus stop when tabbing through the dialog.
The description subtitle was removed from the header UI but the param was left in place, causing ESLint and TypeScript errors. Also converts to a named export per project conventions.
The SVG was committed to experimental/admin-panel/src/assets/ by mistake. The correct copy is at src/assets/librechat.svg.
dustinhealy
approved these changes
Apr 1, 2026
danny-avila
approved these changes
Apr 1, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Refine the admin panel UI with Click UI component upgrades and polish across the sidebar, configuration page, header, and dashboard.
Sidebar
localStorageslide-in/slide-outiconsConfiguration
MultiAccordionso each AI provider is a direct accordion item (no extra wrapper)Header & Dashboard
Headerto a named export and clean up the unuseddescriptionpropAccessibility
Housekeeping
librechat.svgto the correctsrc/assets/path and remove the staleexperimental/copy