diff --git a/frontend/src/views/creators/AboutCreator.vue b/frontend/src/views/creators/AboutCreator.vue new file mode 100644 index 0000000..f202dd7 --- /dev/null +++ b/frontend/src/views/creators/AboutCreator.vue @@ -0,0 +1,647 @@ + + + + + + + + + mdi-pencil + + + + + mdi-check + + + + + mdi-close + + + + + + + {{ t('creator.sections.about.title') }} + + + + + + + + {{ mainImageText }} + + + + + + + + + + + + + + + + {{ t('common.delete') }} + + + + + + {{ t('creator.sections.support.title') }} + + + + + {{ mainVideoText }} + + + + + + + + + + + + {{ videoSubtitle }} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {{ t('creator.sections.about.images') }} + + + + + + + + + {{ t('common.delete') }} + + + + + + + + + + + {{ t('common.delete') }} + + + + + + + + + + + {{ t('common.delete') }} + + + + + + + + + + + {{ t('common.delete') }} + + + + + + {{ t('creator.sections.about.description') }} + + + + + + + + + + + + + + + + + {{ phoneNumber }} + + + + + + + {{ email }} + + + + + + + + + + + + + + + +{ + "en": { + "common": { + "save": "Save", + "edit": "Edit", + "cancel": "Cancel", + "delete": "Delete" + }, + "creator": { + "sections": { + "about": { + "title": "About", + "description": "Description", + "mainImage": "Main image", + "image1": "Image 1", + "image2": "Image 2", + "image3": "Image 3", + "image4": "Image 4", + "images": "Images" + }, + "support": { + "title": "Support", + "description": "Description", + "subtitle": "Subtitle" + } + }, + "fields": { + "videoUrl": "Video URL", + "phoneNumber": "Phone Number", + "email": "Email" + } + } + }, + "fr": { + "common": { + "save": "Enregistrer", + "edit": "Modifier", + "cancel": "Annuler", + "delete": "Supprimer" + }, + "creator": { + "sections": { + "about": { + "title": "À propos", + "description": "Description", + "mainImage": "Image principale", + "image1": "Image 1", + "image2": "Image 2", + "image3": "Image 3", + "image4": "Image 4", + "images": "Images" + }, + "support": { + "title": "Support", + "description": "Description", + "subtitle": "Sous-titre" + } + }, + "fields": { + "videoUrl": "URL de la vidéo", + "phoneNumber": "Numéro de téléphone", + "email": "Email" + } + } + }, + "es": { + "common": { + "save": "Guardar", + "edit": "Editar", + "cancel": "Cancelar", + "delete": "Eliminar" + }, + "creator": { + "sections": { + "about": { + "title": "Acerca de", + "description": "Descripción", + "mainImage": "Imagen principal", + "image1": "Imagen 1", + "image2": "Imagen 2", + "image3": "Imagen 3", + "image4": "Imagen 4", + "images": "Imágenes" + }, + "support": { + "title": "Soporte", + "description": "Descripción", + "subtitle": "Subtítulo" + } + }, + "fields": { + "videoUrl": "URL del video", + "phoneNumber": "Número de teléfono", + "email": "Correo electrónico" + } + } + } +} + \ No newline at end of file diff --git a/frontend/src/views/creators/Banner.vue b/frontend/src/views/creators/Banner.vue deleted file mode 100644 index df25ab3..0000000 --- a/frontend/src/views/creators/Banner.vue +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - - - - - - - - diff --git a/frontend/src/views/creators/CreatorHome.vue b/frontend/src/views/creators/CreatorHome.vue index 106139f..f68311c 100644 --- a/frontend/src/views/creators/CreatorHome.vue +++ b/frontend/src/views/creators/CreatorHome.vue @@ -1,627 +1,92 @@ - - + + + + - - - {{ isEditMode ? t('common.save') : t('common.edit') }} - - - - {{ t('common.cancel') }} - - - - - - - {{ t('creator.sections.about.title') }} - - - - - - - - {{ mainImageText }} - - - - - - - - - - - - - - - - {{ t('common.delete') }} - - - - - - {{ t('creator.sections.support.title') }} - - - - - {{ mainVideoText }} - - - - - - - - - - - - {{ videoSubtitle }} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - {{ t('creator.sections.about.images') }} - - - - - - - - - {{ t('common.delete') }} - - - - - - - - - - - {{ t('common.delete') }} - - - - - - - - - - - {{ t('common.delete') }} - - - - - - - - - - - {{ t('common.delete') }} - - - - - - {{ t('creator.sections.about.description') }} - - - - - - - - - - - - - - - - - {{ phoneNumber }} - - - - - - - {{ email }} - - - - - + + + + + + + + + { "en": { - "common": { - "save": "Save", - "edit": "Edit", - "cancel": "Cancel", - "delete": "Delete" - }, "creator": { - "sections": { - "about": { - "title": "About", - "description": "Description", - "mainImage": "Main image", - "image1": "Image 1", - "image2": "Image 2", - "image3": "Image 3", - "image4": "Image 4", - "images": "Images" - }, - "support": { - "title": "Support", - "description": "Description", - "subtitle": "Subtitle" - } - }, - "fields": { - "videoUrl": "Video URL", - "phoneNumber": "Phone Number", - "email": "Email" + "home": { + "title": "Creator Home" } } }, "fr": { - "common": { - "save": "Enregistrer", - "edit": "Modifier", - "cancel": "Annuler", - "delete": "Supprimer" - }, "creator": { - "sections": { - "about": { - "title": "À propos", - "description": "Description", - "mainImage": "Image principale", - "image1": "Image 1", - "image2": "Image 2", - "image3": "Image 3", - "image4": "Image 4", - "images": "Images" - }, - "support": { - "title": "Support", - "description": "Description", - "subtitle": "Sous-titre" - } - }, - "fields": { - "videoUrl": "URL de la vidéo", - "phoneNumber": "Numéro de téléphone", - "email": "Email" + "home": { + "title": "Accueil du Créateur" } } }, "es": { - "common": { - "save": "Guardar", - "edit": "Editar", - "cancel": "Cancelar", - "delete": "Eliminar" - }, "creator": { - "sections": { - "about": { - "title": "Acerca de", - "description": "Descripción", - "mainImage": "Imagen principal", - "image1": "Imagen 1", - "image2": "Imagen 2", - "image3": "Imagen 3", - "image4": "Imagen 4", - "images": "Imágenes" - }, - "support": { - "title": "Soporte", - "description": "Descripción", - "subtitle": "Subtítulo" - } - }, - "fields": { - "videoUrl": "URL del video", - "phoneNumber": "Número de teléfono", - "email": "Correo electrónico" + "home": { + "title": "Inicio del Creador" } } } diff --git a/frontend/src/views/creators/CreatorLayout.vue b/frontend/src/views/creators/CreatorLayout.vue index db24914..3ad1d4f 100644 --- a/frontend/src/views/creators/CreatorLayout.vue +++ b/frontend/src/views/creators/CreatorLayout.vue @@ -1,9 +1,10 @@ + + + + +{ + "en": { + "creator": { + "donation": { + "isupport": "I Support" + } + } + }, + "fr": { + "creator": { + "donation": { + "isupport": "Je Soutiens" + } + } + }, + "es": { + "creator": { + "donation": { + "isupport": "Apoyo" + } + } + } +} + diff --git a/frontend/src/views/creators/DonationButtonBanner.vue b/frontend/src/views/creators/DonationDialog.vue similarity index 54% rename from frontend/src/views/creators/DonationButtonBanner.vue rename to frontend/src/views/creators/DonationDialog.vue index 9dfd178..a40b7a0 100644 --- a/frontend/src/views/creators/DonationButtonBanner.vue +++ b/frontend/src/views/creators/DonationDialog.vue @@ -1,60 +1,10 @@ - - - {{ t('creator.donation.isupport') }} - - + - - - {{ t('creator.donation.isupport') }} - - - - - - - - - - - - {{ t('common.cancel') }} - - - - {{ t('creator.donation.send') }} - - - - + @@ -69,7 +19,6 @@ {{ t('common.cancel') }} @@ -81,12 +30,11 @@
+ {{ mainImageText }} +
+ {{ mainVideoText }} +
- {{ mainImageText }} -
- {{ mainVideoText }} -