-
Notifications
You must be signed in to change notification settings - Fork 86
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: product zoom feature #1350
Conversation
Azure Demo Servers are available: |
e71a451
to
2d59e31
Compare
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.
- The image that is displayed as the first large image when you open the PDP is missing in the thumbnail images.
- The size of ALL modal dialog is now screen width (see e.g. sign in modal dialog). Only the zoom image dialog should have this special styling. Since special functionality is also needed, it would be better to add a separate component for the zoom dialog.
- Use the styling 'cursor: zoom-in' in case zoom images are available to signal to the user that zooming is possible. And for the next and the previous button area of the image carousel the style 'cursor:pointer' would be nice.
Azure Demo Servers are available: |
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.
Please check the Zoom behavior at a mobile device. The button slips under the browser input and there is no longer an option to close the zoom window. The back action of the browser no longer works either.
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.
Thanks!
c8fe4d3
Azure Demo Servers are available: |
Azure Demo Servers are available: |
Please check the Zoom feature at a real mobile device. The previous button at the product detail page has a strange behavior after the zoom view. |
The back button's behavior will be discussed with another ticket not specifically on product zoom but all modal dialogs in the application. |
90315ac
to
7c851f2
Compare
Azure Demo Servers are available: |
2 similar comments
Azure Demo Servers are available: |
Azure Demo Servers are available: |
d603d8c
to
58d13cc
Compare
Azure Demo Servers are available: |
…1350) * add support for fullscreen modal styling (similar to Bootstrap 5), use `modalDialogClass: 'modal-fullscreen'` instead of `size` * add `scrollToAnchor` method for automatic scrolling within a dialog * extend support for all `NgbModalOptions` (not only `size`)
58d13cc
to
a6aaa47
Compare
…1350) * add support for fullscreen modal styling (similar to Bootstrap 5), use `modalDialogClass: 'modal-fullscreen'` instead of `size` * add `scrollToAnchor` method for automatic scrolling within a dialog * extend support for all `NgbModalOptions` (not only `size`)
…1350) * add support for fullscreen modal styling (similar to Bootstrap 5), use `modalDialogClass: 'modal-fullscreen'` instead of `size` * add `scrollToAnchor` method for automatic scrolling within a dialog * extend support for all `NgbModalOptions` (not only `size`)
PR Type
[ ] Bugfix
[X] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no API changes)
[ ] Build-related changes
[ ] CI-related changes
[ ] Documentation content changes
[ ] Application / infrastructure changes
[ ] Other:
What Is the Current Behavior?
Product Zoom feature has been added to the Product Detail Page.
What Is the New Behavior?
Does this PR Introduce a Breaking Change?
[ ] Yes
[X] No
Other Information
AB#82318