8000 fix(586): Compare list & scrubber mangles position by joshuamegnauth54 · Pull Request #676 · woelper/oculante · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

fix(586): Compare list & scrubber mangles position #676

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

joshuamegnauth54
Copy link
Contributor
@joshuamegnauth54 joshuamegnauth54 commented Apr 26, 2025

Closes: #586

Using both the scrubber and the compare list to go to the next or previous image may clobber the current image position. I refactored the compare list to store its position as well as removed all clones for the list.

The result is that the scrubber and compare list maintain their own positions. I assume that both lists should have their own set of images (e.g. the scrubber may be open to ~/Pictures while the compare list has whatever images the user added). This patch does not fix that issue, but I can work on that in a separate PR if needed.

Using both the scrubber and the compare list to go to the next or
previous image may clobber the current image position. I refactored the
compare list to store its position as well as removed all clones for the
list.

The result is that the scrubber and compare list maintain their own
positions. I assume that both lists should have their own set of images
(e.g. the scrubber may be open to ~/Pictures while the compare list has
whatever images the user added). This patch does not fix that issue, but
I can work on that in a separate PR if needed.
@Stoppedpuma
Copy link
Collaborator

Thanks for the PR! I think this works great! I apologise for the long delay that this PR has received before being reviewed. I've tested this and I think it all works great. I'll wait for woelpers review as well before merging though.

@joshuamegnauth54
Copy link
Contributor Author

Hi! It's no problem at all. Thank you for reviewing. 😁

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Adding images to compare, switching to one of them, then going to next / previous image does not resume from the current compared images position
2 participants
0