diff --git a/app/components/tags/TagBadge.vue b/app/components/tags/TagBadge.vue new file mode 100644 index 0000000..c77e87b --- /dev/null +++ b/app/components/tags/TagBadge.vue @@ -0,0 +1,71 @@ + + + {{ tag.icon }} + {{ tag.name }} + + + + + diff --git a/app/components/tags/TagPicker.vue b/app/components/tags/TagPicker.vue new file mode 100644 index 0000000..c0d585a --- /dev/null +++ b/app/components/tags/TagPicker.vue @@ -0,0 +1,125 @@ + + + + + + + + + + No tags selected + + + + + + {{ category.name }} + + + + {{ tag.icon }} + {{ tag.name }} + + + + + + + + Loading tags... + + + + + No tags available + + + + +
Loading tags...
No tags available