feat: add folder creation date and sorting functionality in Vault components

This commit is contained in:
shuaiplus
2026-04-26 19:28:49 +08:00
parent 3d2285e7af
commit 64b4da4035
9 changed files with 148 additions and 2 deletions
+2
View File
@@ -25,6 +25,8 @@ export interface Folder {
id: string;
name: string;
decName?: string;
revisionDate?: string;
creationDate?: string;
}
export interface CipherLoginUri {