litellm/ui
ryan-crabbe-berri e8c8d9ba22 fix(ui): wait for proxy settings on logout and share one logout handler
Greptile flagged that clicking Logout before the proxy settings query
resolved treated the loading fallback as an unconfigured PROXY_LOGOUT_URL,
skipping a configured SSO logout endpoint and leaving the upstream session
active. Logout now awaits the settings query (instant when cached, waits
when in flight) before deciding where to navigate.

The navbar had also drifted from the shared useLogout hook the sidebar
footer uses, which still had the old reload-in-place bug. Both entry
points now go through useLogout, which carries the full fix.
2026-07-24 16:56:06 -07:00
..
litellm-dashboard fix(ui): wait for proxy settings on logout and share one logout handler 2026-07-24 16:56:06 -07:00
Dockerfile feat: add componentized proxy deployment with gateway, backend, ui, and migrations (#27557) 2026-05-16 09:25:17 -07:00
nginx.conf fix(ui): serve /ui/assets from the nginx image instead of SPA fallback (#34066) 2026-07-21 09:22:02 -07:00