From 6d2190d7e6e1899032dc9ca8a0f8c7f0b198408e Mon Sep 17 00:00:00 2001 From: Arthur Lefebvre Date: Wed, 18 Feb 2026 17:41:16 +0100 Subject: [PATCH] Manage login and logout in mobile view --- front/src/AppNavBar.vue | 16 ++++++++++++---- front/src/Home.vue | 10 +++++++++- front/src/LogIn.vue | 1 + front/src/SignUp.vue | 1 + front/src/locales/en.json | 2 ++ front/src/locales/fr.json | 4 +++- 6 files changed, 28 insertions(+), 6 deletions(-) diff --git a/front/src/AppNavBar.vue b/front/src/AppNavBar.vue index edc5e43..ac08c4d 100644 --- a/front/src/AppNavBar.vue +++ b/front/src/AppNavBar.vue @@ -33,9 +33,9 @@ - + @@ -54,6 +54,14 @@ {{ $t('navbar.addbook')}} +