From 4977f4ac0a7a6d4d3b2bc1ae575d2a53ce9e8037 Mon Sep 17 00:00:00 2001 From: Daniel Bedeleanu Date: Wed, 22 Apr 2026 11:47:23 +0300 Subject: [PATCH] docs: update SESSION_STATE with interactive crop box feature --- dev_docs/SESSION_STATE.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/dev_docs/SESSION_STATE.md b/dev_docs/SESSION_STATE.md index 8be040a3..fc892038 100644 --- a/dev_docs/SESSION_STATE.md +++ b/dev_docs/SESSION_STATE.md @@ -46,7 +46,13 @@ Store the original EXIF-stripped image (before crop/rotation) separately for deb - Removed dark overlay hiding the image beneath crop box - Added orientation indicators (UP/DOWN/LEFT/RIGHT) to show image direction -**Status:** ✅ **COMPLETE** — Original images stored, debug panel fully usable for validation +**Interactive Crop Box**: +- Drag entire box to reposition +- Resize from orange corner handles +- Reset button to revert to AI bounds +- Live log shows adjusted vs original bounds + +**Status:** ✅ **COMPLETE & INTERACTIVE** — Debug panel fully functional for validation and adjustment of crop/rotation ---