ui: trend panel + range selector on host repo page
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user