litellm/ui
Yuneng Jiang 26d1c5c3b9
refactor(ui): type the alerting form submit boundary
handleSubmit took Record<string, any> on both sides of the DynamicForm prop
boundary, so nothing checked what the form actually hands the parent. The form
store already had a name for it, so AlertingFormValues is exported and used on
both sides

Narrower than the Record<string, AlertingFieldValue> a reviewer suggested.
AlertingFieldValue covers what the parent stores per field, which includes the
number and null that handleInputChange reports, while the react-hook-form store
only ever holds the strings and booleans its three change handlers write
2026-08-18 17:13:25 -07:00
..
litellm-dashboard refactor(ui): type the alerting form submit boundary 2026-08-18 17:13:25 -07:00
Dockerfile chore(build): move the Admin UI toolchain to Node 24 (#35801) 2026-08-04 12:36:07 -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