You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(ui): show Space Required size on uninstalled games before download (#1395) (#1526)
Uninstalled games now show a "Space Required" cell in the play section
next to the download button, so the download footprint is visible before
deciding to download — matching Steam's native game detail.
The size comes from RomM's per-ROM `fs_size_bytes`, persisted locally so
it is available offline: it rides the library sync UPSERT like the other
server-derived facts, a completed download or a version switch tops it
up between syncs, and it is surfaced in the cached game-detail payload.
The cell shows only while the ROM is uninstalled and its size is known,
and it leads the info row so it is never clipped.
Closes#1395
0 commit comments