managarten/apps/chat/apps/mobile/app
Till JS efcb18a98f refactor(auth): standardize mobile auth return format to { success, error }
Align mobile AuthProviders (chat, manacore) with web auth stores:
- Replace { error: { message } | null } with { success: boolean, error?: string }
- Add needsVerification support to signUp return type
- Update all consumer screens (login, register, reset-password) accordingly

All auth methods across web and mobile now use the same return pattern.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-23 12:59:13 +01:00
..
(drawer) feat(chat): add settings page and improve chat UI components 2025-11-29 13:24:02 +01:00
api style: auto-format codebase with Prettier 2025-11-27 18:33:16 +01:00
auth refactor(auth): standardize mobile auth return format to { success, error } 2026-03-23 12:59:13 +01:00
conversation style: auto-format codebase with Prettier 2025-11-27 18:33:16 +01:00
spaces style: auto-format codebase with Prettier 2025-11-27 18:33:16 +01:00
+html.tsx style: auto-format codebase with Prettier 2025-11-27 18:33:16 +01:00
+not-found.tsx style: auto-format codebase with Prettier 2025-11-27 18:33:16 +01:00
_layout.tsx style: auto-format codebase with Prettier 2025-11-27 18:33:16 +01:00
archive.tsx style: auto-format codebase with Prettier 2025-11-27 18:33:16 +01:00
conversations.tsx style: auto-format codebase with Prettier 2025-11-27 18:33:16 +01:00
documents.tsx style: auto-format codebase with Prettier 2025-11-27 18:33:16 +01:00
index.tsx style: auto-format codebase with Prettier 2025-11-27 18:33:16 +01:00
model-selection.tsx style: auto-format codebase with Prettier 2025-11-27 18:33:16 +01:00
profile.tsx feat(chat): add settings page and improve chat UI components 2025-11-29 13:24:02 +01:00
settings.tsx fix(ci): build shared packages before tests and fix formatting 2025-12-01 23:15:00 +01:00
templates.tsx style: auto-format codebase with Prettier 2025-11-27 18:33:16 +01:00