feat(ui): graph on d3-force with steady labels, quieter quota text, flat rail

This commit is contained in:
hh
2026-09-02 04:35:01 +02:00
parent c6401f1114
commit f35980ba85
7 changed files with 206 additions and 157 deletions
+5 -3
View File
@@ -111,12 +111,14 @@
{fmtCountdown(w.resets_at, now).replace("resets ", "")}
</span>
</span>
<span class="tabular text-muted-foreground text-xs">
<span
class="tabular text-muted-foreground text-xs"
title="through the gateway this window · last report {fmtRelative(w.ts, now)}"
>
{fmtTokens(
w.gateway.input + w.gateway.output + w.gateway.cache_creation
)}
through here · {fmtMoney(w.gateway.cost_usd)} · seen
{fmtRelative(w.ts, now)}
· {fmtMoney(w.gateway.cost_usd)}
</span>
{/if}
</div>