update
This commit is contained in:
parent
b8d7b53308
commit
4a94799602
11 changed files with 71 additions and 53 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<v-main>
|
||||
<div>
|
||||
<div v-if="enabled">
|
||||
<v-toolbar
|
||||
color="orange darken-3"
|
||||
|
|
@ -53,13 +53,13 @@
|
|||
ref="tabs"
|
||||
>
|
||||
<v-tab @click="navigate('DelegateMain')">
|
||||
Résumé
|
||||
Présentation
|
||||
</v-tab>
|
||||
<v-tab @click="navigate('DelegateGallery')">
|
||||
Images/vidéos
|
||||
</v-tab>
|
||||
<v-tab @click="navigate('DelegatePresentation')">
|
||||
Présentation
|
||||
Description
|
||||
</v-tab>
|
||||
<v-tab @click="navigate('DelegateSchedule')">
|
||||
Horaires
|
||||
|
|
@ -125,10 +125,10 @@
|
|||
</v-card-title>
|
||||
<v-card-text>
|
||||
<p>
|
||||
Vous n'êtes pas encore connecté à l'interface de modification de votre association, veuillez copier-coller la clée qui vous a été envoyé par e-mail dans la boîte ci-dessous.
|
||||
Vous n'êtes pas encore connecté à l'interface de modification de votre association, veuillez copier-coller la clé qui vous a été envoyé par e-mail dans la boîte ci-dessous.
|
||||
</p>
|
||||
<v-text-field
|
||||
label="Clée"
|
||||
label="Clé"
|
||||
autofocus
|
||||
v-model="token"
|
||||
:type="showPassword ? 'text' : 'password'"
|
||||
|
|
@ -205,7 +205,7 @@
|
|||
</v-card-actions>
|
||||
</v-card>
|
||||
</v-dialog>
|
||||
</v-main>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
|
@ -322,7 +322,7 @@ export default {
|
|||
if (this.token !== '' || inUrl) {
|
||||
this.$store.commit('ADD_ALERT', {
|
||||
color: 'error',
|
||||
text: 'Clée invalide !'
|
||||
text: 'Clé invalide !'
|
||||
})
|
||||
}
|
||||
})
|
||||
|
|
@ -382,7 +382,7 @@ export default {
|
|||
const data = this.$store.state.data
|
||||
this.canPublish =
|
||||
data.name.length > 0 &&
|
||||
data.descriptionShort.length > 15
|
||||
data.descriptionShort.length > 10
|
||||
},
|
||||
askApproval () {
|
||||
this.askingApprovalLoading = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue