Skip to content
Snippets Groups Projects
Commit 6d473b23 authored by Pierre-Jean CHANCELLIER's avatar Pierre-Jean CHANCELLIER
Browse files

quelques améliorations

parent f7e9d7ea
No related branches found
No related tags found
No related merge requests found
Showing
with 90 additions and 19 deletions
@font-face {
font-family: "Montserrat";
src: url("~assets/fonts/Montserrat-Light.otf") format("truetype");
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: "Montserrat";
src: url("~assets/fonts/Montserrat-LightItalic.otf") format("truetype");
font-weight: 300;
font-style: italic;
}
@font-face {
font-family: "Montserrat";
src: url("~assets/fonts/Montserrat-Regular.otf") format("truetype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "Montserrat";
src: url("~assets/fonts/Montserrat-Italic.otf") format("truetype");
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: "Montserrat";
src: url("~assets/fonts/Montserrat-SemiBold.otf") format("truetype");
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: "Montserrat";
src: url("~assets/fonts/Montserrat-SemiBoldItalic.otf") format("truetype");
font-weight: 500;
font-style: italic;
}
@font-face {
font-family: "Montserrat";
src: url("~assets/fonts/Montserrat-Bold.otf") format("truetype");
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: "Montserrat";
src: url("~assets/fonts/Montserrat-BoldItalic.otf") format("truetype");
font-weight: bold;
font-style: italic;
}
@font-face {
font-family: "Montserrat";
src: url("~assets/fonts/Montserrat-ExtraBold.otf") format("truetype");
font-weight: 800;
font-style: normal;
}
@font-face {
font-family: "Montserrat";
src: url("~assets/fonts/Montserrat-ExtraBoldItalic.otf") format("truetype");
font-weight: 800;
font-style: italic;
}
\ No newline at end of file
$link-hover-decoration: none; $link-hover-decoration: none;
$text-muted: #a6a4b0; $text-muted: #a6a4b0;
$font-family-base: Montserrat, Helvetica, Arial, serif;
@import 'font';
@import 'bootstrap'; @import 'bootstrap';
:root { :root {
......
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
<template> <template>
<button type="submit" class="btn btn-primary" :disabled="isWaiting"> <button type="submit" class="btn btn-primary" :disabled="isWaiting || disabled">
<span v-if="isWaiting"> <span v-if="isWaiting">
<span class="spinner-border spinner-border-sm" role="status" aria-hidden="true"></span> <span class="spinner-border spinner-border-sm" role="status" aria-hidden="true"></span>
Chargement... Chargement...
...@@ -11,7 +11,8 @@ ...@@ -11,7 +11,8 @@
<script> <script>
export default { export default {
props: { props: {
isWaiting: Boolean isWaiting: Boolean,
disabled: Boolean
} }
} }
</script> </script>
\ No newline at end of file
...@@ -130,7 +130,7 @@ $line-color: #000; ...@@ -130,7 +130,7 @@ $line-color: #000;
width: var(--size); width: var(--size);
height: var(--size); height: var(--size);
top: .8rem; top: .8rem;
right: .5rem; right: 0;
font-size: 2rem; font-size: 2rem;
} }
......
<template> <template>
<div class="mb-4"> <div class="mb-4">
<h2 class="h6 text-muted text-uppercase">{{ menu.title }}</h2> <h2 class="small text-muted text-uppercase ml-4 mb-3">{{ menu.title }}</h2>
<div class="nav navbar-nav list-group list-group-flush"> <div class="nav navbar-nav list-group list-group-flush">
<NuxtLink class="list-group-item list-group-item-action p-0" :to="item.path" v-for="item in menu.items" :key="item.path"><span>{{ item.title }}</span></NuxtLink> <NuxtLink class="list-group-item list-group-item-action p-0" :to="item.path" v-for="item in menu.items" :key="item.path"><span>{{ item.title }}</span></NuxtLink>
</div> </div>
......
...@@ -3,11 +3,8 @@ ...@@ -3,11 +3,8 @@
<h2 class="display-2 text-center mb-5">Test Appolo</h2> <h2 class="display-2 text-center mb-5">Test Appolo</h2>
<div class="row"> <div class="row">
<div class="col-6 m-auto text-center"> <div class="col-6 m-auto text-center">
Hello Appolo
<ApolloQuery :query="query"> <ApolloQuery :query="query">
<!-- The result will automatically updated -->
<template slot-scope="{ result: { data, loading } }"> <template slot-scope="{ result: { data, loading } }">
<!-- Some content -->
<div v-if="loading">Loading...</div> <div v-if="loading">Loading...</div>
<p v-else> <p v-else>
{{ data }} {{ data }}
...@@ -22,9 +19,9 @@ ...@@ -22,9 +19,9 @@
<script> <script>
import gql from 'graphql-tag' import gql from 'graphql-tag'
export default { export default {
data() { data() {
// Variables locales
return { return {
// Fil d'ariane // Fil d'ariane
breadcrumb: [ breadcrumb: [
...@@ -37,11 +34,12 @@ export default { ...@@ -37,11 +34,12 @@ export default {
active: true active: true
} }
], ],
// Requête graphQL
query: gql`{version}` query: gql`{version}`
} }
}, },
// Fonctions locales
methods: { methods: {
// Fonctions locales
}, },
mounted () { mounted () {
// Mise à jour du fil d'ariane au chargement // Mise à jour du fil d'ariane au chargement
......
...@@ -6,10 +6,10 @@ ...@@ -6,10 +6,10 @@
<form @submit.prevent="refresh" class="mb-5"> <form @submit.prevent="refresh" class="mb-5">
<div class="mb-3"> <div class="mb-3">
<label for="rech" class="form-label">Votre recherche</label> <label for="rech" class="form-label">Votre recherche</label>
<input type="text" class="form-control" id="rech" aria-describedby="rechHelp" v-model="search"> <input type="text" class="form-control" id="rech" aria-describedby="rechHelp" v-model="search" :disabled="isError">
<small id="rechHelp" class="form-text text-muted">Saisissez le début d'un pseudo ou d'une clé publique</small> <small id="rechHelp" class="form-text text-muted">Saisissez le début d'un pseudo ou d'une clé publique</small>
</div> </div>
<btnloading :isWaiting="$fetchState.pending"/> <btnloading :isWaiting="$fetchState.pending" :disabled="isError"/>
</form> </form>
</div> </div>
</div> </div>
...@@ -48,10 +48,10 @@ ...@@ -48,10 +48,10 @@
<script> <script>
import global from "~/mixins/wotwizard" import global from "~/mixins/wotwizard"
import btnloading from "~/components/btnloading.vue"
export default { export default {
data() { data() {
// Variables locales
return { return {
breadcrumb: [ breadcrumb: [
{ {
...@@ -66,18 +66,19 @@ export default { ...@@ -66,18 +66,19 @@ export default {
search : "" search : ""
} }
}, },
// Fonctions locales
methods: { methods: {
refresh() { refresh() {
this.query = this.WWZ_REQUEST_DETAILS(this.search) this.query = this.WWZ_REQUEST_DETAILS(this.search)
},
isError () {
return (this.retour && this.retour.errors)
} }
}, },
mounted () { mounted () {
$nuxt.$emit('changeRoute',this.breadcrumb) $nuxt.$emit('changeRoute',this.breadcrumb)
}, },
mixins: [global], mixins: [global]
components: {
btnloading
}
} }
</script> </script>
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<h2 class="display-2 text-center mb-5">Page d'accueil</h2> <h2 class="display-2 text-center mb-5">Page d'accueil</h2>
<div class="row"> <div class="row">
<div class="col-6 m-auto text-center"> <div class="col-6 m-auto text-center">
<button class="btn btn-primary" @click="helloWorld($event)" data-response="I'm here !">Hello ?</button> <button class="btn btn-primary mb-3" @click="helloWorld($event)" data-response="I'm here !">Hello ?</button>
<p>{{ hello }}</p> <p>{{ hello }}</p>
</div> </div>
</div> </div>
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
export default { export default {
data() { data() {
// Variables locales
return { return {
// Fil d'ariane // Fil d'ariane
breadcrumb: [ breadcrumb: [
...@@ -25,12 +26,11 @@ export default { ...@@ -25,12 +26,11 @@ export default {
active: true active: true
} }
], ],
// Variable locale
hello: '' hello: ''
} }
}, },
// Fonctions locales
methods: { methods: {
// Fonctions locales
helloWorld(e) { helloWorld(e) {
this.hello = e.target.dataset.response this.hello = e.target.dataset.response
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment