This is a good point for things. Looks good and working well.

This commit is contained in:
Scott Idem
2024-03-21 18:13:05 -04:00
parent 7381797a28
commit 18c1c84044
5 changed files with 263 additions and 56 deletions

View File

@@ -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"