I should have committed this earlier. Lots of changes to use LiveQuery and better menus.

This commit is contained in:
Scott Idem
2024-09-18 16:45:49 -04:00
parent fd152cc27e
commit 04b549b874
25 changed files with 654 additions and 619 deletions

View File

@@ -81,7 +81,7 @@ onMount(() => {
// ae_tmp.show__file_li = true;
}}
class="btn btn-sm p-1 m-1 variant-soft-tertiary hover:variant-ghost-warning transition hover:transition-all *:hover:inline"
class:hidden={!$ae_loc.authenticated_access}
class:hidden={!$ae_loc.edit_mode || !$ae_loc.authenticated_access}
title="Refresh the list of files"
>
<span class="fas fa-sync-alt m-1"></span>
@@ -97,7 +97,7 @@ onMount(() => {
ae_tmp.show__direct_download = !ae_tmp.show__direct_download;
}}
class="btn btn-sm p-1 m-1 variant-soft-tertiary hover:variant-ghost-warning transition hover:transition-all *:hover:inline"
class:hidden={!$ae_loc.trusted_access}
class:hidden={!$ae_loc.edit_mode || !$ae_loc.trusted_access}
title="Toggle direct download link and copy link button"
>
<span class="fas fa-download m-1"></span>