feature: PDF and PDF thumbnails and refresh UI

- Implement PDF and PDF thumbnail generation with incremental loading
- Add UI refresh mechanism (tick counter + RefreshView message)
- Improve fl! macro with named parameters
- Clean up code organization (mod.rs: wiring, model.rs: state only)
This commit is contained in:
wfx 2026-01-18 20:35:12 +01:00
parent 220a886acc
commit 1182b7b55d
30 changed files with 1929 additions and 691 deletions

View file

@ -170,7 +170,7 @@ The following features are prepared in code but not yet implemented:
### File Operations
- File open dialog
- Save transformed images
- Copy/Move/Delete operations
- (Copy/Move/)Delete operations
### Document Support
- SVG rendering with `resvg`