Marking old files for deletion. Improvement to archive content grouping.

This commit is contained in:
Scott Idem
2024-11-15 10:35:04 -05:00
parent 26faf50058
commit 40081c2804
8 changed files with 11 additions and 11 deletions

View File

@@ -34,14 +34,14 @@ let ae_promises: key_val = {};
type="button"
class="btn btn-md variant-glass-secondary hover:variant-filled-secondary transition w-96"
on:click={() => {
if ($idaa_loc.archives.show_list__archive_content_li_group == idaa_archive_content_obj.group) {
$idaa_loc.archives.show_list__archive_content_li_group = null;
if ($idaa_sess.archives.show_list__archive_content_li_group == idaa_archive_content_obj.group) {
$idaa_sess.archives.show_list__archive_content_li_group = null;
} else {
$idaa_loc.archives.show_list__archive_content_li_group = idaa_archive_content_obj.group;
$idaa_sess.archives.show_list__archive_content_li_group = idaa_archive_content_obj.group;
}
}}
>
{#if $idaa_loc.archives.show_list__archive_content_li_group == idaa_archive_content_obj.group}
{#if $idaa_sess.archives.show_list__archive_content_li_group == idaa_archive_content_obj.group}
<span class="fas fa-caret-down"></span>
<!-- <span class="fas fa-minus"></span> -->
<span class="ae_label text-xs">Hide:</span>
@@ -57,7 +57,7 @@ let ae_promises: key_val = {};
</div>
{/if}
{#if $idaa_loc.archives.show_list__archive_content_li_group == idaa_archive_content_obj.group}
{#if $idaa_sess.archives.show_list__archive_content_li_group == idaa_archive_content_obj.group}
<div
class="container archive archive_content_obj border border-1 rounded p-2 mb-2 space-y-2 w-full max-w-screen-lg flex flex-col items-center justify-center"