From b612356100bf850a49b7ea2f3fcf188a72ff58b3 Mon Sep 17 00:00:00 2001 From: Github Action Date: Fri, 15 Nov 2024 09:08:39 +0000 Subject: [PATCH 1/8] Version 3.2.1-SNAPSHOT [skip ci] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d990eee..a1d3a59 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Item", - "version": "3.2.0", + "version": "3.2.1-SNAPSHOT", "scripts": { "dev": "vite", "build": "vite build", From 38d205c0443fb97f90d00c12f72bad105e103fca Mon Sep 17 00:00:00 2001 From: EryneKL <97091460+EryneKL@users.noreply.github.com> Date: Fri, 15 Nov 2024 11:16:07 +0100 Subject: [PATCH 2/8] FEAT ITEM-373-front-corriger-coquille : - modification d'une coquille dans Navbar.vue --- src/components/Structure/Navbar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Structure/Navbar.vue b/src/components/Structure/Navbar.vue index a6918bb..c2a2ce3 100644 --- a/src/components/Structure/Navbar.vue +++ b/src/components/Structure/Navbar.vue @@ -63,7 +63,7 @@ - Creations + Créations From 19baf16fed817067b024d204d6b07b149e80f019 Mon Sep 17 00:00:00 2001 From: EryneKL <97091460+EryneKL@users.noreply.github.com> Date: Mon, 18 Nov 2024 17:25:51 +0100 Subject: [PATCH 3/8] FEAT ITEM-380-front-epingler-menu-lateral : - ajout d'un switch pour fixer la navbar dans Navbar.vue - modification de App.vue pour pouvoir fixer la navbar --- src/App.vue | 68 +++++++++++++++-------------- src/components/Structure/Navbar.vue | 39 +++++++++++++++-- src/plugins/vuetify.js | 3 ++ 3 files changed, 74 insertions(+), 36 deletions(-) diff --git a/src/App.vue b/src/App.vue index e6bb3f8..cddfacd 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,37 +1,39 @@