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

volume position = thumbnail position #912

Open
dlangenk opened this issue Aug 28, 2024 · 1 comment
Open

volume position = thumbnail position #912

dlangenk opened this issue Aug 28, 2024 · 1 comment
Labels

Comments

@dlangenk
Copy link
Member

This is really a nice to have rather than an essential feature.

If we could easily derive the position of the volume grid view from the thumbnail that is currently shown when hovering over a volume in the project view it would be nice to open the volume overview at that position.

Implementation idea (without looking in the code):
The thumbnail in the project view is a div with images inside that change the style from display:none to no style. I guess the thumbnails are taken at regular intervals, i.e. every 10%. This way we can easily figure out what position to show.

Use case:
Sometimes volumes feature quite dull parts and only a certain part where the objects of interest are need to be analyzed. This is a quick way to navigate there.

Why not to implement it:
It would overwrite the current last visited behavior and the use case can also be serviced using the volume overview.

@mzur
Copy link
Member

mzur commented Aug 28, 2024

I remember the old "BIIGLE DIAS" having a feature that I would prefer here. When you hover over the scroll bar of the volume, the thumbnails are shown. I'd prefer this because I don't think users would take special care when clicking on a volume thumbnail. Then the volume opens at some other position than the beginning and the users are confused. The scroll bar thumbnails would not change existing behavior and may even be more useful, as you can show more thumbnails there. This is similar to the new video sprites that we are developing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: No status
Development

No branches or pull requests

2 participants