litellm/ui
ryan-crabbe-berri 17128054eb fix(ui): revoke code interpreter image object URLs on unmount
The effect cleanup captured imageUrls from the render it closed over,
which is always the initial empty object since the URLs are created
later by the async fetch. Every container image blob URL was therefore
never revoked and stayed pinned until full page unload. Track created
URLs in an effect-local array and revoke those, and abort in-flight
image fetches on unmount so late-resolving blobs cannot create URLs
after cleanup has run.
2026-07-21 15:54:32 -07:00
..
litellm-dashboard fix(ui): revoke code interpreter image object URLs on unmount 2026-07-21 15:54:32 -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