Marking old files for deletion. Improvement to archive content grouping.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user