diff --git a/src/components/text/TextCard.vue b/src/components/text/TextCard.vue deleted file mode 100644 index f31ae5a..0000000 --- a/src/components/text/TextCard.vue +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - - - - {{ $t('variants.' + child.variant) }} - - - - - - - - - - - - - - {{ $t('siblings') }} - - - - - {{ toCommaList(sibling.authors) }}, - {{ sibling.title }}, - {{ text.edition ? text.edition.name : text.edition }} - - - - - - - - - - diff --git a/src/components/text/TextCardBase.vue b/src/components/text/TextCardBase.vue deleted file mode 100644 index 65df763..0000000 --- a/src/components/text/TextCardBase.vue +++ /dev/null @@ -1,214 +0,0 @@ - - - - - - - - - - {{ toCommaList(text.authors) }}, - - - - {{ $t('variants.' + text.variant) }} - - - - - - - - - - - - {{ text.edition ? text.edition.name : text.edition }} - - - - - - - - - - 'lien_reference': {{ text.lien_reference }} - - - - Notes: - - - Numéro de note : {{ note.number || 'aucun ?' }} - - - - Contenu : - - - - Aucun ? - - - - Liens : - - - - {{ toCommaList(link.authors) }}, - {{ link.title }} — - {{ link.families[0].name }} - (id: {{ link.id }}) - - - - Aucun - - - - - - - - - {{ tag.name }} - - - - - - - - - - - - - diff --git a/src/components/text/TextMiniCard.vue b/src/components/text/TextMiniCard.vue deleted file mode 100644 index 4074ce9..0000000 --- a/src/components/text/TextMiniCard.vue +++ /dev/null @@ -1,28 +0,0 @@ - - - - - {{ $t('text.read') }} - - - - - - - -
- Numéro de note : {{ note.number || 'aucun ?' }} -
- Contenu : -
- Liens : -