mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-13 23:11:40 +00:00
* feat(ui): flag experimental dashboard pages on the draft deprecation list Add a subtle, dismissible info banner to each dashboard surface named in the draft deprecation discussion (Workflows, Memory, Prompt Management, the old Usage page, the API Reference tab, the Playground Agent Builder tab, and MCP Network Settings). The banner links to discussion #32090 and states the list is a draft and not final. * Update ui/litellm-dashboard/src/components/DeprecationBanner.tsx Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> * Update ui/litellm-dashboard/src/components/DeprecationBanner.tsx Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> * fix(ui): use next/link and drop trailing blank line in DeprecationBanner Switch the discussion link from a raw <a> to next/link's <Link>, and wire the DEPRECATION_TARGET_DATE constant into the copy so it is no longer unused. Also removes the trailing blank line that was failing the frontend prettier check. * fix(ui): render DeprecationBanner intro as one string to preserve spacing Interpolating featureName and the target date directly in JSX let prettier wrap an expression onto its own line, which drops the adjacent space in the rendered output. Build the intro as a single template literal so spacing is stable. --------- Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| litellm-dashboard | ||
| Dockerfile | ||
| nginx.conf | ||