Files
deckyvault/apps/web/content/updates/2026-05-09-v2026.0.97.1.md
adrianbonpin cd72b7a948 refactor: convert to bun workspaces monorepo
- Move web app into apps/web/
- Create packages/shared/ with shared types
- Create plugins/decky-vault/ scaffold
- Root package.json manages workspaces only
2026-06-28 05:20:28 +08:00

834 B

title, date, version, summary
title date version summary
Submit Bug Fix & Game Card Layout Fix 2026-05-09 2026.0.97.1 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 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