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
+1
View File
@@ -22,6 +22,7 @@ tauri = { version = "2", features = [] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
reqwest = { version = "0.12", features = ["cookies", "json", "rustls-tls"] }
tauri-plugin-notification = "2"
[dev-dependencies]
http = "1"