General clean up of files. Less debug. Less extra stuff.
This commit is contained in:
@@ -294,13 +294,13 @@ async function handle_submit_form(event) {
|
||||
|
||||
if ($slct.event_presenter_id) {
|
||||
if ($store_current_tab == 'start' && $slct.event_presenter_id) {
|
||||
$store_current_tab = 'biograhpy';
|
||||
$store_current_tab = 'biography';
|
||||
if (!$slct.event_presenter_obj.updated_on) {
|
||||
send_init_confirm_email();
|
||||
}
|
||||
|
||||
// Move on to files
|
||||
} else if ($store_current_tab == 'biograhpy' && $slct.event_presenter_id) {
|
||||
} else if ($store_current_tab == 'biography' && $slct.event_presenter_id) {
|
||||
$store_current_tab = 'files';
|
||||
|
||||
// Move on to summary
|
||||
@@ -712,8 +712,8 @@ async function handle_delete_event_presenter_obj({event_presenter_id, hosted_fil
|
||||
</Tab> -->
|
||||
<!-- <Tab
|
||||
bind:group={$store_current_tab}
|
||||
name="tab_biograhpy"
|
||||
value={'biograhpy'}
|
||||
name="tab_biography"
|
||||
value={'biography'}
|
||||
disabled={!$slct.event_presenter_obj.event_presenter_id_random}
|
||||
regionTab={!$slct.event_presenter_obj.event_presenter_id_random ? 'text-slate-400' : ''}
|
||||
>
|
||||
@@ -957,10 +957,10 @@ async function handle_delete_event_presenter_obj({event_presenter_id, hosted_fil
|
||||
</section>
|
||||
|
||||
|
||||
{:else if $store_current_tab === 'biograhpy'}
|
||||
{:else if $store_current_tab === 'biography'}
|
||||
|
||||
|
||||
<section class="biograhpy space-y-4">
|
||||
<section class="biography space-y-4">
|
||||
|
||||
<form
|
||||
class="modal-form {$ae_loc.hub.classes__form}"
|
||||
|
||||
@@ -126,15 +126,14 @@ onMount(() => {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/*
|
||||
.ae_header h3 {
|
||||
font-size: 1.2em;
|
||||
margin: 0;
|
||||
/* padding: 0; */
|
||||
}
|
||||
|
||||
.event_presenter_obj .ae_meta {
|
||||
flex-direction: column;
|
||||
/* justify-content: space-between; */
|
||||
}
|
||||
|
||||
.event_presenter_obj .ae_meta .ae_group {
|
||||
@@ -145,4 +144,5 @@ onMount(() => {
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
}
|
||||
*/
|
||||
</style>
|
||||
|
||||
@@ -8,13 +8,13 @@ import { onMount } from 'svelte';
|
||||
|
||||
// https://github.com/skeletonlabs/skeleton/blob/master/packages/skeleton/src/lib/utilities/Modal/types.ts
|
||||
// To retrieve the store, getModalStore must be invoked at the top level of your component!
|
||||
import type {
|
||||
DrawerSettings,
|
||||
ModalSettings,
|
||||
ModalComponent,
|
||||
ModalStore
|
||||
} from '@skeletonlabs/skeleton-svelte';
|
||||
const modalStore = getModalStore();
|
||||
// import type {
|
||||
// DrawerSettings,
|
||||
// ModalSettings,
|
||||
// ModalComponent,
|
||||
// ModalStore
|
||||
// } from '@skeletonlabs/skeleton-svelte';
|
||||
// const modalStore = getModalStore();
|
||||
|
||||
import { api } from '$lib/api';
|
||||
import { ae_loc, ae_sess, ae_api, ae_trig, slct, slct_trigger } from '$lib/ae_stores';
|
||||
|
||||
Reference in New Issue
Block a user