mitai-jinkendo/frontend/src
Lars 0797a8f55c
All checks were successful
Deploy Development / deploy (push) Successful in 58s
Build Test / lint-backend (push) Successful in 0s
Build Test / build-frontend (push) Successful in 13s
fix: export endpoints now include auth headers
Changed from window.open() to fetch() + Blob download.
window.open() cannot send custom headers, causing 401 errors.

**Changed:**
- exportZip: fetch with auth, download blob as .zip
- exportJson: fetch with auth, download blob as .json
- exportCsv: fetch with auth, download blob as .csv

All exports now work with authenticated sessions.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-18 22:00:35 +01:00
..
context feat: initial commit – Mitai Jinkendo v9a 2026-03-16 13:35:11 +01:00
pages fix: send 'password' instead of 'pin' in login request 2026-03-18 12:04:36 +01:00
utils fix: export endpoints now include auth headers 2026-03-18 22:00:35 +01:00
app.css feat: initial commit – Mitai Jinkendo v9a 2026-03-16 13:35:11 +01:00
App.jsx feat: initial commit – Mitai Jinkendo v9a 2026-03-16 13:35:11 +01:00
main.jsx feat: initial commit – Mitai Jinkendo v9a 2026-03-16 13:35:11 +01:00