feat(profiles): add pending count to profile card stats

This commit is contained in:
2026-07-28 07:37:44 +08:00
parent c23de38b21
commit 7da337cc4d
3 changed files with 6 additions and 0 deletions
+4
View File
@@ -34,6 +34,10 @@
<span class="stat-value">{{ e.total }}</span>
<span class="stat-label">{{ 'profiles.total'|t(user.language) }}</span>
</div>
<div class="stat">
<span class="stat-value badge-pending-text">{{ e.pending }}</span>
<span class="stat-label">{{ 'status.pending'|t(user.language) }}</span>
</div>
<div class="stat">
<span class="stat-value badge-sent-text">{{ e.sent }}</span>
<span class="stat-label">{{ 'dash.sent'|t(user.language) }}</span>