Skip to content

Commit

Permalink
feat: implement tauri features:
Browse files Browse the repository at this point in the history
feat: implement tauri features:
- download file
- dispenser API auth
  • Loading branch information
PatrickDinh committed Dec 4, 2024
1 parent f881259 commit a1ab1e2
Show file tree
Hide file tree
Showing 19 changed files with 965 additions and 330 deletions.
22 changes: 21 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@
"@tauri-apps/api": "^2.0.0",
"@tauri-apps/plugin-cli": "^2.0.0",
"@tauri-apps/plugin-deep-link": "^2.0.0",
"@tauri-apps/plugin-shell": "^2.0.0",
"@tauri-apps/plugin-dialog": "^2.0.1",
"@tauri-apps/plugin-fs": "^2.0.2",
"@tauri-apps/plugin-shell": "^2.0.1",
"@txnlab/use-wallet": "^3.10.1",
"@txnlab/use-wallet-react": "^3.10.1",
"@xstate/react": "^4.1.1",
Expand Down
Loading

0 comments on commit a1ab1e2

Please sign in to comment.