feat(auth-files): add problem filter functionality and enhance deletion confirmation messages

This commit is contained in:
Supra4E8C
2026-03-07 17:58:48 +08:00
Unverified
parent 310caa676b
commit 136ab2afeb
9 changed files with 177 additions and 25 deletions
+1 -1
View File
@@ -1,5 +1,6 @@
export type AuthFilesUiState = {
filter?: string;
problemOnly?: boolean;
search?: string;
page?: number;
pageSize?: number;
@@ -27,4 +28,3 @@ export const writeAuthFilesUiState = (state: AuthFilesUiState) => {
// ignore
}
};