From c7fc948fd019d20a2f2dfcf50ebbe91a616f93ad Mon Sep 17 00:00:00 2001 From: PascalMarchesseault <97350299+PascalMarchesseault@users.noreply.github.com> Date: Thu, 24 Oct 2024 00:24:38 -0400 Subject: [PATCH] Publications - quicky et article --- src/views/contents/ContentEditorPage.vue | 103 +++++++++++---------- src/views/contents/HTMLContentEditor.vue | 6 +- src/views/contents/QuickyContentEditor.vue | 2 +- src/views/main/SideBar.vue | 13 +-- 4 files changed, 61 insertions(+), 63 deletions(-) diff --git a/src/views/contents/ContentEditorPage.vue b/src/views/contents/ContentEditorPage.vue index bd30b59..1266cf9 100644 --- a/src/views/contents/ContentEditorPage.vue +++ b/src/views/contents/ContentEditorPage.vue @@ -1,5 +1,5 @@  diff --git a/src/views/contents/HTMLContentEditor.vue b/src/views/contents/HTMLContentEditor.vue index d92c928..08bcdb0 100644 --- a/src/views/contents/HTMLContentEditor.vue +++ b/src/views/contents/HTMLContentEditor.vue @@ -158,16 +158,16 @@ const setupTinyMCE = (editor) => { -
+
Html Return + Créer un Contenu diff --git a/src/views/main/SideBar.vue b/src/views/main/SideBar.vue index ff931a7..b3f59a0 100644 --- a/src/views/main/SideBar.vue +++ b/src/views/main/SideBar.vue @@ -6,8 +6,6 @@ import {computed, ref} from "vue"; import {useI18n} from 'vue-i18n'; import {useCreatorProfileStore} from "@/stores/creatorProfileStore.js"; import {useUserProfileStore} from "@/stores/userProfileStore.js"; -import {useBrandingStore} from "@/stores/brandingStore.js"; -import PublishContentButton from "@/views/contents/PublishContentButton.vue"; const {locale} = useI18n(); const router = useRouter(); @@ -15,7 +13,6 @@ const selectedLanguage = ref(locale.value); const userProfileStore = useUserProfileStore(); const creatorProfileStore = useCreatorProfileStore(); -const brandingStore = useBrandingStore(); const authStore = useAuthStore(); const creatorIsCurrentUser = computed(() => authStore.isAuthenticated && authStore.userId); @@ -59,7 +56,7 @@ initializeLocale();
- + mdi-pencil @@ -155,11 +152,5 @@ initializeLocale(); - +