e57e711fcc
CI / test (push) Has been cancelled
The crop-aspect fix didn't reach production on the prior deploy because public/build/ was 5 days stale. Rebuilds the SPA bundle so the panelDims-driven CropEditor / StickerCanvas / FrameCard ship. Also makes Device.model required in the TS type (was optional in this session's first cut to placate test fixtures) and adds `model: 'v1'` to every test Device fixture. A new device row from the API always has a model, so the type should reflect that — leaving it optional was a trap for production code that defensively assumed undefined. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Vue 3 + TypeScript + Vite
This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.
Learn more about the recommended Project Setup and IDE Support in the Vue Docs TypeScript Guide.