Bladeren bron

:sparkles: Added display of how much of survey is completed

tags/0.0.3^2
tomit4 3 jaren geleden
bovenliggende
commit
6f76537fc0
1 gewijzigde bestanden met toevoegingen van 1 en 0 verwijderingen
  1. 1
    0
      frontend/src/views/OnboardingView.vue

+ 1
- 0
frontend/src/views/OnboardingView.vue Bestand weergeven

4
         style='display: flex; flex-direction: column; align-items: center'
4
         style='display: flex; flex-direction: column; align-items: center'
5
         v-if='survey'
5
         v-if='survey'
6
     )
6
     )
7
+        p(v-if='currentStep != 0') You have completed: {{ currentStep - 1 }} / 7 survey steps
7
         .step(v-for='(step, i) in survey.steps')
8
         .step(v-for='(step, i) in survey.steps')
8
             component(
9
             component(
9
                 :aspect-questions='step.component == "Aspects" ? survey.aspectQuestions : null'
10
                 :aspect-questions='step.component == "Aspects" ? survey.aspectQuestions : null'

Laden…
Annuleren
Opslaan