feat(auth-files): improve credential cards, bulk actions, and dedupe auth file list

This commit is contained in:
Supra4E8C
2026-03-22 14:41:57 +08:00
Unverified
parent 975d0471f7
commit e44a9fc099
10 changed files with 670 additions and 65 deletions
+1
View File
@@ -5,6 +5,7 @@ export type AuthFilesSortMode = (typeof AUTH_FILES_SORT_MODES)[number];
export type AuthFilesUiState = {
filter?: string;
problemOnly?: boolean;
compactMode?: boolean;
search?: string;
page?: number;
pageSize?: number;