feat(desktop): unify frontend error notices

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
Senior Frontend Engineer
2026-03-28 11:08:01 +00:00
parent 8d50243d36
commit a9524dfbf6
9 changed files with 825 additions and 96 deletions

View File

@@ -6,6 +6,7 @@
"scripts": {
"dev": "vite --host 0.0.0.0 --port 1420",
"build": "vite build",
"test": "vitest run",
"tauri": "tauri"
},
"dependencies": {
@@ -23,6 +24,7 @@
"@tauri-apps/cli": "^2.1.0",
"@vitejs/plugin-react": "^5.0.2",
"tailwindcss": "^4.1.12",
"vite": "^7.1.0"
"vite": "^7.1.0",
"vitest": "^3.2.4"
}
}