feat: enhance icon error handling and loading state management in TotpCodesPage and VaultListIcon components

This commit is contained in:
shuaiplus
2026-04-25 10:20:30 +08:00
parent 481536ba24
commit 3995e01336
4 changed files with 39 additions and 14 deletions
+4 -4
View File
@@ -376,13 +376,13 @@
opacity: 1;
}
.list-icon-fallback.hidden {
opacity: 0;
.list-icon-stack > .list-icon-fallback {
opacity: 1;
z-index: 1;
}
.list-icon-stack > .list-icon-fallback {
.list-icon-stack > .list-icon-fallback.hidden {
opacity: 0;
z-index: 1;
}
.list-icon-fallback {