diff --git a/frontend/src/components/discovery/TagCard.vue b/frontend/src/components/discovery/TagCard.vue new file mode 100644 index 0000000..8438dd2 --- /dev/null +++ b/frontend/src/components/discovery/TagCard.vue @@ -0,0 +1,51 @@ + + + + + + No preview + + + + + {{ card.name }} + — {{ card.fandom_name }} + + + {{ card.kind }} + {{ card.image_count }} + + + + + + + + diff --git a/frontend/src/views/TagsView.vue b/frontend/src/views/TagsView.vue new file mode 100644 index 0000000..0e7a73d --- /dev/null +++ b/frontend/src/views/TagsView.vue @@ -0,0 +1,97 @@ + + + Tags + + + + + + {{ k }} + + + + + + Failed to load: {{ store.error }} + + + No tags match. + + + + + + + + + + + + + + + +