From 466e4efc230045a46dc2f95c6a21a8ee1288f232 Mon Sep 17 00:00:00 2001 From: Maxime Moraine Date: Fri, 17 Apr 2020 17:04:03 +0200 Subject: [PATCH] =?UTF-8?q?r=C3=A9paration=20des=20menus=20et=20ajout=20de?= =?UTF-8?q?=20la=20fonction=20jour/nuit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.vuepress/theme/components/NavDrawer.vue | 188 +++++++++++------- docs/.vuepress/theme/components/Navbar.vue | 28 ++- docs/.vuepress/theme/enhanceApp.js | 2 +- docs/.vuepress/theme/layouts/GlobalLayout.vue | 23 ++- docs/.vuepress/theme/layouts/SpellsLayout.vue | 2 + docs/README.md | 3 +- package.json | 1 + yarn.lock | 124 ++---------- 8 files changed, 170 insertions(+), 201 deletions(-) diff --git a/docs/.vuepress/theme/components/NavDrawer.vue b/docs/.vuepress/theme/components/NavDrawer.vue index 07044e6..1bdfe4c 100644 --- a/docs/.vuepress/theme/components/NavDrawer.vue +++ b/docs/.vuepress/theme/components/NavDrawer.vue @@ -1,88 +1,130 @@