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

If you load an image, then remove the layers, you can't load it again without loading something else first #67

Open
psobolewskiPhD opened this issue Jan 7, 2025 · 3 comments
Labels

Comments

@psobolewskiPhD
Copy link
Collaborator

This is probably an edge case, but ran into it while testing.
Loaded an image using the list view.
Deleted the layers manually in napari.
Tried to reload the image: neither click in list view nor on the thumbnail works.

I had to load something else and then I could load the original image again.

@jo-mueller
Copy link
Collaborator

Maybe onne way to avoid this would be to change the UX so that images aren't loaded on click/selection, but on doubleclick?

I find the loading upon click a bit dangerous (e.g., in case of a large2D image - lazy loading via dask won't help much there) and a doubleclick to load woudn't be too far outside what people would try intuitively to load an image.

@psobolewskiPhD
Copy link
Collaborator Author

Yeah, I agree I assume it's because it relies on selection currently.
Double click to open is pretty intuitive. Or we add an explicit Load button -- most obvious and how e.g. QuPath omero extensions work.

@jo-mueller
Copy link
Collaborator

I'd like the explicitness of it 👍

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

No branches or pull requests

2 participants