-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Remove "hover" option for image zoom #2283
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1424,18 +1424,13 @@ | |
"value": "lightbox", | ||
"label": "t:sections.main-product.settings.image_zoom.options__1.label" | ||
}, | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I guess this can be commented out or removed for now too 🤔 https://screenshot.click/03-58-akjn2-e2l2x.png There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I would say to keep it. It's okay if we're revisiting it soon. |
||
{ | ||
"value": "hover", | ||
"label": "t:sections.main-product.settings.image_zoom.options__2.label" | ||
}, | ||
{ | ||
"value": "none", | ||
"label": "t:sections.main-product.settings.image_zoom.options__3.label" | ||
} | ||
], | ||
"default": "lightbox", | ||
"label": "t:sections.main-product.settings.image_zoom.label", | ||
"info": "t:sections.main-product.settings.image_zoom.info" | ||
"label": "t:sections.main-product.settings.image_zoom.label" | ||
}, | ||
{ | ||
"type": "checkbox", | ||
|
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.
Should we be removing the translations too? 🤔
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.
Ideally, we keep the translations. Similar to the dead code, it just makes our lives easier without causing any negatives.
The translation platform should have some memory of previous translations so that won't cause issues with time whenever we revisit it on the next release, BUT translation conflicts are a pain to deal with so let's just keep it there. There's not much negative in having some extra unused strings.