From a144bba54b7b31c82fb14a42bb3b616003915c07 Mon Sep 17 00:00:00 2001 From: florianfederspiel Date: Fri, 28 Mar 2025 17:04:27 +0100 Subject: [PATCH] Introduced EntityTable --- components/EntityList.vue | 58 ++----------------- components/EntityTable.vue | 110 +++++++++++++++++++++++++++++++++++++ 2 files changed, 116 insertions(+), 52 deletions(-) create mode 100644 components/EntityTable.vue diff --git a/components/EntityList.vue b/components/EntityList.vue index 996ebe4..aa672f5 100644 --- a/components/EntityList.vue +++ b/components/EntityList.vue @@ -1,6 +1,7 @@ + + + + \ No newline at end of file