From 79bb45851fbe451f0fdee8dac3cfd0bfcd88f303 Mon Sep 17 00:00:00 2001 From: axolotle Date: Mon, 3 Jan 2022 15:34:23 +0100 Subject: [PATCH] show map on gallery and change name --- src/components/layouts/SideView.vue | 8 +++++--- src/messages/fr.json | 2 +- src/pages/Gallery.vue | 8 ++++++-- src/pages/gallery/GalleryMap.vue | 5 +++++ src/store/modules/gallery.js | 2 +- 5 files changed, 18 insertions(+), 7 deletions(-) diff --git a/src/components/layouts/SideView.vue b/src/components/layouts/SideView.vue index 9b67f58..542a460 100644 --- a/src/components/layouts/SideView.vue +++ b/src/components/layouts/SideView.vue @@ -5,12 +5,13 @@ no-header :id="id" :body-class="{ paddings: !noCross }" + :visible="visible" > - @@ -21,7 +22,8 @@ export default { props: { id: { type: String, required: true }, - noCross: { type: Boolean, default: false } + noCross: { type: Boolean, default: false }, + visible: { type: Boolean, default: false } } } diff --git a/src/messages/fr.json b/src/messages/fr.json index fb4862e..e61affc 100644 --- a/src/messages/fr.json +++ b/src/messages/fr.json @@ -6,7 +6,7 @@ "contact": "Contact", "library": "Bibliothèque", "kit": "Kit de désapprentissage", - "gallery": "Créations numériques", + "gallery": "Galerie virtuelle", "blog": "Blog" }, "variants": { diff --git a/src/pages/Gallery.vue b/src/pages/Gallery.vue index 61ab68d..d99f85a 100644 --- a/src/pages/Gallery.vue +++ b/src/pages/Gallery.vue @@ -4,7 +4,7 @@ {{ $t('map') }} - +