mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-13 23:11:40 +00:00
* feat(ui): link organization teams to their team detail pages On the organization info page the teams shown for an org were plain badges, so walking to a team meant copying its id and finding it by hand on the teams page Team badges now link to /teams?team=<team_id>, which opens that team's detail page directly since #35112. Adds a shared BadgeLink (a badge rendered as a real anchor with modifier-aware client-side navigation, so cmd-click opens a new tab) and a teamDetailHref builder for reuse by future entity links * fix(ui): format BadgeLink, split its modifier-click chain, and size it up prettier wanted the Badge props wrapped, and local/no-long-condition-chain flagged the four-way modifier-click guard; the guard is now two named conditions. Linked badges also render slightly larger (text-sm, roomier padding) than plain badges so clickable entries stand out * feat(ui): size org model badges to match the linked team badges BadgeLink's href is now optional; without one it renders the same enlarged plain badge (no pointer, no hover), so the org page's model badges share the component and the size while staying non-clickable |
||
|---|---|---|
| .. | ||
| litellm-dashboard | ||
| Dockerfile | ||
| nginx.conf | ||