Give it a nice UI, add invitation syncing, replace the chat-stubs with actual implementation. Should probably inspect the syncing logic and the api client stuff a bit closer since it doesnt use the same logic that I had fed it as an example

This commit is contained in:
2026-05-23 17:46:03 +02:00
parent d4fed5db23
commit 4efa1806fc
20 changed files with 1264 additions and 593 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "my-vue-app",
"name": "vending-machine-www",
"private": true,
"version": "0.0.0",
"type": "module",
@@ -13,14 +13,17 @@
"@tailwindcss/vite": "^4.3.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"qrcode": "^1.5.4",
"reka-ui": "^2.9.8",
"tailwind-merge": "^3.6.0",
"tailwindcss": "^4.3.0",
"vue": "^3.5.34",
"vue-router": "^5.0.7"
"vue-router": "^5.0.7",
"zod": "^4.4.3"
},
"devDependencies": {
"@types/node": "^24.12.4",
"@types/qrcode": "^1.5.6",
"@vitejs/plugin-vue": "^6.0.6",
"@vue/tsconfig": "^0.9.1",
"shadcn-vue": "^2.7.3",