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

Backport classic fixes since making hummingbird #397

Conversation

JBLach
Copy link
Contributor

@JBLach JBLach commented Dec 2, 2022

Questions Answers
Description? I went through all commits from classic theme since the start of himmingbird. Added missing things, or replaced with the current ones from the classic theme
Type? improvement
Deprecations? yes
Fixed ticket? Fixes #389

Copy link
Contributor

@NeOMakinG NeOMakinG left a comment

Choose a reason for hiding this comment

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

Some small changes but looks fine enough to me, some things will be improved later (like images width which will be a part of the picture tag feature)

Comment on lines 54 to 60
{if $shop.logo_details}
{if $page.page_name == 'index'}<h1>{/if}
<a class="navbar-brand" href="{$urls.pages.index}">
{renderLogo}
</a>
{if $page.page_name == 'index'}</h1>{/if}
{/if}
Copy link
Contributor

Choose a reason for hiding this comment

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

Did you test this? How does it react?

I'll pull up the branch in a few minutes to do a few checks

We will need to think about it for the picture tag feature

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes i tested it, it behaves the same as before, i only sent a correction, because i left the tag in the tag

templates/_partials/helpers.tpl Outdated Show resolved Hide resolved
templates/errors/410.tpl Outdated Show resolved Hide resolved
Copy link
Contributor

@NeOMakinG NeOMakinG left a comment

Choose a reason for hiding this comment

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

🍬

@NeOMakinG
Copy link
Contributor

@Hlavtox feel free to merge if you approve 🚀 or any others @PrestaShop/prestashop-maintainers

@kpodemski kpodemski merged commit c07864a into PrestaShop:develop Dec 6, 2022
@kpodemski
Copy link
Contributor

Thank you @JBLach 🎉

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.

Backport classic fixes since making hummingbird
4 participants