From a87500fb24b9ce201e1c510c0f868cc92a7fa403 Mon Sep 17 00:00:00 2001 From: Matthias Lodner Date: Thu, 22 Jan 2026 02:51:36 +0100 Subject: [PATCH] Show article information. --- frontend/app/components/article/article.vue | 80 ++++++++++++------- .../app/components/article/articleCreate.vue | 9 +-- frontend/app/store/labelEditorStore.ts | 17 ++++ frontend/app/types/origin.ts | 11 +++ 4 files changed, 80 insertions(+), 37 deletions(-) diff --git a/frontend/app/components/article/article.vue b/frontend/app/components/article/article.vue index b8c3e5c..9068ab0 100644 --- a/frontend/app/components/article/article.vue +++ b/frontend/app/components/article/article.vue @@ -1,7 +1,10 @@