docs: update SESSION_STATE with debug panel improvements

This commit is contained in:
2026-04-22 11:21:57 +03:00
parent 82948ada92
commit 7bd03864b5

View File

@@ -39,7 +39,12 @@ Store the original EXIF-stripped image (before crop/rotation) separately for deb
- Database structure: ✅ Using existing `labels_data` JSON field (no migrations needed)
- Component integration: ✅ Props correctly passed through modal → debug panel
**Status:****READY FOR TESTING** — Original images now stored and accessible in debug panel
### UI Fixes Applied
- Cleared logs between rotation updates (was continuously expanding)
- Increased canvas size from 600×450 to 900×600 for better crop box visibility
- Reorganized layout: left controls + right large preview + single-line log
**Status:****READY FOR TESTING** — Original images stored, debug panel redesigned for usability
---