Skip to content

18.0 redesign catalog view ajka #719

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

Open
wants to merge 6 commits into
base: 18.0
Choose a base branch
from

Conversation

ajka-odoo
Copy link

@ajka-odoo ajka-odoo commented Apr 21, 2025

Key Features Implemented:

Redesigned the product catalog layout for better visual structure and usability.

Added functionality to open the product image in a popup modal on image click.

Integrated zoom-in and zoom-out capabilities within the popup for better image inspection.

Ensured responsive behavior and smooth user experience across devices.

Increased default image size for better visibility.

Implemented zooming functionality optimized for mobile devices.
Increased default image size for better visibility.

Implemented zooming functionality optimized for mobile devices.
@robodoo
Copy link

robodoo commented Apr 21, 2025

Pull request status dashboard

Increased default image size for better visibility.

Implemented zooming functionality optimized for mobile devices.
@ajka-odoo ajka-odoo force-pushed the 18.0-Redesign-Catalog-view-ajka branch from bbfc5fd to e0a4f09 Compare April 22, 2025 04:13
Copy link

@dhrs-odoo dhrs-odoo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello @ajka-odoo
Given changes
where is the proper commit message
what about PR message and title ?

Comment on lines +1 to +7
from odoo import models


class ProductImagePopup(models.Model):
_inherit = 'product.product'

pass

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can You explain what is the use of this file ?

}

if (ev.target.closest(".o_product_catalog_cancel_global_click")) {
console.log("hiii");

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

check the code before pushing it

</div>
</div>
</t>
</templates>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add an empty line at the end of every file

Comment on lines 19 to 20


Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unnecessary empty spaces
remove it wherever necessary

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

Successfully merging this pull request may close these issues.

3 participants