Last minute removing of older components that need to be updated later. No more Tab with Skeleton?
This commit is contained in:
@@ -6,7 +6,8 @@ export let data: any;
|
||||
import { onMount } from 'svelte';
|
||||
import { goto, invalidate, pushState, replaceState } from '$app/navigation';
|
||||
|
||||
import { Tab, Tabs } from '@skeletonlabs/skeleton-svelte';
|
||||
// import { Tab, Tabs } from '@skeletonlabs/skeleton-svelte';
|
||||
import { Tabs } from '@skeletonlabs/skeleton-svelte';
|
||||
|
||||
import type { key_val } from '$lib/ae_stores';
|
||||
import { ae_util } from '$lib/ae_utils/ae_utils';
|
||||
@@ -502,7 +503,7 @@ function send_init_confirm_email({index, lic_key, lic_pass}) {
|
||||
class="bg-surface-100-900 w-full"
|
||||
>
|
||||
{#if $events_loc.leads.show_option__paid_tab ?? true}
|
||||
<Tab
|
||||
<!-- <Tab
|
||||
bind:group={$events_loc.leads.tab[$events_slct.exhibit_id]}
|
||||
name="tab_payment"
|
||||
value={'payment'}
|
||||
@@ -521,22 +522,21 @@ function send_init_confirm_email({index, lic_key, lic_pass}) {
|
||||
<span class="text-xs">License
|
||||
Payment</span>
|
||||
{/if}
|
||||
</Tab>
|
||||
</Tab> -->
|
||||
{/if}
|
||||
|
||||
<Tab
|
||||
<!-- <Tab
|
||||
bind:group={$events_loc.leads.tab[$events_slct.exhibit_id]}
|
||||
name="tab_start"
|
||||
value={'start'}>
|
||||
<svelte:fragment slot="lead">
|
||||
<span class="fas fa-home"></span>
|
||||
</svelte:fragment>
|
||||
<!-- Start -->
|
||||
Main
|
||||
</Tab>
|
||||
</Tab> -->
|
||||
|
||||
<!-- Add/Scan - For adding attendee leads by manually adding their ID or scanning their QR code. -->
|
||||
<Tab
|
||||
<!-- <Tab
|
||||
bind:group={$events_loc.leads.tab[$events_slct.exhibit_id]}
|
||||
name="tab_add_scan"
|
||||
value={'add_scan'}
|
||||
@@ -547,10 +547,10 @@ function send_init_confirm_email({index, lic_key, lic_pass}) {
|
||||
<span class="fas fa-qrcode"></span>
|
||||
</svelte:fragment>
|
||||
Add/Scan
|
||||
</Tab>
|
||||
</Tab> -->
|
||||
|
||||
<!-- Leads - For viewing and managing the leads that have been collected. -->
|
||||
<Tab
|
||||
<!-- <Tab
|
||||
bind:group={$events_loc.leads.tab[$events_slct.exhibit_id]}
|
||||
name="tab_leads"
|
||||
value={'leads'}
|
||||
@@ -561,10 +561,10 @@ function send_init_confirm_email({index, lic_key, lic_pass}) {
|
||||
<span class="fas fa-users"></span>
|
||||
</svelte:fragment>
|
||||
Leads
|
||||
</Tab>
|
||||
</Tab> -->
|
||||
|
||||
<!-- Manage - For changing the settings, exporting, and other. -->
|
||||
<Tab
|
||||
<!-- <Tab
|
||||
bind:group={$events_loc.leads.tab[$events_slct.exhibit_id]}
|
||||
name="tab_manage"
|
||||
value={'manage'}
|
||||
@@ -583,9 +583,8 @@ function send_init_confirm_email({index, lic_key, lic_pass}) {
|
||||
<svelte:fragment slot="lead">
|
||||
<span class="fas fa-cogs"></span>
|
||||
</svelte:fragment>
|
||||
<!-- Manage -->
|
||||
Conf
|
||||
</Tab>
|
||||
</Tab> -->
|
||||
</Tabs>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user