managarten/apps
Till-JS 9a22c89857 fix(calendar-web): inject cross-app API URLs for client-side
The calendar frontend integrates with todo and contacts backends
for tasks and birthdays. The env vars were only available during
SSR, not in client-side JavaScript.

- Add PUBLIC_TODO_BACKEND_URL and PUBLIC_CONTACTS_API_URL injection
  in hooks.server.ts
- Update todos.ts to use injected window variable
- Update birthdays.ts to use injected window variable

Fixes 404 errors on calendar.mana.how for /tasks/* and /contacts/birthdays

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-02 03:26:46 +01:00
..
calendar fix(calendar-web): inject cross-app API URLs for client-side 2026-02-02 03:26:46 +01:00
chat 🐛 fix(mana-core-auth): use BASE_URL as JWT issuer for OIDC compatibility 2026-02-01 13:55:05 +01:00
clock 🌐 feat(i18n): make all auth pages multilingual 2026-02-01 12:54:52 +01:00
contacts feat(auth): add resend verification email to registration screen 2026-02-01 12:44:28 +01:00
context 🔧 chore: enforce monorepo best practices with automated validation 2025-12-25 17:57:00 +01:00
docs 🌙 feat(docs): set dark mode as default theme 2026-01-29 18:22:23 +01:00
manacore 🌐 feat(i18n): make all auth pages multilingual 2026-02-01 12:54:52 +01:00
manadeck 🌐 feat(i18n): make all auth pages multilingual 2026-02-01 12:54:52 +01:00
matrix 🐛 fix(matrix-web): handle Matrix SSO loginToken callback 2026-02-01 15:02:47 +01:00
nutriphi 🌐 feat(i18n): make all auth pages multilingual 2026-02-01 12:54:52 +01:00
picture 🌐 feat(i18n): make all auth pages multilingual 2026-02-01 12:54:52 +01:00
planta feat(auth): add missing auth pages for zitare and planta 2026-02-01 13:09:42 +01:00
presi feat(auth): add resend verification email to registration screen 2026-02-01 12:44:28 +01:00
questions 🔧 fix(questions): use 'de' as fallback locale for consistency 2026-02-01 12:57:55 +01:00
skilltree 🌐 feat(i18n): make all auth pages multilingual 2026-02-01 12:54:52 +01:00
storage feat(auth): add resend verification email to registration screen 2026-02-01 12:44:28 +01:00
todo 🐛 fix(matrix-mana-bot): resolve QEMU emulation failure in CI 2026-02-01 13:59:04 +01:00
zitare/apps feat(auth): add missing auth pages for zitare and planta 2026-02-01 13:09:42 +01:00