feat: add toast notifications and dialog components for improved user interaction

This commit is contained in:
shuaiplus
2026-02-28 00:02:47 +08:00
committed by Shuai
parent 59566f88e3
commit 3494471cad
3 changed files with 424 additions and 54 deletions
+1 -2
View File
@@ -21,7 +21,7 @@ export const I18N = {
allItems: 'All Items',
noFolder: 'No Folder',
searchVault: 'Search vault',
filter: 'Filter',
filter: 'Search',
typeAll: 'All items',
typeLogin: 'Logins',
typeCard: 'Cards',
@@ -214,4 +214,3 @@ export const I18N = {
langSwitch: 'English',
},
};