mirror of
https://github.com/rommapp/romm.git
synced 2026-06-28 06:46:00 +00:00
The platform aspect_ratio setting is dropped from the UI and the API (platform update body + response schema) — nothing consumed it for rendering, and covers now size to their image's natural aspect. - SettingsTab: remove the cover-style / aspect-ratio picker (and its now-dead helpers, CSS, and unused imports); collapse to a single column. - update_platform: drop the `aspect_ratio` body field; PlatformSchema no longer returns it; utils/platforms stops seeding the default. - Regenerate the affected frontend types (PlatformSchema, update body). The DB column stays (out of the update/response scope; dropping it would be a separate destructive migration) but is no longer read or written through the API. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>