noctua/src/ui/widgets
wfx 22bf19ddd3 refactor: Remove redundant keyboard handlers from crop_overlay widget
Keyboard events (Enter/Escape) are already handled globally in app.rs
subscription and work correctly with Crop mode detection.

Widget-level keyboard events don't work without focus anyway.
Only mouse events (click, drag, double-click) stay in the widget.
2026-02-04 18:19:44 +01:00
..
crop_model.rs refactor: Clean Architecture - Separate domain (CropRegion) from UI (crop_model) 2026-02-04 16:46:41 +01:00
crop_overlay.rs refactor: Remove redundant keyboard handlers from crop_overlay widget 2026-02-04 18:19:44 +01:00
image_viewer.rs refactor: Move image_viewer to widgets/ (it's a widget, not a view) 2026-02-04 16:33:52 +01:00
mod.rs refactor: Clean Architecture - Separate domain (CropRegion) from UI (crop_model) 2026-02-04 16:46:41 +01:00