This is a good point for things. Looks good and working well.
This commit is contained in:
@@ -141,6 +141,34 @@ export let get_event_exhibit_tracking_export = async function get_event_exhibit_
|
||||
|
||||
{/if} <!-- $events_loc?.leads.auth_exhibit_kv[$events_slct.exhibit_id].key -->
|
||||
|
||||
<div>
|
||||
<button
|
||||
class="btn btn-sm variant-ghost-warning"
|
||||
title="Reload and clear the page cache"
|
||||
on:click={() => {
|
||||
// $ae_loc.
|
||||
window.location.reload(true);
|
||||
}}
|
||||
>
|
||||
<span class="fas fa-sync mx-1"></span>
|
||||
Reload and
|
||||
<span class="fas fa-trash mx-1"></span>
|
||||
Clear Cache
|
||||
</button>
|
||||
<button
|
||||
class="btn btn-sm variant-ghost-warning"
|
||||
title="Clear the browser storage for this page"
|
||||
on:click={() => {
|
||||
// $ae_loc.
|
||||
localStorage.clear();
|
||||
sessionStorage.clear();
|
||||
alert('Local and Session Storage cleared. You will probably want to reload/refresh the page as well.');
|
||||
}}
|
||||
>
|
||||
<span class="fas fa-eraser mx-1"></span>
|
||||
Clear Storage
|
||||
</button>
|
||||
</div>
|
||||
|
||||
<hr class="border w-full">
|
||||
|
||||
@@ -190,6 +218,9 @@ export let get_event_exhibit_tracking_export = async function get_event_exhibit_
|
||||
Show/Hide Details
|
||||
</button>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- {#if $events_loc?.leads.auth_exhibit_kv && $events_loc.leads.auth_exhibit_kv[$events_slct.exhibit_id]}
|
||||
<button
|
||||
type="button"
|
||||
|
||||
Reference in New Issue
Block a user