Replace the website notification card with native desktop notification handling

Hop-State: A_06FPG6WWRGQW1NG5ZQZRSY0
Hop-Proposal: R_06FPG6WDJG2WNB21CHD30R0
Hop-Task: T_06FPG5CWT7W6DEF2HVENX20
Hop-Attempt: AT_06FPG5CWT7BEF2WDEP0BJQG
This commit is contained in:
2026-07-15 16:27:47 -07:00
committed by Hop
parent 1e36c03430
commit 4a408edce8
7 changed files with 609 additions and 18 deletions
+3 -2
View File
@@ -10,9 +10,10 @@
"tauri": "tauri"
},
"dependencies": {
"@tauri-apps/api": "^2",
"@tauri-apps/plugin-notification": "~2",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"@tauri-apps/api": "^2"
"react-dom": "^19.1.0"
},
"devDependencies": {
"@types/react": "^19.1.8",