From d9c26b9c93788398094e94865635eaf72ec58239 Mon Sep 17 00:00:00 2001 From: bramjanssen Date: Tue, 13 Aug 2024 13:41:18 +0200 Subject: [PATCH] feat: setup of grid system as replacement for the card-group in catalogue and items --- src/components/Catalog.vue | 51 ++++++++++++++++++++++++------------- src/components/Catalogs.vue | 6 ++--- src/components/Item.vue | 44 +++++++++++++++++--------------- src/components/Items.vue | 4 +-- src/components/ViewMixin.js | 18 ++----------- 5 files changed, 63 insertions(+), 60 deletions(-) diff --git a/src/components/Catalog.vue b/src/components/Catalog.vue index c6774519b..97cc78dcf 100644 --- a/src/components/Catalog.vue +++ b/src/components/Catalog.vue @@ -1,22 +1,24 @@