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

v0.13 tag

parent 69d6976c
No related branches found
No related tags found
No related merge requests found
......@@ -161,14 +161,18 @@ export default {
let modifier = this.currentSortDir === "desc" ? -1 : 1
if (this.currentSort == "uid") {
sort(a["uid"].toLowerCase(), b["uid"].toLowerCase(), modifier)
this.sort(a["uid"].toLowerCase(), b["uid"].toLowerCase(), modifier)
} else if (this.currentSort == "pubkey") {
sort(a["pubkey"].toLowerCase(), b["pubkey"].toLowerCase(), modifier)
this.sort(
a["pubkey"].toLowerCase(),
b["pubkey"].toLowerCase(),
modifier
)
} else if (this.currentSort == "date_sortie") {
if (this.adhesion) {
sort(a["limitDate"], b["limitDate"], modifier)
this.sort(a["limitDate"], b["limitDate"], modifier)
} else if (this.certif) {
sort(
this.sort(
a["received_certifications"]["limit"],
b["received_certifications"]["limit"],
modifier
......@@ -182,7 +186,7 @@ export default {
b["limitDate"],
b["received_certifications"]["limit"]
)
sort(minA, minB, modifier)
this.sort(minA, minB, modifier)
}
}
return 0
......
......@@ -5,7 +5,7 @@
<img :src="$icon(512)" alt="Accueil" class="logo" />
<div>
<h1 class="h3">
Wotwizard <small><span class="small">v0.12</span></small>
Wotwizard <small><span class="small">v0.13</span></small>
</h1>
<small class="text-muted">{{ $t("slogan") }}</small>
</div>
......
......@@ -79,14 +79,14 @@
"supprime": "Aus den Favoriten entfernt!",
"supprimer": "Aus den Favoriten entfernen",
"title": "Meine Favoriten",
"use": "Verwenden Sie meine Favoriten"
"use": "Nur meine Favoriten"
},
"futuremembers": "Zukünftige Beitritte",
"futureexits": "Zukünfitge Austritte",
"infos": "Informationen",
"inout": "Bei- und Austritte des Vertrauensnetz in den 2 letzten Tagen",
"inpreparation": "In Vorbereitung",
"jours": "0&nbsp;Tage | 1&nbsp;Tag | {n}&nbsp;Tage",
"jours": "Nächsten 24 Stunden | Nächsten {n} Tage",
"lexique": "Lexicon",
"membre": {
"calculant": {
......
......@@ -80,14 +80,14 @@
"supprime": "Deleted from favourites&nbsp;!",
"supprimer": "Delete from favourites",
"title": "My favourites",
"use": "Use my favourites"
"use": "My favorites only"
},
"futuremembers": "Future entries",
"futureexits": "Future exits",
"infos": "Informations",
"inout": "Entries and exits of the web of trust for the last 2 days",
"inpreparation": "In preparation",
"jours": "0&nbsp;days | 1&nbsp;day | {n}&nbsp;days",
"jours": "Next 24h | Next {n} days",
"lexique": "Lexicon",
"membre": {
"calculant": {
......
......@@ -80,14 +80,14 @@
"supprime": "¡Eliminado de favoritos!",
"supprimer": "Eliminar de favoritos",
"title": "Mis favoritos",
"use": "Usar mis favoritos"
"use": "Solo mis favoritos"
},
"futuremembers": "Futuras entradas",
"futureexits": "Futuras salidas",
"infos": "Informaciones",
"inout": "Entradas y salidas de la red de confianza en los últimos 2 días",
"inpreparation": "En preparación",
"jours": "0&nbsp;días | 1&nbsp;día | {n}&nbsp;días",
"jours": "Próximas 24 horas | Próximos {n} días",
"lexique": "Léxico",
"membre": {
"calculant": {
......
......@@ -80,14 +80,14 @@
"supprime": "Supprimé des favoris&nbsp;!",
"supprimer": "Supprimer des favoris",
"title": "Mes favoris",
"use": "Utiliser mes favoris"
"use": "Mes favoris uniquement"
},
"futuremembers": "Futures entrées",
"futureexits": "Futures sorties",
"infos": "Informations",
"inout": "Entrées et sorties de la toile de confiance des 2 derniers jours",
"inpreparation": "En préparation",
"jours": "0&nbsp;jours | 1&nbsp;jour | {n}&nbsp;jours",
"jours": "Prochaines 24h | {n} prochains jours",
"lexique": "Lexique",
"membre": {
"calculant": {
......
<template>
<main class="container">
<h2 class="text-center my-4 font-weight-light">
<h2 class="text-center my-5 font-weight-light">
{{ $t("favoris.title") }}
</h2>
<NavigationLoader :isLoading="$apollo.queries.favoris.loading" />
......
<template>
<main class="container">
<h2 class="text-center my-4 font-weight-light">{{ $t("inout") }}</h2>
<h2 class="text-center my-5 font-weight-light">{{ $t("inout") }}</h2>
<NavigationLoader :isLoading="$apollo.queries.newMembers.loading" />
<transition name="fade">
<div class="alert alert-danger" v-if="error">{{ error }}</div>
......
......@@ -2,7 +2,7 @@
<main class="container">
<div class="rech-lexique row mb-4">
<div class="col-md-6 mx-auto">
<h2 class="text-center my-4 font-weight-light">{{ $t("lexique") }}</h2>
<h2 class="text-center my-5 font-weight-light">{{ $t("lexique") }}</h2>
<div class="form-group">
<input
v-model="search"
......
<template>
<main class="container">
<h2 class="text-center my-4 font-weight-light">{{ $t("membres") }}</h2>
<h2 class="text-center my-5 font-weight-light">{{ $t("membres") }}</h2>
<div class="row mb-4">
<div class="col-sm-8 col-md-6 col-lg-5 m-auto text-center">
<label for="rech" class="form-label">{{ $t("recherche.title") }}</label>
......
<template>
<main class="container">
<h2 class="text-center my-4 font-weight-light">{{ $t("params.title") }}</h2>
<h2 class="text-center my-5 font-weight-light">{{ $t("params.title") }}</h2>
<NavigationLoader :isLoading="$apollo.queries.allParameters.loading" />
<transition name="fade">
<div class="alert alert-danger" v-if="error">{{ error }}</div>
......
<template>
<main class="container">
<h2 class="text-center my-4 font-weight-light">{{ $t("futureexits") }}</h2>
<div class="row mb-4">
<div class="col-6 m-auto text-center" v-if="!favoris">
<label for="period" class="form-label">{{
$t("previsions.period.title")
}}</label>
<select
class="form-control"
id="period"
aria-describedby="periodHelp"
v-model="period"
@change="save">
<option
v-for="index in 30"
:key="index"
:value="index"
v-html="$tc('jours', index)"></option>
</select>
<small id="periodHelp" class="form-text text-muted">{{
$t("previsions.period.desc")
}}</small>
</div>
<div class="col-6 m-auto text-center">
<h2 class="text-center my-5 font-weight-light">{{ $t("futureexits") }}</h2>
<div class="row flex-column align-items-center">
<div class="col-6 mb-4 text-center">
<input type="checkbox" id="favoris" v-model="favoris" />
<label for="favoris" class="form-label">{{ $t("favoris.use") }}</label>
</div>
<div class="col-6 mb-4" v-if="!favoris">
<div class="form-group row">
<label for="period" class="col-sm-6 col-form-label text-right">{{
$t("previsions.period.title") + "&nbsp;:"
}}</label>
<div class="col-sm-6">
<select
class="form-control"
id="period"
aria-describedby="periodHelp"
v-model="period"
@change="save">
<option
v-for="index in 30"
:key="index"
:value="index"
v-html="$tc('jours', index)"></option>
</select>
<small id="periodHelp" class="form-text text-muted">{{
$t("previsions.period.desc")
}}</small>
</div>
</div>
</div>
</div>
<NavigationLoader :isLoading="$apollo.queries.wwResult.loading" />
<transition name="fade">
......
......@@ -6,7 +6,7 @@
</transition>
<transition name="fade">
<div v-if="wwResult">
<h2 class="text-center my-4 font-weight-light">
<h2 class="text-center my-5 font-weight-light">
{{ $t("previsions.title") }}
<small
><span class="badge badge-secondary">{{
......
<template>
<main class="container">
<h2 class="text-center my-4 font-weight-light">{{ myvar }}</h2>
<h2 class="text-center my-5 font-weight-light">{{ myvar }}</h2>
<code
>For internal links, use
<NuxtLink :to="localePath('path/page')">My link</NuxtLink></code
......
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