Working on new standalone event file manage element

This commit is contained in:
Scott Idem
2024-06-27 15:51:49 -04:00
parent 8c8748b571
commit 37ac30c56c
3 changed files with 201 additions and 1 deletions

View File

@@ -26,6 +26,7 @@ import { events_func } from '$lib/ae_events_functions';
import Form_agree from './form_agree.svelte';
import Presenter_view from './presenter_view.svelte';
import Element_manage_event_file_li from '$lib/element_manage_event_file_li.svelte';
// Quickly save the data passed from the parent(s) to the Svelte stores, localStorage, and other.
$slct.account_id = data.account_id;
@@ -1690,6 +1691,11 @@ function send_sign_in_poc_email(
</ul>
{/if}
<Element_manage_event_file_li
link_to_type={'event_presentation'}
link_to_id={event_presentation_obj.event_presentation_id_random}
/>
<!-- Show files list for this presentation -->
<!-- {#await event_presentation_obj.event_file_li}
<p>Loading...</p>

View File

@@ -10,7 +10,7 @@ import { liveQuery } from "dexie";
const dispatch = createEventDispatcher();
import type { key_val } from '$lib/ae_stores';
import { ae_util, shorten_string } from '$lib/ae_utils';
import { ae_util } from '$lib/ae_utils';
import { api } from '$lib/api';
import Element_ae_crud from '$lib/element_ae_crud.svelte';
// import Element_data_store from '$lib/element_data_store.svelte';