litellm/ui
ryan-crabbe-berri 5c43cb9cb3 chore(ui): soften antd import ban from error to warn
The antd ban shipped in the prior lint pass as an error under
no-restricted-imports, which blocks in-flight antd -> shadcn/ui refactors
whenever they move or touch a file that still imports antd. Split antd out
into a dedicated local/no-antd-import rule set to warn so new antd imports
stay visible without failing CI, while the tremor ban stays a hard error.
Pruned the now-stale antd suppressions, dropping no-restricted-imports back
to its tremor-only baseline (625 -> 180)

The new rule ships with RuleTester coverage over import, export-from,
dynamic import, require, and deep antd/* paths
2026-07-22 20:02:27 -07:00
..
litellm-dashboard chore(ui): soften antd import ban from error to warn 2026-07-22 20:02:27 -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