Now with much better badge search function. And bug fix for Payment tab.

This commit is contained in:
Scott Idem
2024-04-04 21:33:45 -04:00
parent 5671423467
commit 16f65cf85f
7 changed files with 456 additions and 92 deletions

View File

@@ -120,15 +120,16 @@ $: if ($events_sess.stripe && $events_sess.stripe.license_qty >= 0 || $events_se
<p>You have not rented any tablets for scanning. You can use your own device(s) with this service.</p>
{/if}
<p>To save space while using this app you can hide this payment tab now that you have paid for your licenses. This can be unhidden under the Conf tab if needed.</p>
<p>To save space while using this app you can hide this payment tab now that you have paid for your licenses. This can be unhidden under the Conf(ig) tab if needed.</p>
</div>
<button
type="button"
on:click={() => {
let confirm_hide = confirm('Are you sure you want to hide this tab?');
let confirm_hide = confirm('You can unhide this later under the Config tab.');
if (confirm_hide) {
$events_loc.leads.show_option__paid_tab = false;
$events_loc.leads.tab[$events_slct.exhibit_id] = 'start';
}
}}
class="btn variant-soft-primary"