diff --git a/.env b/.env index 1fe0372..7ce0504 100644 --- a/.env +++ b/.env @@ -1 +1 @@ -VITE_STACJOWNIK_API_URL=https://stacjownik.eu-4.evennode.com \ No newline at end of file +VITE_STACJOWNIK_API_URL=https://stacjownik-api-b9mrc.ondigitalocean.app \ No newline at end of file diff --git a/src/views/PragotronView.vue b/src/views/PragotronView.vue index ce7f065..ed582f9 100644 --- a/src/views/PragotronView.vue +++ b/src/views/PragotronView.vue @@ -313,6 +313,8 @@ export default defineComponent({ stationData.checkpoints?.length > 0 ? stationData.checkpoints.split(';') : [stationData.name], nameAbbreviation: '', })); + + }, selectDefaultCheckpoint() { @@ -373,6 +375,7 @@ export default defineComponent({ // this.departureRoutes.push(randRoute); } + this.departureRoutes.sort(() => Math.random() - 0.5); }, @@ -395,7 +398,7 @@ export default defineComponent({ .slot-anim { &-enter-active, &-leave-active { - transition: all 50ms ease-in-out; + transition: all 75ms ease; } &-enter-from,