feat: implement drag-and-drop reordering for vault items and enhance sorting functionality

This commit is contained in:
shuaiplus
2026-04-26 20:32:55 +08:00
parent 2f7e66ee69
commit f48f3d0c8e
6 changed files with 361 additions and 38 deletions
+2
View File
@@ -653,6 +653,7 @@ const messages: Record<Locale, Record<string, string>> = {
txt_clear_search: "Clear search",
txt_clear_search_esc: "Clear search (Esc)",
txt_sort: "Sort",
txt_sort_manual: "Custom",
txt_sort_last_edited: "Modified",
txt_sort_created: "Created",
txt_sort_name: "A-Z",
@@ -1412,6 +1413,7 @@ const zhCNOverrides: Record<string, string> = {
txt_security_code: '安全码',
txt_security_code_cvv: '安全码 (CVV)',
txt_sort: '排序',
txt_sort_manual: '自定义',
txt_sort_last_edited: '最近修改',
txt_sort_created: '最近创建',
txt_sort_name: 'A-Z',