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
-3
View File
@@ -272,7 +272,6 @@
{/if}
{#each group.branches as row (row.id)}
<Strip
class="strip-child"
{client}
current={row.id === selected}
detail={row.last_item?.text ?? ""}
@@ -297,7 +296,6 @@
{/each}
{#each [...group.forks, ...group.others] as row (row.id)}
<Strip
class="strip-child"
{client}
current={row.id === selected}
detail="{row.kind} · {row.status}"
@@ -327,7 +325,6 @@
{#if shownJobs}
{#each group.jobs as row (row.id)}
<Strip
class="strip-child"
{client}
current={row.id === selected}
detail={row.last_item?.text ?? ""}