gendesign/frontend/src
Light1YT 7131bed1f4
All checks were successful
CI / changes (pull_request) Successful in 5s
CI / backend-tests (pull_request) Has been skipped
Deploy / changes (push) Successful in 5s
Deploy / build-backend (push) Has been skipped
Deploy / build-worker (push) Has been skipped
CI / changes (push) Successful in 6s
CI / backend-tests (push) Has been skipped
Deploy / build-frontend (push) Successful in 28s
Deploy / deploy (push) Successful in 1m0s
feat(forecast): expose DOCX & PPTX export buttons in forecast UI
Add «Скачать .docx» (Word) and «Скачать .pptx» (PowerPoint) buttons to
ForecastExportButtons, alongside the existing .md/.json/Telegram controls.
The backend /forecast/export already renders both formats; they were just
not reachable from the UI. Both reuse the existing response.blob() →
triggerDownload path (correct for binary zip-based OOXML — never .text(),
which would corrupt the archive). Per-format loading state; 404 →
«Отчёт ещё не готов». No new deps (icons from lucide-react).

Part of #958.
2026-06-07 15:12:52 +05:00
..
app feat(forecast): render scoring transparency (§13.6) as in-app subsection 6.5 2026-06-07 10:08:28 +00:00
components feat(forecast): expose DOCX & PPTX export buttons in forecast UI 2026-06-07 15:12:52 +05:00
hooks feat(#254,#114): custom POI UI + score breakdown stacked-bar viz 2026-05-17 09:35:35 +03:00
lib feat(site-finder): toggleable market layers on analysis map (#999) 2026-06-07 14:35:24 +05:00
types feat(forecast): render scoring transparency (§13.6) as in-app subsection 6.5 2026-06-07 10:08:28 +00:00
instrumentation.ts feat(frontend): @sentry/nextjs init для GlitchTip (#204 frontend) (#208) 2026-05-16 15:09:38 +00:00