fix: resolve submit crash (.data.id undefined) & add missing update posts
- Fix game-entry-wizard.tsx: API returns flat { id } not { data: { id } }
- Add update posts for v2026.0.96, v2026.0.97, v2026.0.971
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
---
|
||||
title: "Submit Bug Fix & Game Card Layout Fix"
|
||||
date: "2026-05-09"
|
||||
version: "2026.0.971"
|
||||
summary: "Fixed submit wizard crash when creating new game versions and game card height issue in grid views."
|
||||
---
|
||||
|
||||
# Hello everyone!
|
||||
|
||||
A quick patch release to fix two issues that were affecting the submit flow and the games list layout.
|
||||
|
||||
As always, if you run into any issues, feel free to visit the [contact page](https://deckyvault.xyz/contact) to submit a report!
|
||||
|
||||
> Adrian Bonpin
|
||||
|
||||
## Fixed
|
||||
- Submit wizard crashed with `can't access property "id", (intermediate value).data is undefined` when creating a new game version — the frontend expected a `{ data: { id } }` wrapper but the API returns the created version object directly
|
||||
- Game Card height in grid views was extending beyond actual content, causing inconsistent row alignment
|
||||
Reference in New Issue
Block a user