The leads should be ready to go now.....
This commit is contained in:
@@ -236,7 +236,7 @@ $: if ($events_slct.exhibit_id) {
|
||||
on:click={() => {
|
||||
$events_loc.leads.show_option__paid_tab = false;
|
||||
}}
|
||||
class="btn btn-sm variant-soft-primary"
|
||||
class="btn btn-sm variant-ghost-primary"
|
||||
>
|
||||
<span class="fas fa-eye-slash m-1"></span>
|
||||
Hide Payment Tab
|
||||
@@ -470,6 +470,8 @@ $: if ($events_slct.exhibit_id) {
|
||||
<option value={25000}>25 seconds</option>
|
||||
<option value={30000}>30 seconds</option>
|
||||
<option value={45000}>45 seconds</option>
|
||||
<option value={60000}>1 minute</option>
|
||||
<option value={120000}>2 minutes</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
@@ -523,7 +525,7 @@ $: if ($events_slct.exhibit_id) {
|
||||
console.log('Auto hide on sign in');
|
||||
$events_loc.leads.auto_hide_on_sign_in = !$events_loc.leads.auto_hide_on_sign_in;
|
||||
}}
|
||||
class="btn btn-sm variant-ghost w-48"
|
||||
class="btn btn-sm variant-soft w-48"
|
||||
>
|
||||
<span class="fas fa-eye-slash mx-1"></span>
|
||||
Turn {$events_loc.leads.auto_hide_on_sign_in ? 'off' : 'on'} auto hide
|
||||
@@ -538,7 +540,7 @@ $: if ($events_slct.exhibit_id) {
|
||||
console.log('Turn on iframe mode');
|
||||
$ae_loc.iframe = !$ae_loc.iframe;
|
||||
}}
|
||||
class="btn btn-sm variant-ghost w-48"
|
||||
class="btn btn-sm variant-soft w-48"
|
||||
>
|
||||
<span class="fas fa-compress mx-1"></span>
|
||||
Turn {$ae_loc.iframe ? 'off' : 'on'} iframe mode
|
||||
@@ -553,7 +555,7 @@ $: if ($events_slct.exhibit_id) {
|
||||
console.log('Show/Hide Details');
|
||||
$events_loc.show_details = !$events_loc.show_details;
|
||||
}}
|
||||
class="btn btn-sm variant-ghost w-48"
|
||||
class="btn btn-sm variant-soft w-48"
|
||||
>
|
||||
<span class="fas fa-eye mx-1"></span>
|
||||
Show/Hide Details
|
||||
|
||||
Reference in New Issue
Block a user