diff --git a/app/components/inventory/AddItemForm.vue b/app/components/inventory/AddItemForm.vue index 3fe8082..cf16d44 100644 --- a/app/components/inventory/AddItemForm.vue +++ b/app/components/inventory/AddItemForm.vue @@ -68,37 +68,7 @@ - - - - - {{ tag.icon }} {{ tag.name }} ✕ - - - - - - {{ category.name }} - - - {{ tag.icon }} {{ tag.name }} - - - - + @@ -129,7 +99,6 @@ 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 + + + + +
{{ category.name }}
Loading tags...
No tags available