More IDAA related updates

This commit is contained in:
Scott Idem
2025-06-23 14:15:50 -04:00
parent b59dcf20d5
commit e93c70e0e4
4 changed files with 82 additions and 61 deletions

View File

@@ -43,27 +43,24 @@ if (log_lvl) {
>
{#snippet header()}
<div class="flex flex-row items-center justify-between w-full">
<h3 class="text-base font-semibold">
<!-- <span class="text-sm text-gray-500">
Viewing:
</span> -->
{$idaa_slct.archive_content_obj?.name} - {$lq__archive_content_obj?.archive_content_id}</h3>
</div>
<div class="flex flex-row items-center justify-between w-full">
<h3 class="text-base font-semibold">
<!-- <span class="text-sm text-gray-500">
Viewing:
</span> -->
{$idaa_slct.archive_content_obj?.name} - {$lq__archive_content_obj?.archive_content_id}</h3>
</div>
<button
type="button"
class="btn btn-sm btn-secondary absolute top-2 right-2"
onclick={() => {
$idaa_sess.archives.show__modal_view__archive_content_id = false;
}}
>
<span class="fas fa-times"></span>
Close
</button>
<button
type="button"
class="btn btn-sm btn-secondary absolute top-2 right-2"
onclick={() => {
$idaa_sess.archives.show__modal_view__archive_content_id = false;
}}
>
<span class="fas fa-times"></span>
Close
</button>
{/snippet}
<Media_player