From 5e293b706248832cab38bcf003960fb0558c0017 Mon Sep 17 00:00:00 2001 From: Jesudas Joseph Date: Sun, 8 Mar 2026 23:20:06 -0700 Subject: [PATCH 1/2] Add simple host instructions. --- .../event/[id=eventID]/components/registration.svelte | 9 +++++++-- src/routes/event/[id=eventID]/components/voting.svelte | 9 +++++++-- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/src/routes/event/[id=eventID]/components/registration.svelte b/src/routes/event/[id=eventID]/components/registration.svelte index 3aeec73..106c5a5 100644 --- a/src/routes/event/[id=eventID]/components/registration.svelte +++ b/src/routes/event/[id=eventID]/components/registration.svelte @@ -3,7 +3,7 @@ import { EventsAPI, type BallotResponseData, type EventResponseData } from '$lib/api/events'; import { getStorageContext } from '$lib/storage/storage'; import QRCode from '@castlenine/svelte-qrcode'; - import { Button, Heading } from 'flowbite-svelte'; + import { Button, Heading, P } from 'flowbite-svelte'; import { ClipboardCheckOutline, ClipboardCleanOutline } from 'flowbite-svelte-icons'; const { @@ -42,7 +42,12 @@
- Registration ({event.name}) + Registration ({event.name}) + +

+ Share the QR-code with voters to get them registered to vote. When atleast 2 voters have to be + registered to continue. If you continue users will no longer be able to register. +