[WIP] Complete the MapLibre Compose migration - #7088
Conversation
# Conflicts: # app/src/androidMain/kotlin/de/westnordost/streetcomplete/ui/common/Pin.kt
# Conflicts: # app/build.gradle.kts # app/src/androidMain/kotlin/de/westnordost/streetcomplete/screens/settings/SettingsNavHost.kt # app/src/androidMain/kotlin/de/westnordost/streetcomplete/screens/settings/SettingsScreen.kt # app/src/commonMain/kotlin/de/westnordost/streetcomplete/ui/theme/Color.kt
|
Hmm, I am not quite finished with
From there, you could just continue on the I am not sure where this draft PR stands now. Does it even make sense for me to do the above still or would this just make things more complicated? Edit: wrong ticket number, my bad! |
|
Ah I guess I mentioned the wrong base pr (that's what I get for deleting and rewriting the ai's description lol) I started off this draft upgrading to v0.16, then split off the location updates applicable to master into their own PR and merged that branch back into here, which necessitating telling GitHub this branch is based on "master" so it doesn't show unrelated diffs, but instead of now shows your maplibre-compose diffs I'm happy to reshape this into whatever form is most convenient for you to review; the tedious git cherry pick or rebasing is easily automated now with an agent |
|
Now that I have push access, I can regularly merge main into your maplibre-compose branch, and set this PR's base to that branch, so the diff will be exactly what I changed on top. If you want, I can also split changes into separate PRs, and you can review/merge into maplibre-compose iteratively? Really whatever process is convenient for you, I can probably work with it |
|
Here are my notes regarding the migration to maplibre-compose
|
Oh, no, actually, looks like you mentioned the correct PR from the start! Apologies! It was me who misread! |
|
I also noticed that the |
Stacked on #6352, working on finishing the maplibre-compose migration on this branch.
Status so far:
will resolve #6072.