From 3f93a10d4a2acb6ae6fbf567e91b8682c897741f Mon Sep 17 00:00:00 2001
From: PascalMarchesseault
<97350299+PascalMarchesseault@users.noreply.github.com>
Date: Tue, 5 Nov 2024 18:44:22 -0500
Subject: [PATCH] Added thumbnail textarea in quicky and fix content display.
---
src/views/contents/QuickyContentEditor.vue | 10 +++
.../contentfullscreen/FullScreenContentMd.vue | 80 ++++++++++++++-----
2 files changed, 71 insertions(+), 19 deletions(-)
diff --git a/src/views/contents/QuickyContentEditor.vue b/src/views/contents/QuickyContentEditor.vue
index f52462e..4801c8d 100644
--- a/src/views/contents/QuickyContentEditor.vue
+++ b/src/views/contents/QuickyContentEditor.vue
@@ -8,6 +8,7 @@ const client = useClient();
const title = ref('');
const message = ref('');
const files = ref([]);
+const Thumbnail = ref([]);
const externalUrls = ref([]);
const creatorProfileStore = useCreatorProfileStore();
@@ -103,6 +104,15 @@ const cancelPost = () => {
mdi-plus
+
-
-
+
+
-
+
mdi-close
@@ -19,8 +18,13 @@
-
-
+
+
@@ -56,17 +60,18 @@
+
+