feat(ui): interactive graph, strip context menus, days by activity, message times, limit status words

This commit is contained in:
hh
2026-09-02 04:24:15 +02:00
parent 025f2dbc3f
commit c6401f1114
27 changed files with 1619 additions and 381 deletions
+1 -1
View File
@@ -17,7 +17,7 @@
>
<h1 class="font-semibold text-lg tracking-tight">System</h1>
{#each SYSTEM_PAGES as item (item.href)}
{@const active = isActive(page.url.pathname, base, item.href)}
{@const active = isActive(page.url.pathname, base, item.href, item.exact)}
<a
aria-current={active ? "page" : undefined}
class={cn("rule-word", active && "text-foreground")}