litellm/ui
Cursor Agent b9b7f2ce07
fix(lint): baseline antd suppressions for new models-and-endpoints route files
PR #34327 split the Models + Endpoints view into per-tab route pages. Three
of the new files thinly wrap existing antd-based components and still need
antd imports:

  models-and-endpoints/add/page.tsx (Form.useForm for AddModelTab)
  models-and-endpoints/llm-credentials/page.tsx (Form.useForm for CredentialsPanel)
  models-and-endpoints/vertexCredentialsUpload.ts (FormInstance/UploadProps types)

Adjacent new files with antd imports from the same PR (layout.tsx,
PriceDataManagementTab.tsx) were baselined in eslint-suppressions.json, but
these three were missed, so the promote-to-main frontend-lint check on
litellm_internal_staging fails with three no-restricted-imports errors.

Add them to the suppressions baseline (via eslint --suppress-rule
no-restricted-imports), matching the treatment of the other new files in
the same route until the underlying components are migrated off antd.

Co-authored-by: Krrish Dholakia <krrish-berri-2@users.noreply.github.com>
2026-07-24 04:08:02 +00:00
..
litellm-dashboard fix(lint): baseline antd suppressions for new models-and-endpoints route files 2026-07-24 04:08:02 +00: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