feat: Introduce game detail view, remove multiplayer field, and enhance list navigation with refresh functionality.

This commit is contained in:
2025-12-03 23:58:47 +01:00
parent af721e7716
commit 6bdfb49d59
10 changed files with 152 additions and 69 deletions
+2 -2
View File
@@ -5,7 +5,7 @@
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"build": "pnpm run gen:proto && tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview",
"gen:proto": "protoc --plugin=./node_modules/.bin/protoc-gen-ts_proto --ts_proto_out=. -I ../protobuf items.proto"
@@ -36,4 +36,4 @@
"vite": "npm:rolldown-vite@7.2.5"
}
}
}
}