The IDAA Archives seem to be working pretty well. Still need some more testing.

This commit is contained in:
Scott Idem
2025-07-09 17:43:41 -04:00
parent 06cf665b06
commit b030c0eec4
2 changed files with 4 additions and 4 deletions

View File

@@ -88,7 +88,7 @@ let { log_lvl = 0, lq__archive_obj, lq__archive_content_obj_li }: Props = $props
{#if $ae_loc.trusted_access && $ae_loc.edit_mode}
<section class="ae_section ae_options filters_and_search flex flex-col gap-1 my-2 p-2 border rounded-md items-center justify-center bg-gray-200 border-gray-300 dark:bg-gray-800 dark:border-gray-700">
<div class="ae_section ae_options filters_and_search flex flex-col gap-1 my-2 p-2 border rounded-md items-center justify-center bg-gray-200 border-gray-300 dark:bg-gray-800 dark:border-gray-700">
<span
class="flex flex-row gap-1 items-center justify-around"
@@ -253,7 +253,7 @@ let { log_lvl = 0, lq__archive_obj, lq__archive_content_obj_li }: Props = $props
<!-- {/if} -->
</div>
</section>
</div>
{/if}