managarten/apps/memoro/apps/server
Till JS 11a2db8fcd fix(memoro): unify error responses, add offline page, align i18n defaults
Error responses:
- Webhook routes now use consistent { success, error } format
- Meeting bot 402 error uses standard format instead of mixed error/message/details

PWA:
- Add /offline page with shared OfflinePage component

i18n:
- Change default locale from 'en' to 'de' (matching all other ManaCore apps)
- Use app-specific localStorage key 'memoro_locale' (was generic 'locale')

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-01 16:39:11 +02:00
..
src fix(memoro): unify error responses, add offline page, align i18n defaults 2026-04-01 16:39:11 +02:00
openapi.yaml docs(memoro/server): add OpenAPI 3.1 spec and update ManaScore to 79 2026-04-01 16:31:44 +02:00
package.json feat(memoro/server): add Zod schema validation tests with vitest 2026-04-01 15:43:05 +02:00
tsconfig.json feat(memoro/server): add Zod schema validation tests with vitest 2026-04-01 15:43:05 +02:00
vitest.config.ts feat(memoro/server): add comprehensive API route tests 2026-04-01 16:07:03 +02:00