feat(ciphers): add bulk restore and permanent delete functionality for ciphers

style: enhance list count display in VaultPage and styles
fix(i18n): add translations for bulk restore and permanent delete messages
This commit is contained in:
shuaiplus
2026-03-12 01:37:33 +08:00
parent ad764a9c5b
commit 3eb517a92f
8 changed files with 415 additions and 74 deletions
+13
View File
@@ -733,6 +733,13 @@ input[type='file'].input::file-selector-button:hover {
white-space: nowrap;
}
.list-count {
flex: 0 0 auto;
color: var(--text-muted);
font-size: 12px;
white-space: nowrap;
}
.list-icon-btn {
white-space: nowrap;
}
@@ -2195,6 +2202,12 @@ input[type='file'].input::file-selector-button:hover {
gap: 8px;
}
.list-count {
order: 10;
width: 100%;
font-size: 12px;
}
.list-head .search-input {
height: 42px;
border-radius: 14px;