From 01881cc4464cfda7ad47e4aa19b746e015d21d0f Mon Sep 17 00:00:00 2001 From: Florian Sylvain Date: Sun, 13 Oct 2024 23:18:37 +0200 Subject: [PATCH] feat: categories selection and delete --- src/components/CategoriesTable.vue | 19 ++++++++++- src/components/DeleteCategories.vue | 51 +++++++++++++++++++++++++++++ src/stores/categories.ts | 9 +++++ src/views/CategoriesView.vue | 15 ++++++++- 4 files changed, 92 insertions(+), 2 deletions(-) create mode 100644 src/components/DeleteCategories.vue diff --git a/src/components/CategoriesTable.vue b/src/components/CategoriesTable.vue index 9420464..84d1065 100644 --- a/src/components/CategoriesTable.vue +++ b/src/components/CategoriesTable.vue @@ -1,7 +1,7 @@