Bug fix for IDAA Archive Content edit button. Updates related to new Launcher.

This commit is contained in:
Scott Idem
2025-07-22 15:56:07 -04:00
parent 7d07879e21
commit 1e94043e19
6 changed files with 256 additions and 246 deletions

View File

@@ -179,6 +179,17 @@ let ae_promises: key_val = $state({});
</a> -->
{/if}
{:else}
<span
class="text-sm text-gray-500 italic"
title="No file linked."
>
<span class="fas fa-exclamation-triangle text-warning"></span>
No file linked.
<span class="fas fa-exclamation-triangle text-warning"></span>
</span>
{/if}
{#if $ae_loc.trusted_access && $ae_loc.edit_mode}
<button
type="button"
@@ -196,16 +207,6 @@ let ae_promises: key_val = $state({});
<span class="fas fa-edit m-1"></span> Edit Content
</button>
{/if}
{:else}
<span
class="text-sm text-gray-500 italic"
title="No file linked."
>
<span class="fas fa-exclamation-triangle text-warning"></span>
No file linked.
<span class="fas fa-exclamation-triangle text-warning"></span>
</span>
{/if}
</div>
<section class="ae_section archive_content__content">