From 53c409cc21b44732260a7e002ef3dd0a3a2bd1ba Mon Sep 17 00:00:00 2001 From: spgeticode Date: Tue, 18 Mar 2025 20:53:26 +0800 Subject: [PATCH] Added ISBN barcode scaning functionality Updated search.html with QuaggsJS inline so you scan isbn barcodes. Scanned information is directly inserted into the search field. The scan ISBN button is only available when the client is using https (the button is hidden) --- Booktracker/wwwroot/search.html | 70 ++++++++++++++++++++++++++++++++- 1 file changed, 69 insertions(+), 1 deletion(-) diff --git a/Booktracker/wwwroot/search.html b/Booktracker/wwwroot/search.html index 12e2392..d0b95ef 100644 --- a/Booktracker/wwwroot/search.html +++ b/Booktracker/wwwroot/search.html @@ -86,12 +86,80 @@

+ + + + + + @@ -242,4 +310,4 @@

Card with title and image

- \ No newline at end of file +