Step 3 complete: Replace custom image_viewer (559 lines) with standard widgets (~120 lines)

This commit is contained in:
wfx 2026-02-04 16:10:14 +01:00
parent 387afdf4f2
commit 5d729c7495
5 changed files with 96 additions and 634 deletions

View file

@ -28,13 +28,6 @@ pub enum AppMessage {
ZoomOut,
ZoomReset,
ZoomFit,
ViewerStateChanged {
scale: f32,
offset_x: f32,
offset_y: f32,
canvas_size: cosmic::iced::Size,
image_size: cosmic::iced::Size,
},
// Pan control.
PanLeft,