Files
trainingstagebuch/mobile-app
Torsten Schulz (local) 2f3f4fb275
All checks were successful
Deploy tt-tagebuch / deploy (push) Successful in 43s
feat(Tournament): update tournament participation UI and localization
- Changed the icon for tournament participations in the navigation to better represent the feature.
- Updated localization keys for tournament participations across multiple languages, enhancing clarity and user understanding.
- Introduced a new tab for official tournament participations in the mobile app, improving navigation and access to tournament details.
- Enhanced the TournamentsScreen to include options for creating and managing official tournaments, streamlining user interactions.
2026-05-14 17:51:19 +02:00
..

Mobile App (Native) Kotlin Multiplatform

Dieses Verzeichnis ist der Neustart der Mobile App als wirklich native Android+iOS App via Kotlin Multiplatform (KMP).

Status

  • Der erste Versuch lag vorher in mobile-app/ und wurde als Legacy gesichert.
  • Ein React-Native/Expo Restart-Versuch liegt in mobile-app_legacy_rn_expo/ (nicht mehr der aktuelle Weg).

Auth (wichtig)

Das Backend nutzt für die App/API JWT Tokens:

  • POST /api/auth/login{ token }
  • Requests senden den Token als Header authcode: <token> (wie Webapp).

Plan

Siehe docs/MOBILE_APP_KMP_PLAN.md.