chore: automated housekeeping...

This commit is contained in:
Pieter Vander Vennet 2024-12-19 14:23:02 +01:00
parent 2d7b8f6e45
commit d24c7477b5
61 changed files with 1475 additions and 2274 deletions

View file

@ -57,7 +57,6 @@
<td>
<button class="as-link cursor-pointer" on:click={() => sort("visitedTime")}>
<Tr t={t.time} />
</button>
</td>
<td>
@ -96,7 +95,6 @@
<div slot="header">Labels</div>
{#if $labels.length === 0}
<Tr t={t.noLabels} />
{:else}
{#each $labels as label}
<div class="mx-2">
@ -114,7 +112,6 @@
}}
>
<Tr t={t.allChanges} />
</button>
</div>
{/each}