Skip to content

Commit

Permalink
feat(tauri-gui): migrate to tauri to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
neferin12 committed Nov 28, 2024
1 parent 97c20a1 commit 99796f8
Show file tree
Hide file tree
Showing 77 changed files with 6,630 additions and 981 deletions.
Binary file modified gui/tauri-gui/.yarn/install-state.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion gui/tauri-gui/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>RiSM GUI</title>
</head>
<body data-bs-theme="dark">
<body>
<!-- <body>-->
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
Expand Down
Binary file removed gui/tauri-gui/logo.png
Binary file not shown.
48 changes: 16 additions & 32 deletions gui/tauri-gui/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 5 additions & 2 deletions gui/tauri-gui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@
"type-check": "vue-tsc --build --force"
},
"dependencies": {
"@tauri-apps/api": "^1.5.4",
"@tauri-apps/api": "^2.1.1",
"@tauri-apps/plugin-dialog": "^2.0.1",
"@tauri-apps/plugin-notification": "~2",
"bootstrap": "^5.3.3",
"bootstrap-vue-next": "^0.17.2",
"bootswatch": "^5.3.3",
Expand All @@ -22,13 +24,14 @@
"vue-router": "^4.3.0"
},
"devDependencies": {
"@tauri-apps/cli": "^1.5.12",
"@tauri-apps/cli": "^2.1.0",
"@tsconfig/node20": "^20.1.4",
"@types/bootstrap": "^5",
"@types/node": "^20.12.5",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/tsconfig": "^0.5.1",
"npm-run-all2": "^6.1.2",
"sass": "^1.81.0",
"typescript": "~5.4.0",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.2.8",
Expand Down
Binary file removed gui/tauri-gui/public/favicon.ico
Binary file not shown.
Loading

0 comments on commit 99796f8

Please sign in to comment.