Work on expanding the routes

This commit is contained in:
Scott Idem
2024-03-04 20:55:48 -05:00
parent 6c60ee3086
commit 19a6ff6dbe
22 changed files with 846 additions and 118 deletions

View File

@@ -52,7 +52,7 @@ onMount(() => {
<div data-sveltekit-preload-data="false" class="">
{#if $ae_loc.iframe}
<!-- {#if $ae_loc.iframe}
<a
class="btn btn-sm variant-soft"
href="/?iframe=false"
@@ -73,7 +73,6 @@ onMount(() => {
class="btn btn-sm variant-soft"
title="Reload and clear the page cache"
on:click={() => {
// $ae_loc.
window.location.reload(true);
}}
>
@@ -84,7 +83,6 @@ onMount(() => {
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.');
@@ -93,6 +91,13 @@ onMount(() => {
<span class="fas fa-sync mx-1"></span>
Clear Storage
</button>
<a
class="btn btn-sm variant-soft"
href="/hosted_files"
>
<span class="fas fa-code mx-1"></span>
Util: Convert Videos
</a> -->
</div>
</section>