feat(vocab): update intensive review UI and logic for better user guidance

This commit is contained in:
Torsten Schulz (local)
2026-08-26 10:16:41 +02:00
parent bac915c328
commit 68470bf576
7 changed files with 42 additions and 43 deletions

View File

@@ -196,17 +196,7 @@
<p>{{ $t('socialnetwork.vocab.courses.courseFlowIntensiveDescription') }}</p>
</div>
</div>
<div v-if="hardVocabCount > 0" class="course-flow-card__list">
<button
type="button"
class="course-flow-lesson"
@click="openHardPractice"
>
<strong>{{ $t('socialnetwork.vocab.courses.startHardVocabTrainer', { count: hardVocabCount }) }}</strong>
<span>{{ $t('socialnetwork.vocab.courses.practiceInTrainer') }}</span>
</button>
</div>
<p v-else class="course-flow-card__empty">{{ $t('socialnetwork.vocab.courses.courseFlowIntensiveEmpty') }}</p>
<p class="course-flow-card__empty">{{ $t('socialnetwork.vocab.courses.courseFlowIntensiveEmpty') }}</p>
<button type="button" class="course-flow-card__status" @click="showIntensiveStatusDialog = true">
{{ $t('socialnetwork.vocab.courses.courseFlowIntensiveStatusAction') }}
</button>