First realish round of updates by Gemini...
This commit is contained in:
@@ -145,10 +145,20 @@ function add_activity_log(
|
||||
>
|
||||
</Help_tech>
|
||||
|
||||
{#if $lq__archive_obj_li && $lq__archive_obj_li?.length}
|
||||
<Comp__archive_obj_li
|
||||
lq__archive_obj_li={lq__archive_obj_li}
|
||||
/>
|
||||
{:else}
|
||||
<p>No archives available to show.</p>
|
||||
{/if}
|
||||
{#await lq__archive_obj_li}
|
||||
<div class="flex flex-col items-center justify-center p-8">
|
||||
<span class="fas fa-spinner fa-spin text-4xl text-primary-500 mb-4"></span>
|
||||
<span class="text-lg text-gray-600 dark:text-gray-400">Loading archives...</span>
|
||||
</div>
|
||||
{:then}
|
||||
{#if $lq__archive_obj_li && $lq__archive_obj_li?.length}
|
||||
<Comp__archive_obj_li
|
||||
lq__archive_obj_li={lq__archive_obj_li}
|
||||
/>
|
||||
{:else}
|
||||
<div class="flex flex-col items-center justify-center p-4 text-center">
|
||||
<p class="text-lg text-gray-600 dark:text-gray-400 mb-4">No archives found.</p>
|
||||
<p class="text-md text-gray-500 dark:text-gray-300">Archives will appear here once created.</p>
|
||||
</div>
|
||||
{/if}
|
||||
{/await}
|
||||
|
||||
Reference in New Issue
Block a user