meldestelle/frontend/core/design-system
StefanMoCoAt d7cf8200e1 refactor(auth): migrate Auth module from feature to core package
- Reorganized `auth-feature` into `core/auth` to improve architecture and modularity.
- Removed unused PKCE and OAuth callback utilities (`AuthCallbackParams`, `OAuthPkceService`).
- Updated imports and adjusted build scripts to reflect new module structure.
- Refactored `LoginScreen` and `PingScreen` to include `onBack` functionality in top bars for improved navigation.
- Corrected sync endpoint in `PingSyncService`.
2026-01-23 01:16:40 +01:00
..
src/commonMain/kotlin/at/mocode/frontend/core/designsystem refactor(auth): migrate Auth module from feature to core package 2026-01-23 01:16:40 +01:00
build.gradle.kts disable(Wasm): temporarily deactivate WASM target across modules for stability 2026-01-09 15:40:40 +01:00