-
-
Notifications
You must be signed in to change notification settings - Fork 192
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
feat: link to original image file #206
feat: link to original image file #206
Conversation
@nmcharlton these were simple implementations of the discussed ideas. I would need some opinion on the link over the image, isn't it too distracting? Perhaps the link in the right panel is sufficient? |
@bedgarone This looks great! The link and copy option in the side panel as you've proposed work well. Nice work. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work
Description
The goal of this issue #194 is to provide a way for the user to access the Capture's image in its original size, by opening it in a new tab or copying its url.
What kind of change does this PR introduce?
Issue
What is the current behavior?
Each capture row pops up an optimized image (resized to improve performance) and there isn't a path to reach the original image in its full size.
What is the new behavior?
The user is now able to either copy the original image's url or open the image in a new tab.
Steps taken:
Screenshots