xmr-btc-swap/src-gui
binarybaron ca25e0454f fix(tauri, gui): Allow Tauri command to be called with empty arguments
- Allow Tauri command to be called with empty arguments
- Add struct for GetSwapInfosAllArgs
2024-08-27 22:34:21 +02:00
..
public feat: cargo project at root 2024-08-08 00:49:04 +02:00
src fix(tauri, gui): Allow Tauri command to be called with empty arguments 2024-08-27 22:34:21 +02:00
.gitignore feat: cargo project at root 2024-08-08 00:49:04 +02:00
eslint.config.js chore(gui): Upgrade @tauri-apps/api and add eslint 2024-08-26 15:04:22 +02:00
index.html fix: Prevent overscroll bounce 2024-08-09 20:27:47 +02:00
package.json chore(gui): Upgrade @tauri-apps/api and add eslint 2024-08-26 15:04:22 +02:00
README.md feat(gui): Add typeshare definitions 2024-08-26 15:23:46 +02:00
tsconfig.json wip: WithdrawDialog migrated to Tauri IPC 2024-08-09 19:46:58 +02:00
tsconfig.node.json feat: cargo project at root 2024-08-08 00:49:04 +02:00
vite.config.ts refactor(gui): Reorganize imports 2024-08-26 15:02:26 +02:00
yarn.lock feat(gui): Migrate to Tauri events 2024-08-26 15:32:28 +02:00

Tauri + React + Typescript

This template should help get you started developing with Tauri, React and Typescript in Vite.

Generate bindings for Tauri API

typeshare --lang=typescript --output-file ./src/models/tauriModel.ts ../swap/src