fix: use processed image blob from modal for backend submission

Critical fix: modal processes image and returns blob, but AIOnboarding
was not actually using that blob. Now properly calls setExtractedImageBlob()
so confirmSingleItem sends the processed image to backend.

Before: Backend received original image, applied original AI crop/rotation
After: Backend receives processed image (already cropped/rotated by user)

Now the saved image matches exactly what user sees after adjusting.

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-04-22 13:46:11 +03:00
parent f61c1fbe5f
commit 8ed8265a7a
2 changed files with 9 additions and 17 deletions

File diff suppressed because one or more lines are too long