ui: trend panel + range selector on host repo page

This commit is contained in:
2026-05-07 19:10:59 +01:00
parent a48df77f40
commit 8be551349c
7 changed files with 204 additions and 0 deletions
+6
View File
@@ -245,6 +245,12 @@
</div>
</div>
{{/* ---------- Trend ---------- */}}
<h2 class="text-[11.5px] font-semibold uppercase tracking-[0.08em] text-ink-mute mt-7 mb-3.5">Trend</h2>
<div class="panel rounded-[7px] p-5">
{{template "repo_size_chart" (dict "Page" $page.Trend)}}
</div>
{{/* ---------- Host-default hooks ---------- */}}
<h2 class="text-[11.5px] font-semibold uppercase tracking-[0.08em] text-ink-mute mt-9 mb-3.5">Host-default hooks</h2>
<form method="post" action="/hosts/{{$host.ID}}/repo/hooks" class="panel rounded-[7px] p-5">