Release v1.0.0

This commit is contained in:
2026-07-18 15:07:09 -04:00
parent 8853c614d7
commit 2c023e89f8
6 changed files with 5 additions and 27 deletions
-10
View File
@@ -31,8 +31,6 @@
.then((families) => (fonts = families))
.catch(() => (fonts = []));
});
const stats = $derived(app.compiled?.stats ?? null);
</script>
{#snippet action(
@@ -130,12 +128,4 @@
</button>
<div class="flex-1"></div>
{#if stats}
<span
class="shrink-0 whitespace-nowrap pr-1 text-[10px] text-[var(--color-ink-muted)]"
>
{stats.pages} pages · {stats.words} words · {stats.characters} chars
</span>
{/if}
</div>