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(); - +