Skip to content

split preview view from document page

Alexander Stippich requested to merge astippich/skanpage:splitPreview into master

This is an attempt to split the preview scan from the main document view.

This started for technical reasons to split the preview from the main document view for better code separation, but I actually found that I do not like the current workflow with the preview for the following reasons:

  • it is IMHO not very clear what is a preview and what is a final scanned image
  • the behavior of the app is different when using the preview once and one cannot go back

This splits the preview into a separate view on the stack which is IMHO more distinguishable.

Merge request reports