feat(vault): add sorting functionality with persistent storage

This commit is contained in:
shuaiplus
2026-03-08 14:21:48 +08:00
parent eeb477b84c
commit 0e1152a0b9
3 changed files with 191 additions and 4 deletions
+8
View File
@@ -306,6 +306,10 @@ const messages: Record<Locale, Record<string, string>> = {
txt_save_profile_failed: "Save profile failed",
txt_search_sends: "Search sends...",
txt_search_your_secure_vault: "Search your secure vault...",
txt_sort: "Sort",
txt_sort_last_edited: "Modified",
txt_sort_created: "Created",
txt_sort_name: "A-Z",
txt_secret_and_code_are_required: "Secret and code are required",
txt_secret_copied: "Secret copied",
txt_secure_note: "Secure Note",
@@ -717,6 +721,10 @@ const zhCNOverrides: Record<string, string> = {
txt_secret_copied: '密钥已复制',
txt_security_code: '安全码',
txt_security_code_cvv: '安全码 (CVV)',
txt_sort: '排序',
txt_sort_last_edited: '最近修改',
txt_sort_created: '最近创建',
txt_sort_name: 'A-Z',
txt_send_created: '发送已创建',
txt_send_deleted: '发送已删除',
txt_send_file: '发送文件',