litellm/ui
ryan-crabbe-berri ab7a3175cd refactor(ui): adopt shared tab-routing helpers + anchor TabRouteBar in Caching
Now that createTabRoutes and useTabRouting are on staging, replace
Caching's hand-written tabRoutes.ts and layout routing engine with them,
and introduce the shared <TabRouteBar>: a shadcn tab bar whose triggers
render as real anchors (via Base UI's render prop). A plain left click
soft-navigates through the router; a modifier-click falls through to the
browser so open-in-new-tab / new-window work, mirroring the sidebar's
own anchor convention. tabRoutes.ts collapses to one createTabRoutes
call and the per-page tabRoutes.test.ts is dropped (the factory is
covered centrally by utils/tabRoutes.test.ts).
2026-07-23 16:47:39 -07:00
..
litellm-dashboard refactor(ui): adopt shared tab-routing helpers + anchor TabRouteBar in Caching 2026-07-23 16:47:39 -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