Skip to content

Commit b3c6114

Browse files
authored
feat: dashboard and history (#4)
* feat: add core history feature * feat: featrue done * feat: history page and dashboard * chore: update styles * feat: reorder * chore: stylging details * chroe: tags
1 parent a2f085e commit b3c6114

19 files changed

+2274
-402
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "milo",
33
"private": true,
4-
"version": "0.1.6",
4+
"version": "0.1.7",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
@@ -11,14 +11,17 @@
1111
},
1212
"dependencies": {
1313
"@tauri-apps/api": "^2.2.0",
14+
"@tauri-apps/plugin-dialog": "^2.2.2",
1415
"@tauri-apps/plugin-notification": "~2",
1516
"autoprefixer": "^10.4.21",
1617
"class-variance-authority": "^0.7.1",
1718
"clsx": "^2.1.1",
1819
"lucide-react": "^0.511.0",
20+
"moment": "^2.30.1",
1921
"postcss": "^8.5.3",
2022
"react": "^18.2.0",
2123
"react-dom": "^18.2.0",
24+
"recharts": "^2.15.3",
2225
"tailwind-merge": "^3.3.0",
2326
"tailwindcss": "3.4.17"
2427
},

0 commit comments

Comments
 (0)