simplify: remove image rotation modal, save original image as-is

Removed the rotation/zoom adjustment modal feature. Approach was too complex and
time-consuming without delivering stable results.

New simplified flow:
1. User extracts item with AI
2. Item saved with original image (resized/compressed by backend)
3. No rotation adjustments in frontend
4. Image editing can be implemented as a future feature

This unblocks the workflow and gets users to a working state.
Backend still applies compression/resizing, just no rotation processing.

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-04-22 14:44:00 +03:00
parent 285c3f17d4
commit 51c2a5a4bb
3 changed files with 7 additions and 120 deletions

View File

@@ -99,7 +99,8 @@
"Bash(sqlite3 *)",
"Skill(gsd-resume-work)",
"Bash(git revert *)",
"Skill(gsd-next)"
"Skill(gsd-next)",
"Bash(grep -E \"\\\\.\\(tsx|ts\\)$\")"
]
}
}