5 Commits

Author SHA1 Message Date
m3mo
093ba2a24a Add logout confirmation localization string
- Add logoutConfirmation key to English and German ARB files
- Update settings page to use localized string instead of hardcoded text
- Regenerate localization files
2026-02-04 14:39:39 +01:00
m3mo
fbccd5b7d9 Add back navigation from login to setup screen
- Add back button on login page for first-time online mode setup
- Allow users to return to setup screen and change their mode selection
- Add backToSetup localization string for English and German
2026-02-03 18:27:24 +01:00
m3mo
95ffc4d51d Add localization strings for setup, onboarding, and mode switching
- Add English translations for new screens
- Add German translations for new screens
- Update generated localization files
2026-02-03 14:22:33 +01:00
m3mo
d8164be49a Add user authentication to Flutter frontend
- Create auth feature with Clean Architecture (domain/data/presentation)
- Add login and register pages with form validation
- Implement secure token storage with flutter_secure_storage
- Create AuthenticatedClient for automatic Bearer token headers
- Add AuthViewModel for global auth state management
- Update router with auth guards (redirect to login if not authenticated)
- Add logout option to settings page
- Update TaskRemoteDataSource to use authenticated client
- Add auth-related localization strings (EN/DE)
2026-02-02 22:58:07 +01:00
m3mo
cb308bbf68 Initial project setup with Clean Architecture
- Flutter frontend with Provider state management
- FastAPI backend with SQLAlchemy ORM
- Internationalization support (EN/DE)
- Clean Architecture folder structure
- GoRouter for navigation
- GetIt for dependency injection
2026-02-02 16:43:37 +01:00