Files
ferrum/web
Anand 52424fb3c8 Fix icon-only error toasts: never throw ApiError with an empty message
Error responses that aren't the backend's {"error": ...} JSON shape
(reverse-proxy 502/504 HTML pages, non-JSON bodies) fell back to
res.statusText, which is an empty string over HTTP/2 — so every
toast.error(err.message) call rendered a toast with an icon and no text,
in light and dark themes alike. Fall through empty/non-string values to
a generic "Request failed (HTTP <status>)" message instead. Same fix in
the UploadTemplateDialog's raw-fetch path and in the web-demo copies.
2026-09-14 01:13:35 +05:30
..
2026-09-03 08:36:04 +05:30
2026-09-03 08:36:04 +05:30
2026-09-03 08:36:04 +05:30
2026-09-03 08:36:04 +05:30
2026-09-03 08:36:04 +05:30
2026-09-03 08:36:04 +05:30
2026-09-03 08:36:04 +05:30
2026-09-03 08:36:04 +05:30
2026-09-03 08:36:04 +05:30