managarten/apps/manacore/apps/mobile
Till JS 75a3ea2957 refactor: rename ManaDeck to Cards across entire monorepo
Rename the flashcard/deck management app from ManaDeck to Cards:
- Directory: apps/manadeck → apps/cards, packages/manadeck-database → packages/cards-database
- Packages: @manadeck/* → @cards/*, @manacore/manadeck-database → @manacore/cards-database
- Domain: manadeck.mana.how → cards.mana.how
- Storage: manadeck-storage → cards-storage
- Database: manadeck → cards
- All shared packages, infra configs, services, i18n, and docs updated
- 244 files changed, zero remaining manadeck references

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-01 11:45:21 +02:00
..
app refactor: rename ManaDeck to Cards across entire monorepo 2026-04-01 11:45:21 +02:00
assets refactor: restructure 2025-11-26 03:03:24 +01:00
components refactor(auth): standardize mobile auth return format to { success, error } 2026-03-23 12:59:13 +01:00
context refactor(auth): standardize mobile auth return format to { success, error } 2026-03-23 12:59:13 +01:00
services refactor(manacore-mobile): migrate from Supabase to mana-core-auth 2026-03-23 11:41:48 +01:00
supabase/migrations refactor: restructure 2025-11-26 03:03:24 +01:00
utils refactor(manacore-mobile): migrate from Supabase to mana-core-auth 2026-03-23 11:41:48 +01:00
.env.example refactor: restructure 2025-11-26 03:03:24 +01:00
.gitignore refactor: restructure 2025-11-26 03:03:24 +01:00
app-env.d.ts improve code quality 2025-12-03 23:42:37 +01:00
app.json style: auto-format codebase with Prettier 2025-11-27 18:33:16 +01:00
babel.config.js style: auto-format codebase with Prettier 2025-11-27 18:33:16 +01:00
cesconfig.json style: auto-format codebase with Prettier 2025-11-27 18:33:16 +01:00
eas.json style: auto-format codebase with Prettier 2025-11-27 18:33:16 +01:00
eslint.config.mjs improve code quality 2025-12-03 23:42:37 +01:00
global.css refactor: restructure 2025-11-26 03:03:24 +01:00
metro.config.js style: auto-format codebase with Prettier 2025-11-27 18:33:16 +01:00
nativewind-env.d.ts style: auto-format codebase with Prettier 2025-11-27 18:33:16 +01:00
netlify.toml refactor: restructure 2025-11-26 03:03:24 +01:00
package.json chore(mobile): align all 7 Expo apps to SDK 55 2026-03-28 18:10:14 +01:00
prettier.config.js style: auto-format codebase with Prettier 2025-11-27 18:33:16 +01:00
tailwind.config.js style: auto-format codebase with Prettier 2025-11-27 18:33:16 +01:00
tsconfig.json style: auto-format codebase with Prettier 2025-11-27 18:33:16 +01:00