Skip to content

Commit 21f2c62

Browse files
committed
Initial release
- Migrated to sqlite from local storage due to issues - Added updater
1 parent 5772db6 commit 21f2c62

32 files changed

+1209
-166
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,4 @@ dist-ssr
2424
*.njsproj
2525
*.sln
2626
*.sw?
27+
.env

app-icon.png

447 KB
Loading

index.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@
33
<head>
44
<meta charset="UTF-8" />
55
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
6-
<link
7-
href="https://fonts.googleapis.com/css?family=Roboto"
8-
rel="stylesheet"
9-
/>
6+
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet" />
107
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
118
<title>Tauri + React + TS</title>
129
</head>

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
2828
"react-dom": "^18.2.0",
2929
"react-grid-layout": "^1.4.4",
3030
"react-twemoji": "^0.5.0",
31-
"recoil": "^0.7.7"
31+
"recoil": "^0.7.7",
32+
"tauri-plugin-sql-api": "https://github.com/tauri-apps/tauri-plugin-sql#v1"
3233
},
3334
"devDependencies": {
3435
"@tauri-apps/cli": "^1.5.8",

public/tauri.svg

Lines changed: 0 additions & 6 deletions
This file was deleted.

public/vite.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)