add more infos to overview, fix redo lessons button, add readings to review for clarification
This commit is contained in:
@@ -28,8 +28,15 @@
|
||||
.text-center.mb-6
|
||||
.text-caption.text-grey.text-uppercase.tracking-wide.mb-1
|
||||
| {{ $t('review.meaning') }}
|
||||
.text-h3.font-weight-bold.text-white.text-shadow
|
||||
.text-h3.font-weight-bold.text-white.text-shadow.mb-4
|
||||
| {{ currentItem.meaning }}
|
||||
.readings-grid(v-if="(currentItem.onyomi && currentItem.onyomi.length > 0) || (currentItem.kunyomi && currentItem.kunyomi.length > 0)")
|
||||
.reading-box.reading-box--small(v-if="currentItem.onyomi && currentItem.onyomi.length > 0")
|
||||
.label {{ $t('collection.onyomi') }}
|
||||
.val.text-cyan-lighten-3 {{ currentItem.onyomi.join(', ') }}
|
||||
.reading-box.reading-box--small(v-if="currentItem.kunyomi && currentItem.kunyomi.length > 0")
|
||||
.label {{ $t('collection.kunyomi') }}
|
||||
.val.text-pink-lighten-3 {{ currentItem.kunyomi.join(', ') }}
|
||||
|
||||
.review-canvas-area
|
||||
KanjiCanvas(
|
||||
|
||||
Reference in New Issue
Block a user