Android app for plausible.io statistics
Find a file
Ole-Morten Duesund 3e0ad6c350 fix: clone navigation uses single setup route with optional params
Previous approach had two separate composable entries for setup and
setup-with-clone-params, which Jetpack Navigation couldn't distinguish.
Now uses one route with nullable query param arguments and defaultValue
null, so navigating to "setup" opens fresh and "setup?cloneInstanceId=
...&cloneSiteId=..." opens pre-filled.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-18 17:23:56 +01:00
app fix: clone navigation uses single setup route with optional params 2026-03-18 17:23:56 +01:00
gradle feat: implement Phase 1 MVP of Implausibly 2026-03-18 16:46:08 +01:00
.gitignore feat: implement Phase 1 MVP of Implausibly 2026-03-18 16:46:08 +01:00
build.gradle.kts feat: implement Phase 1 MVP of Implausibly 2026-03-18 16:46:08 +01:00
CLAUDE.md feat: implement Phase 1 MVP of Implausibly 2026-03-18 16:46:08 +01:00
gradle.properties feat: implement Phase 1 MVP of Implausibly 2026-03-18 16:46:08 +01:00
gradlew feat: implement Phase 1 MVP of Implausibly 2026-03-18 16:46:08 +01:00
gradlew.bat feat: implement Phase 1 MVP of Implausibly 2026-03-18 16:46:08 +01:00
LICENSE feat: implement Phase 1 MVP of Implausibly 2026-03-18 16:46:08 +01:00
plan.md feat: implement Phase 1 MVP of Implausibly 2026-03-18 16:46:08 +01:00
settings.gradle.kts feat: implement Phase 1 MVP of Implausibly 2026-03-18 16:46:08 +01:00