Now even prettier with the new Tailwind CSS plugin. Probably should have done this long ago...

This commit is contained in:
Scott Idem
2026-03-24 12:11:25 -04:00
parent 9a75243d9c
commit e9379be5a1
22 changed files with 615 additions and 615 deletions

View File

@@ -501,7 +501,7 @@ $effect(() => {
});
}}>
{#await ae_promises.update__person_obj}
<LoaderCircle size="1em" class="animate-spin mx-1" />
<LoaderCircle size="1em" class="mx-1 animate-spin" />
{:then}
{#if ae_tmp.value__data_json == $lq__person_obj.data_json}
<Check size="1em" class="mx-1" />