Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UI: improve Goto / Random / End functions and in-process file scan #102

Open
fire-eggs opened this issue Dec 29, 2022 · 1 comment
Open
Labels
help wanted Extra attention is needed

Comments

@fire-eggs
Copy link
Owner

fire-eggs commented Dec 29, 2022

The background file scanner won't have the full file list until scan is complete.

Need to have useful handling of the Goto and End functions when the scan is in-progress.

E.g. the user tries to Goto image #500 in the list but the file scanner hasn't reached image 500 yet. Or when the user presses the End key to go to the end of the list : at this time, YAIV shows the image at the end of the currently loaded list, not the "actual" end.

Or if the Randomize function is used - a partially shuffled list?

@fire-eggs fire-eggs added the help wanted Extra attention is needed label Dec 29, 2022
@fire-eggs fire-eggs changed the title UI: improve Goto or End navigation and in-process file scan UI: improve Goto / Random / End functions and in-process file scan Dec 29, 2022
@fire-eggs
Copy link
Owner Author

Idea: use the "unverified" list if necessary.

This won't be 100% accurate for Goto / End but should be "close enough".

With randomize, I'm not sure how to handle this. I.e. the randomized "unverified" list will be out-of-sync with the "verified" list, unless extra work is done to re-sync when the file scanner is finished.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant