More quick updates and clean up

This commit is contained in:
Scott Idem
2024-03-04 13:43:24 -05:00
parent a0947e349a
commit 6c60ee3086
8 changed files with 138 additions and 87 deletions

View File

@@ -80,6 +80,19 @@ onMount(() => {
<span class="fas fa-sync mx-1"></span>
Reload and Clear Cache
</button>
<button
class="btn btn-sm variant-soft"
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 refresh the page.');
}}
>
<span class="fas fa-sync mx-1"></span>
Clear Storage
</button>
</div>
</section>