Skip to content

Commit 11368f2

Browse files
feat(notification): add desktop notifications (#976)
Co-authored-by: Flemmli97 <Flemmli97@users.noreply.github.com> Co-authored-by: Sara Tavares <29093946+stavares843@users.noreply.github.com>
1 parent b0d7d49 commit 11368f2

File tree

17 files changed

+905
-3616
lines changed

17 files changed

+905
-3616
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
"@dicebear/identicon": "^9.0.1",
5454
"@giphy/js-fetch-api": "^5.6.0",
5555
"@svelte-put/clickoutside": "^3.0.1",
56+
"@tauri-apps/plugin-notification": "^2.2.0",
5657
"@timephy/rnnoise-wasm": "^1.0.0",
5758
"ethers": "^6.13.2",
5859
"fuse.js": "^7.0.0",
@@ -75,6 +76,6 @@
7576
"uuid": "^9.0.1",
7677
"vite-plugin-node-polyfills": "^0.21.0",
7778
"voice-activity-detection": "^0.0.5",
78-
"warp-wasm": "^1.7.1"
79+
"warp-wasm": "1.7.1"
7980
}
8081
}

src-tauri/.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
# Generated by Cargo
22
# will have compiled files and executables
33
/target/
4+
5+
# Generated by Tauri
6+
# will have schema files for capabilities auto-completion
7+
/gen/schemas

0 commit comments

Comments
 (0)