diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index a8a75b4..94ab83c 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -1,20 +1,24 @@ -{@render children()} \ No newline at end of file + + ScanWave + + +{@render children()} diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 9562823..a09321c 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -3,7 +3,7 @@
Username: {data.user?.user_metadata.display_name}
Email: {data.user?.email}
Section: {data.user_profile?.section.name}
Position: {data.user_profile?.section_position}
+ To scan a QR code, head over to Scanner in the top right corner. Click on Start scanning and allow camera permissions. + If you close and open your browser and your camera is stuck, simply refresh the page or click Stop scanning and then Start scanning again. + When you scan a QR code, a request is sent to the server to get the user's personal information and to mark their tickets as scanned. +
+ You can view events +