From 9b8bb8f00006224d79b7fd52d9dd9661658a6641 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakob=20R=C3=B6hrl?= Date: Tue, 21 Apr 2020 11:19:59 +0200 Subject: [PATCH] add attachments to desc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakob Röhrl --- src/components/card/AttachmentList.vue | 187 +++++++++++++++++++++++++ src/components/card/CardSidebar.vue | 158 ++++++++++++++++++++- 2 files changed, 340 insertions(+), 5 deletions(-) create mode 100644 src/components/card/AttachmentList.vue diff --git a/src/components/card/AttachmentList.vue b/src/components/card/AttachmentList.vue new file mode 100644 index 000000000..d7c972722 --- /dev/null +++ b/src/components/card/AttachmentList.vue @@ -0,0 +1,187 @@ + + + + + + + diff --git a/src/components/card/CardSidebar.vue b/src/components/card/CardSidebar.vue index 6485581a6..eef4cef20 100644 --- a/src/components/card/CardSidebar.vue +++ b/src/components/card/CardSidebar.vue @@ -127,6 +127,11 @@ href="https://deck.readthedocs.io/en/latest/Markdown/" target="_blank" class="icon icon-info" /> + + + {{ t('deck', 'Add Attachment') }} + + {{ t('deck', 'Edit description') }} @@ -170,11 +175,22 @@ icon="icon-activity"> + + +