chore(build): rebuild bundle for v2 crop fix + tighten Device.model
CI / test (push) Has been cancelled
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>
This commit is contained in:
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
|
||||
function e(e,t){return e===`v1`?t===`landscape`?{width:1600,height:960}:{width:960,height:1600}:t===`landscape`?{width:1600,height:1200}:{width:1200,height:1600}}export{e as t};
|
||||
Reference in New Issue
Block a user