diff --git a/src/routes/private/events/event/view/+page.svelte b/src/routes/private/events/event/view/+page.svelte index 7cf5c17..d9f4413 100644 --- a/src/routes/private/events/event/view/+page.svelte +++ b/src/routes/private/events/event/view/+page.svelte @@ -1,7 +1,15 @@ @@ -249,406 +259,38 @@
{error}
-{event.email_subject}
-{event.email_body}
-Required for syncing participants and sending emails
-| Name | -Surname | -Scanned | -Email Sent | -|
|---|---|---|---|---|
| {participant.name} | -{participant.surname} | -{participant.email} | -
- {#if participant.scanned}
-
-
-
- {:else}
-
-
-
- {/if}
- |
-
- {#if participant.email_sent}
-
-
-
- {:else}
-
-
-
- {/if}
- |
-
- No participants found. Click "Sync Participants" to load from Google Sheets. -
-All participants have been contacted!
-No pending emails to send.
-| Name | -Status | -|
|---|---|---|
| - {result.participant.name} {result.participant.surname} - | -{result.participant.email} | -
- {#if result.success}
-
-
- Sent
-
- {:else}
-
-
- Failed
- {#if result.error}
- ({result.error})
- {/if}
-
- {/if}
- |
-
{error}
-| Name | +Status | +|
|---|---|---|
| + {result.participant.name} {result.participant.surname} + | +{result.participant.email} | +
+ {#if result.success}
+
+
+ Sent
+
+ {:else}
+
+
+ Failed
+ {#if result.error}
+ ({result.error})
+ {/if}
+
+ {/if}
+ |
+
All participants have been contacted!
+No pending emails to send.
+{event.email_subject}
+{event.email_body}
+{error}
+{error}
+Required for syncing participants and sending emails
+| Name | +Surname | +Scanned | +Email Sent | +|
|---|---|---|---|---|
| {participant.name} | +{participant.surname} | +{participant.email} | +
+ {#if participant.scanned}
+
+
+
+ {:else}
+
+
+
+ {/if}
+ |
+
+ {#if participant.email_sent}
+
+
+
+ {:else}
+
+
+
+ {/if}
+ |
+
+ No participants found. Click "Sync Participants" to load from Google Sheets. +
+