diff --git a/site/blueprints/pages/game.yml b/site/blueprints/pages/game.yml index 8160c85..2cfdbc9 100644 --- a/site/blueprints/pages/game.yml +++ b/site/blueprints/pages/game.yml @@ -1,85 +1,76 @@ title: Jeu icon: play -# status: -# draft: -# label: Brouillon -# text: Le jeu n'est pas visible -# unlisted: -# label: Non listé -# text: Le jeu est accessible mais pas dans la liste -# listed: -# label: Publié -# text: Le jeu est visible publiquement +status: + draft: + label: Brouillon + text: Le jeu n'est pas visible + unlisted: + label: Non listé + text: Le jeu est accessible mais pas dans la liste + listed: + label: Public + text: Le jeu est visible publiquement columns: - # Colonne principale - main: - width: 2/3 - sections: - # Informations principales - content: - type: fields - fields: - lettering: - label: Lettrage du jeu - type: files - layout: cardlets - size: small - max: 1 - accept: image/* - translate: false - image: - ratio: 1/1 - uploads: - template: image - help: Image avec le lettrage du jeu - description: - label: Description - type: writer - marks: - - bold - - italic - - green - - pixel - - underline - - strike - - clear - - link + - width: 2/10 + fields: + thumbnail: + label: Vignette + type: files + layout: cards + size: small + max: 1 + accept: image/* + translate: false + image: + ratio: 1/1 + uploads: + template: image + help: Pour le carousel de navigation parmi les jeux + - width: 2/10 + fields: + lettering: + label: Lettrage + type: files + multiple: false + translate: false + layout: cards + size: tiny + uploads: + template: image + help: Affiché au-dessus de la description + width: 1/3 + - width: 3/10 + fields: + description: + label: Description + type: writer + marks: + - bold + - italic + - green + - pixel + - underline + - strike + - clear + - link + playLinks: + label: Lien(s) pour jouer + help: Laissez vide pour afficher "à venir / coming soon" + type: url - # Sidebar - sidebar: - width: 1/3 + - width: 3/10 sections: - meta: + previewCol: type: fields fields: - thumbnail: - label: Vignette + preview: + label: Aperçu type: files layout: cards - size: small - max: 1 - accept: image/* + multiple: false translate: false - image: - ratio: 1/1 uploads: template: image - help: Petite image carrée représentant le jeu - playLinks: - label: Lien(s) pour jouer - help: Sans lien renseigner, le jeu aura une étiquette "coming soon" et ne sera pas jouable. - type: structure - fields: - label: - label: Nom du bouton - required: true - type: text - width: 1/2 - placeholder: "Ex: App Store, Site web..." - url: - label: URL - required: true - type: url - width: 1/2 + help: Image affichée à droite de la description (sur ordinateur uniquement) diff --git a/src/components/layout/Header.svelte b/src/components/layout/Header.svelte index e408db9..d2b54e4 100644 --- a/src/components/layout/Header.svelte +++ b/src/components/layout/Header.svelte @@ -71,9 +71,6 @@ text-align: center; text-transform: uppercase; padding: 2vh 0; - background-color: rgba(0, 0, 0, 0.3); - backdrop-filter: blur(15px); - transition: 0.3s; } /* Logo */ diff --git a/src/views/Play.svelte b/src/views/Play.svelte index 0eab0dc..176918d 100644 --- a/src/views/Play.svelte +++ b/src/views/Play.svelte @@ -71,12 +71,57 @@
- - - - - - + + +