litellm/ui
ryan-crabbe-berri 64bd591ccf fix(ui): stop the policy template queue timer chain on unmount
Applying multiple AI-suggested templates schedules each next template
via setTimeout(handleUseTemplate, 500) with the timer id discarded, so
navigating away mid-queue let the chain keep running: it continued
creating guardrails through the API and setting state on the unmounted
panel. Store the timer in a ref and clear it in an unmount cleanup.
The regression test drives the two-template flow and asserts no
further guardrail fetches happen after unmount
2026-07-21 16:12:07 -07:00
..
litellm-dashboard fix(ui): stop the policy template queue timer chain on unmount 2026-07-21 16:12:07 -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