Skip to content

Commit 72ee8d8

Browse files
committed
Added Tauri detection + download as tari app with new download tab including download path setting + App only uses Global AlertDialogProvider for alerts.
1 parent 356d6ba commit 72ee8d8

16 files changed

Lines changed: 1202 additions & 121 deletions

File tree

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
"@headlessui/react": "^2.2.8",
2020
"@heroicons/react": "^2.2.0",
2121
"@tailwindcss/vite": "^4.1.13",
22+
"@tauri-apps/api": "^2.9.1",
23+
"@tauri-apps/plugin-dialog": "^2.5.0",
24+
"@tauri-apps/plugin-fs": "^2.4.5",
2225
"clsx": "^2.1.1",
2326
"motion": "^12.23.15",
2427
"react": "^19.1.1",

pnpm-lock.yaml

Lines changed: 28 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)