meldestelle/frontend/features/ping-feature/src
Stefan Mogeritsch 62264d9e02 refactor(ui, navigation): implement platform-specific routing and redesign components
- Added platform detection logic `currentPlatform()` in `PlatformType.js.kt`.
- Introduced platform-based behavior for LandingScreen, Dashboard, and Login flow.
- Replaced Row with FlowRow in PingScreen to improve button layout.
- Updated Meldestelle Dashboard with platform-specific headers and authentication checks.
- Adjusted AppHeader to accept `isAuthenticated` and `username` parameters.

Signed-off-by: Stefan Mogeritsch <stefan.mo.co@gmail.com>
2026-03-19 16:21:23 +01:00
..
commonMain/kotlin/at/mocode/ping/feature refactor(ui, navigation): implement platform-specific routing and redesign components 2026-03-19 16:21:23 +01:00
commonTest/kotlin/at/mocode/ping/feature feat: add runtime configuration for Caddy-based SPA containerization 2026-02-02 16:19:20 +01:00