You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(preprod): Add Download CSV button to build distribution view (#117927)
Adds a "Download CSV" button to the mobile-builds distribution view
(shown only on the distribution display) that exports build distribution
stats.
It uses a native browser download — an anchor pointed at the
`/builds-export/` endpoint — so the browser saves the file from the
response's `Content-Disposition`. This is the
simplest fit for a low-volume, row-capped export. A small, unit-tested
`getBuildsExportHref` helper builds the URL from the list filters.
The backend `/builds-export/` endpoint landed separately in #117539
(frontend and backend ship as separate PRs).
Refs EME-1035
---------
Co-authored-by: Claude <noreply@anthropic.com>
0 commit comments