From 3b7cfd7ef1bba3a0283bd32e6180c339bdb70f81 Mon Sep 17 00:00:00 2001 From: Andreas Dinauer Date: Sat, 18 Apr 2026 18:38:12 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Add=20groups?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/components/artifact/ArtifactComponent.vue | 2 +- app/components/artifact/ArtifactList.vue | 10 +++----- app/components/group/Group.ts | 14 ++++++++++- app/components/group/GroupList.vue | 2 +- app/pages/artifacts/index.vue | 11 ++++++++- app/pages/groups/[group_id]/index.vue | 23 +++++++++++++++++++ 6 files changed, 51 insertions(+), 11 deletions(-) create mode 100644 app/pages/groups/[group_id]/index.vue diff --git a/app/components/artifact/ArtifactComponent.vue b/app/components/artifact/ArtifactComponent.vue index e5081bc..667f37e 100644 --- a/app/components/artifact/ArtifactComponent.vue +++ b/app/components/artifact/ArtifactComponent.vue @@ -1,5 +1,5 @@