Commit graph

14 commits

Author SHA1 Message Date
Joe Knapper
61d7712c27 tiff as an option 2024-02-09 19:05:20 +00:00
Joe Knapper
6aa712e515 Rescaling stitch preview to avoid scrolling in y 2024-02-09 16:08:21 +00:00
Joe Knapper
81d6514eb0 Always show scan name during scan 2024-01-23 11:42:03 +00:00
Richard Bowman
011dc2191c Add a control to set whether scans are automatically stitched. 2024-01-15 21:36:15 +00:00
Joe Knapper
e483c3ddfb custom scan name from gui 2024-01-15 17:40:17 +00:00
Richard Bowman
20efaa2799 Appearance tweaks
actionLogDisplay had white-on-white text in dark mode: I've fixed color to be black now.

added a title for the mini stream display during scans
2024-01-11 14:08:32 +00:00
Richard Bowman
f26230efb6 Swap background detect from argument to property
I've added boolean support to PropertyControl. This required
working around a bug in axios, that ignored `false` when sent
as the body of a request.
2024-01-11 03:01:33 +00:00
Richard Bowman
3de7aa2fb2 Don't invoke stitching from the front-end
Stitching is now done automatically in a sub process by the
server. This is much cleaner - and all we need to do is poll for
file updates.

I've also styled the log display slightly better.
2024-01-11 01:51:17 +00:00
Richard Bowman
6b466c80a9 Add polling for preview stitched images 2024-01-11 01:50:01 +00:00
Richard Bowman
215bfb5121 Leave scan log open until closed
The log/progress view is now closed explicitly, rather than disappearing as soon as the scan is over.
2024-01-10 20:46:06 +00:00
Richard Bowman
81540ebc45 Linter fixes 2024-01-10 20:46:06 +00:00
Richard Bowman
46444770f3 Improved styling and synchronisation 2024-01-10 20:46:06 +00:00
Richard Bowman
53644a691b Refactored taskSubmitter to enable bits to be re-used 2024-01-10 20:46:06 +00:00
Kaspar Emanuel
b2eb1e0f05 Rename js directory to webapp 2021-09-16 15:13:19 +01:00
Renamed from js/src/components/tabContentComponents/slideScanContent.vue (Browse further)