feat: add pendingAuthRequestsRefreshing state to improve loading feedback in auth request components

This commit is contained in:
shuaiplus
2026-06-29 11:29:35 +08:00
parent 5eeaf4e32e
commit 4378e1b430
5 changed files with 14 additions and 5 deletions
+4
View File
@@ -172,6 +172,10 @@ input[type='file'].input::file-selector-button:hover {
@apply shrink-0;
}
.btn-icon-spin {
animation: spin 0.9s linear infinite;
}
.btn.full {
@apply my-2.5 h-12 w-full;
font-size: var(--font-md);