From 2790bf965b1199064300490c13881e41899d5b4c Mon Sep 17 00:00:00 2001 From: ManUtopiK <emmanuel.salomon@gmail.com> Date: Thu, 22 Sep 2022 16:50:24 +0200 Subject: [PATCH] feat: change categorie "Mises en avant" par "Top" --- content/ressources/axiom-team.json | 2 +- content/ressources/cesium.json | 2 +- content/ressources/forum.json | 2 +- content/ressources/gchange.json | 7 ++----- content/ressources/monnaie-libre-occitanie.json | 2 +- content/ressources/wotwizard.json | 7 ++----- pages/ressources.vue | 2 +- static/settings/categories.json | 4 ++-- 8 files changed, 11 insertions(+), 17 deletions(-) diff --git a/content/ressources/axiom-team.json b/content/ressources/axiom-team.json index c7180235..59a5cd79 100644 --- a/content/ressources/axiom-team.json +++ b/content/ressources/axiom-team.json @@ -3,7 +3,7 @@ "title": "Axiom Team", "url": "https://axiom-team.fr", "featured": 400, - "categories": ["Site web", "Asso", "Mises en avant"], + "categories": ["Site web", "Asso", "Top"], "related": [ { "url": "https://forum.axiom-team.fr", diff --git a/content/ressources/cesium.json b/content/ressources/cesium.json index 105a7956..3d9c8f27 100644 --- a/content/ressources/cesium.json +++ b/content/ressources/cesium.json @@ -2,7 +2,7 @@ "url": "https://cesium.app", "description": "Cesium est le logiciel le plus simple pour gérer ses comptes g1", "title": "Cesium", - "categories": ["App", "Mises en avant"], + "categories": ["App", "Top"], "featured": 100, "image": "/uploads/cesium.svg" } diff --git a/content/ressources/forum.json b/content/ressources/forum.json index 7e83d950..48625e35 100644 --- a/content/ressources/forum.json +++ b/content/ressources/forum.json @@ -1,5 +1,5 @@ { - "categories": ["Site web", "Mises en avant"], + "categories": ["Site web", "Top"], "featured": 300, "url": "https://forum.monnaie-libre.fr", "title": "Forum", diff --git a/content/ressources/gchange.json b/content/ressources/gchange.json index 01b12dcc..6736df38 100644 --- a/content/ressources/gchange.json +++ b/content/ressources/gchange.json @@ -1,8 +1,5 @@ { - "categories": [ - "Site web", - "Petites annonces" - ], + "categories": ["Site web", "Petites annonces", "Top"], "description": "Le site de petites annonces le plus utilisé pour les échanges en g1. Existe sous la forme de site, d'application et d'extension firefox.", "title": "Gchange", "url": "https://gchange.fr", @@ -12,4 +9,4 @@ "url": "https://addons.mozilla.org/fr/firefox/addon/gchange-client/" } ] -} \ No newline at end of file +} diff --git a/content/ressources/monnaie-libre-occitanie.json b/content/ressources/monnaie-libre-occitanie.json index 3e440171..dfe10a84 100644 --- a/content/ressources/monnaie-libre-occitanie.json +++ b/content/ressources/monnaie-libre-occitanie.json @@ -16,7 +16,7 @@ "icon": "youtube" } ], - "categories": ["Groupe local", "Mises en avant", "Asso"], + "categories": ["Groupe local", "Top", "Asso"], "image": "/uploads/mlo.png", "featured": 200, "wallet": "6dMVyFtMWYrtHhcqs2YUqMzQW9S6A6q6emXdf7LdP2Es" diff --git a/content/ressources/wotwizard.json b/content/ressources/wotwizard.json index 3d4e5c86..4c60ec93 100644 --- a/content/ressources/wotwizard.json +++ b/content/ressources/wotwizard.json @@ -3,10 +3,7 @@ "url": "https://wotwizard.axiom-team.fr/fr", "title": "Wotwizard", "description": "Permet de voir les disponibilités et qualités de chacun, et tout un tas d'info sur l'état de la toile de confiance.", - "categories": [ - "Site web", - "Mises en avant" - ], + "categories": ["Site web", "Top"], "wallet": "78ZwwgpgdH5uLZLbThUQH7LKwPgjMunYfLiCfUCySkM8", "related": [ { @@ -16,4 +13,4 @@ "url": "wot-wizard.duniter.org" } ] -} \ No newline at end of file +} diff --git a/pages/ressources.vue b/pages/ressources.vue index 83857f0e..94a286aa 100644 --- a/pages/ressources.vue +++ b/pages/ressources.vue @@ -34,7 +34,7 @@ <script> import categories from '~/static/settings/categories.json' -const defaultSelected = 'Mises en avant' +const defaultSelected = 'Top' export default { name: 'RessourcesPage', diff --git a/static/settings/categories.json b/static/settings/categories.json index 0b12eebe..0be9fa7b 100644 --- a/static/settings/categories.json +++ b/static/settings/categories.json @@ -9,7 +9,7 @@ ], "ressources": [ { - "title": "Mises en avant" + "title": "Top" }, { "title": "Vidéo" @@ -39,4 +39,4 @@ "title": "Petites annonces" } ] -} \ No newline at end of file +} -- GitLab