From 7381797a28f041b108a55e85139fc772e875bdd9 Mon Sep 17 00:00:00 2001 From: Scott Idem Date: Thu, 21 Mar 2024 15:20:48 -0400 Subject: [PATCH] This is just a good clean point of development. Still a lot of work though! --- src/app.postcss | 7 +++ src/lib/element_qr_scanner.svelte | 2 +- src/routes/events_leads/+page.svelte | 2 +- .../events_leads/exhibit/[slug]/+page.svelte | 50 +++++++------------ .../exhibit/[slug]/leads_add_scan.svelte | 10 ++-- .../exhibit/[slug]/leads_list.svelte | 12 ++++- .../exhibit/[slug]/leads_manage.svelte | 6 +-- .../exhibit/[slug]/leads_payment.svelte | 6 +-- 8 files changed, 51 insertions(+), 44 deletions(-) diff --git a/src/app.postcss b/src/app.postcss index 5e9f3630..395212b1 100644 --- a/src/app.postcss +++ b/src/app.postcss @@ -208,6 +208,13 @@ input:required { border-radius: 0; border: none; } + +/* .md:btn-group button, +.lg:btn-group button { + border-radius: 0; + border: none; +} */ + /* div.btn-group button:first-child { border-top-left-radius: .25rem; border-bottom-left-radius: .25rem; diff --git a/src/lib/element_qr_scanner.svelte b/src/lib/element_qr_scanner.svelte index 04d83c2a..edea1abf 100644 --- a/src/lib/element_qr_scanner.svelte +++ b/src/lib/element_qr_scanner.svelte @@ -278,7 +278,7 @@ function handle_qr_manual_entry() {
+ class="flex flex-col items-center border border-slate-500/10 p-2">
Select your exhibit booth from the list and enter passcode you were given. If it is correct you will be taken to the page for your exhibit.
diff --git a/src/routes/events_leads/exhibit/[slug]/+page.svelte b/src/routes/events_leads/exhibit/[slug]/+page.svelte index bdba64e6..b4f0bc9b 100644 --- a/src/routes/events_leads/exhibit/[slug]/+page.svelte +++ b/src/routes/events_leads/exhibit/[slug]/+page.svelte @@ -404,7 +404,7 @@ function send_init_confirm_email({to_email}) {
@@ -562,13 +562,13 @@ function send_init_confirm_email({to_email}) { {#if $events_loc.leads.auth_exhibit_kv[$events_slct.exhibit_id] && $events_loc.leads.auth_exhibit_kv[$events_slct.exhibit_id].key} -

+

You are logged in using the shared exhibit staff passcode and are using the license key for {$events_loc.leads.auth_exhibit_kv[$events_slct.exhibit_id].key}. Any leads you collect will be associated with this license key (email address).

{:else if $events_loc?.leads.auth_exhibit_kv[$events_slct.exhibit_id]} -

To use the lead retrieval service, please select a license from the list below. You may need to add one first.

+

Please select your name from the license list below to use the lead retrieval service. You may need to add your name first. This is also used to link new leads to whoever adds them.

{:else} -

To access this exhibit you must enter the shared staff passcode that you were given. You will then be able to select a license and use the lead retrieval service from your device.

+

To access this exhibit you must enter the shared staff passcode that you were given. You will then be able to select a license and use the lead retrieval service from your device.