diff --git a/cateditor/src/components/CategoryDeleteDialog.vue b/cateditor/src/components/CategoryDeleteDialog.vue new file mode 100644 index 0000000..cf5f7e6 --- /dev/null +++ b/cateditor/src/components/CategoryDeleteDialog.vue @@ -0,0 +1,55 @@ + + + + + Delete Category + + + Really delete category: + + + + + + Cancel + OK + + + + + + + + + diff --git a/cateditor/src/components/CategoryPopup.vue b/cateditor/src/components/CategoryInfoDialog.vue similarity index 100% rename from cateditor/src/components/CategoryPopup.vue rename to cateditor/src/components/CategoryInfoDialog.vue diff --git a/cateditor/src/components/FancyList.vue b/cateditor/src/components/FancyList.vue index 82ecd70..0cb7463 100644 --- a/cateditor/src/components/FancyList.vue +++ b/cateditor/src/components/FancyList.vue @@ -3,23 +3,25 @@ - + Categories add - + - + - - - drag_handle - + :class="listItemClasses(item.id, hover)" + @click="selectCategory(item.id)" + > + @@ -27,14 +29,14 @@ - - info - - - - - delete - + + + info + + + delete + + @@ -48,7 +50,8 @@ - + + @@ -57,12 +60,14 @@