diff --git a/src/routes/sponsorships/+page.svelte b/src/routes/sponsorships/+page.svelte index dc88fece..d3bae34c 100644 --- a/src/routes/sponsorships/+page.svelte +++ b/src/routes/sponsorships/+page.svelte @@ -30,6 +30,8 @@ const modalComponentViewSponsorshipObj: ModalComponent = { ref: View_modal_spons const modal_view__sponsorship_obj: ModalSettings = { type: 'component', component: modalComponentViewSponsorshipObj, + title: 'Viewing Sponsorship', + position: '', // default is "items-center" }; // We don't want the edit or view to show up by default. Maybe if we see an object ID param in the URL, we can show the view modal. @@ -235,6 +237,7 @@ const modal_edit__sponsorship_obj: ModalSettings = { type: 'component', component: 'modalComponentEditSponsorshipObj', title: 'Edit Sponsorship', + position: '', // default is "items-center" }; // const modal_view__sponsorship_obj: ModalSettings = { diff --git a/src/routes/sponsorships/10_edit_modal__sponsorship_obj.svelte b/src/routes/sponsorships/10_edit_modal__sponsorship_obj.svelte index 4569a25b..6186e036 100644 --- a/src/routes/sponsorships/10_edit_modal__sponsorship_obj.svelte +++ b/src/routes/sponsorships/10_edit_modal__sponsorship_obj.svelte @@ -71,6 +71,10 @@ let tab_set = $store_current_tab; Start + + + Files + Gala Guests @@ -170,6 +174,21 @@ let tab_set = $store_current_tab; + {:else if $store_current_tab === 'files'} + + Add your logo here. This logo will be displayed at the gala. + Upload logo (png, webp, jpg, svg) + + + + + + Add your promotional video here. This video will play at the end of the gala. + Promotional video (mp4, mpv, webm, mkv) + + + + {:else if $store_current_tab === 'gala_guests'} @@ -240,8 +259,31 @@ let tab_set = $store_current_tab; {/if} diff --git a/src/routes/sponsorships/10_list__sponsorship_obj.svelte b/src/routes/sponsorships/10_list__sponsorship_obj.svelte index 322d1055..f81835df 100644 --- a/src/routes/sponsorships/10_list__sponsorship_obj.svelte +++ b/src/routes/sponsorships/10_list__sponsorship_obj.svelte @@ -58,7 +58,7 @@ onMount(() => { class="variant-soft-primary" title={`Open to see details: ${ae_sponsorship_obj.name}`} > - + View @@ -78,7 +78,7 @@ onMount(() => { class="variant-soft-warning" title={`Edit meeting: ${ae_sponsorship_obj.name}`} > - Edit + Edit {/if} diff --git a/src/routes/sponsorships/[slug]/+page.svelte b/src/routes/sponsorships/[slug]/+page.svelte index d895400c..7a5133e9 100644 --- a/src/routes/sponsorships/[slug]/+page.svelte +++ b/src/routes/sponsorships/[slug]/+page.svelte @@ -25,6 +25,7 @@ const modal_edit__sponsorship_obj: ModalSettings = { type: 'component', component: modalComponentEditSponsorshipObj, title: 'Edit Your Sponsorship', + position: '', // default is "items-center" };
Add your logo here. This logo will be displayed at the gala.
Add your promotional video here. This video will play at the end of the gala.