Skip to content

Commit dfa37a2

Browse files
authored
feat: add submenu with icons to tray menu (#1863)
* chore(deps): update tauri dependencies to latest versions * chore(deps): update tauri and related dependencies to latest versions * feat(ui): add new user profile page with editable fields * feat(tray): add recording submenu with icons to tray menu * update schemas * update lockb
1 parent 85427e3 commit dfa37a2

File tree

11 files changed

+6253
-3274
lines changed

11 files changed

+6253
-3274
lines changed

screenpipe-app-tauri/bun.lockb

-120 Bytes
Binary file not shown.

screenpipe-app-tauri/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -37,18 +37,18 @@
3737
"@sentry/react": "^8.52.0",
3838
"@supabase/supabase-js": "^2.47.3",
3939
"@tanstack/react-virtual": "^3.11.0",
40-
"@tauri-apps/api": "^2.1.1",
40+
"@tauri-apps/api": "^2.8.0",
4141
"@tauri-apps/plugin-deep-link": "~2",
42-
"@tauri-apps/plugin-dialog": "2.0.0",
43-
"@tauri-apps/plugin-fs": "2.0.0",
42+
"@tauri-apps/plugin-dialog": "2.3.3",
43+
"@tauri-apps/plugin-fs": "2.4.2",
4444
"@tauri-apps/plugin-http": "~2",
45-
"@tauri-apps/plugin-notification": "2.0.0",
46-
"@tauri-apps/plugin-opener": "^2.2.5",
47-
"@tauri-apps/plugin-os": "2.0.0",
48-
"@tauri-apps/plugin-process": "2.0.0",
49-
"@tauri-apps/plugin-shell": "2.0.0",
50-
"@tauri-apps/plugin-store": "^2.2.0",
51-
"@tauri-apps/plugin-updater": "2.0.0",
45+
"@tauri-apps/plugin-notification": "2.3.1",
46+
"@tauri-apps/plugin-opener": "^2.5.0",
47+
"@tauri-apps/plugin-os": "2.3.1",
48+
"@tauri-apps/plugin-process": "2.3.0",
49+
"@tauri-apps/plugin-shell": "2.3.0",
50+
"@tauri-apps/plugin-store": "^2.4.0",
51+
"@tauri-apps/plugin-updater": "2.9.0",
5252
"ansi-to-html": "^0.7.2",
5353
"class-variance-authority": "^0.7.0",
5454
"clsx": "^2.1.1",
@@ -79,7 +79,7 @@
7979
},
8080
"devDependencies": {
8181
"@tailwindcss/typography": "^0.5.13",
82-
"@tauri-apps/cli": "^2.4.1",
82+
"@tauri-apps/cli": "^2.8.2",
8383
"@types/lodash": "^4.17.7",
8484
"@types/node": "^20",
8585
"@types/react": "^18",

0 commit comments

Comments
 (0)