meldestelle/frontend/core
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
..
auth refactor(auth): migrate Auth module from feature to core package 2026-01-23 01:16:40 +01:00
design-system refactor(auth): migrate Auth module from feature to core package 2026-01-23 01:16:40 +01:00
domain disable(Wasm): temporarily deactivate WASM target across modules for stability 2026-01-09 15:40:40 +01:00
local-db refactor(frontend, build): update PingViewModel initialization, resolve view model via Koin, and clean yarn dependencies 2026-01-12 19:47:59 +01:00
navigation disable(Wasm): temporarily deactivate WASM target across modules for stability 2026-01-09 15:40:40 +01:00
network disable(Wasm): temporarily deactivate WASM target across modules for stability 2026-01-09 15:40:40 +01:00
sync refactor(core): integrate localDbModule into DI setup and update SyncManager to use named apiClient 2026-01-19 17:02:15 +01:00
.gitkeep chore(MP-23): network DI client, frontend architecture guards, detekt & ktlint setup, docs, ping DI factory (#21) 2025-11-30 23:14:00 +01:00