소스 검색

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

tabs-content
tomit4 3 년 전
부모
커밋
d46772d4e8
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      frontend/src/views/OnboardingView.vue

+ 1
- 0
frontend/src/views/OnboardingView.vue 파일 보기

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

Loading…
취소
저장