Improve mobile UI and add infinite scroll
This commit is contained in:
@@ -1,4 +1,16 @@
|
||||
{{define "kpi"}}
|
||||
<!-- Invited Staff -->
|
||||
<article class="card border-l-4 border-l-brand-200 p-4">
|
||||
<div class="flex items-start justify-between">
|
||||
<p class="text-xs font-semibold uppercase tracking-widest text-slate-400">Invited Staff</p>
|
||||
<svg class="h-4 w-4 text-brand-300" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2">
|
||||
<path stroke-linecap="round" stroke-linejoin="round" d="M5.121 17.804A9.956 9.956 0 0112 15c2.2 0 4.236.711 5.879 1.915M15 11a3 3 0 11-6 0 3 3 0 016 0z"/>
|
||||
</svg>
|
||||
</div>
|
||||
<p class="num mt-3 text-3xl font-semibold text-slate-900">{{.InvitedStaff}}</p>
|
||||
<p class="mt-1 text-xs text-slate-400">Total staff undangan</p>
|
||||
</article>
|
||||
|
||||
<!-- Total Staff -->
|
||||
<article class="card border-l-4 border-l-brand-300 p-4">
|
||||
<div class="flex items-start justify-between">
|
||||
|
||||
Reference in New Issue
Block a user