From be43fe8a0abde633054b7180a4f3137c2dc6de72 Mon Sep 17 00:00:00 2001 From: Francisco Penedo Alvarez Date: Mon, 23 Mar 2026 01:27:10 +0100 Subject: [PATCH] Add barcode scanning --- src/hxbooks/templates/base.html.j2 | 1 + .../templates/components/import_modal.html.j2 | 307 ++++++++++++++++-- 2 files changed, 288 insertions(+), 20 deletions(-) diff --git a/src/hxbooks/templates/base.html.j2 b/src/hxbooks/templates/base.html.j2 index f216305..149fce8 100644 --- a/src/hxbooks/templates/base.html.j2 +++ b/src/hxbooks/templates/base.html.j2 @@ -24,6 +24,7 @@ type="text/css" /> + \ No newline at end of file