fix(chat): show group member count loading and failed states

This commit is contained in:
tisonhuang
2026-03-04 18:40:53 +08:00
parent 924ff1b6fc
commit 1652ebc4ad
2 changed files with 69 additions and 10 deletions

View File

@@ -3026,6 +3026,16 @@
font-size: 12px;
font-weight: 600;
color: var(--text-secondary);
&.loading {
color: var(--text-tertiary);
font-weight: 500;
}
&.failed {
color: #b45309;
font-weight: 600;
}
}
}