From 527510db2f133385960245ed62c3156d9ea6d4a2 Mon Sep 17 00:00:00 2001 From: Arthur Lefebvre Date: Tue, 17 Feb 2026 15:53:04 +0100 Subject: [PATCH] Add barcode button on mobile --- front/src/AppNavBar.vue | 2 ++ front/src/BarcodeModal.vue | 6 +++++- front/src/ScanBook.vue | 3 +++ 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/front/src/AppNavBar.vue b/front/src/AppNavBar.vue index 09539af..edc5e43 100644 --- a/front/src/AppNavBar.vue +++ b/front/src/AppNavBar.vue @@ -2,6 +2,7 @@ import { ref } from 'vue' import { useRouter, RouterLink } from 'vue-router' import NavBarSearch from './NavBarSearch.vue' + import BarcodeModal from './BarcodeModal.vue' import { useAuthStore } from './auth.store.js' const authStore = useAuthStore(); @@ -30,6 +31,7 @@ +
-