Skip to content

Commit

Permalink
release: 0.2.0 (#4)
Browse files Browse the repository at this point in the history
* feat: tray-based design (#3)
  • Loading branch information
fax1ty authored Nov 14, 2024
1 parent fad8128 commit bc4d20b
Show file tree
Hide file tree
Showing 21 changed files with 924 additions and 505 deletions.
Binary file modified bun.lockb
Binary file not shown.
21 changes: 0 additions & 21 deletions components.json

This file was deleted.

4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
<title>Tauri + React + Typescript</title>
</head>

<body class="min-h-screen">
<body class="min-h-screen select-none">
<div
id="root"
class="w-full h-screen bg-shark-950 text-white flex-col rounded-lg overflow-hidden"
class="w-full h-screen"
></div>
<script type="module" src="/src/main.tsx"></script>
</body>
Expand Down
11 changes: 4 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "emu",
"private": true,
"version": "0.1.1",
"version": "0.2.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -10,22 +10,19 @@
"tauri": "tauri"
},
"dependencies": {
"@fontsource-variable/inter": "^5.1.0",
"@fontsource-variable/martian-mono": "^5.1.0",
"@phosphor-icons/react": "^2.1.7",
"@radix-ui/react-alert-dialog": "^1.1.2",
"@radix-ui/react-slot": "^1.1.0",
"@tauri-apps/api": "^2",
"@tauri-apps/plugin-os": "~2",
"@tauri-apps/plugin-process": "~2",
"@tauri-apps/plugin-shell": "~2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"lucide-react": "^0.456.0",
"react": "^18.2.0",
"react-contexify": "^6.0.0",
"react-dom": "^18.2.0",
"swr": "^2.2.5",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7",
"vaul": "^1.1.1",
"zustand": "^5.0.1"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit bc4d20b

Please sign in to comment.