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
+1
View File
@@ -229,6 +229,7 @@ code { background: var(--bg); padding: .15rem .4rem; border-radius: 4px; font-si
.stat-value { font-size: 1.1rem; font-weight: 700; }
.stat-label { font-size: .75rem; color: var(--text-muted); }
.badge-sent-text { color: var(--sent); }
.badge-pending-text { color: var(--primary); }
.badge-delivered-text { color: var(--delivered); }
.badge-received-text { color: var(--received); }
.profile-card-footer { display: flex; align-items: center; justify-content: space-between; }