mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-08-04 14:57:42 +00:00
The nav button toggles: clicking while schedules is the active, expanded panel collapses the sidebar. After a reload the active panel restores from localStorage, so schedules is already active but its query is still loading (spinner, no region yet). The prior visibility probe saw no region and clicked, collapsing the panel. Branch on the button's aria-pressed state so we only click to activate when it isn't already the active panel. |
||
|---|---|---|
| .. | ||
| mock | ||
| real | ||
| a11y.spec.ts | ||
| keys.spec.ts | ||
| landing.spec.ts | ||
| messages.spec.ts | ||
| nav.spec.ts | ||
| popup.spec.ts | ||
| settings.spec.ts | ||