feat: Improve VIN photo capture camera crop (#123) #124
Reference in New Issue
Block a user
Delete Branch "issue-123-improve-vin-camera-crop"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixes #123
Summary
initialCropis provided, skip the draw step and show the crop with handles immediatelygetInitialCropForGuidance()utility that derives centered crop coordinates from existingGUIDANCE_CONFIGSChanges
types.tsinitialCroptoCropToolProps, addgetInitialCropForGuidance()withclampPct()CameraCapture.tsxcropInitialAreatoCropToolCropTool.tsxinitialCrop, responsive handle sizing viauseMediaQueryuseImageCrop.tscropDrawn = truewheninitialCropprovided (skip draw step)getInitialCropForGuidance.test.tsTest Plan
npm run type-checkpasses (0 errors)npm run lintpasses (0 errors, 1 pre-existing warning)npm testpasses (26 tests, including 5 new)