Skip to content

Backport classic fixes since making hummingbird#397

Merged
kpodemski merged 6 commits intoPrestaShop:developfrom
JBLach:backport-classic-fixes-since-making-hummingbird
Dec 6, 2022
Merged

Backport classic fixes since making hummingbird#397
kpodemski merged 6 commits intoPrestaShop:developfrom
JBLach:backport-classic-fixes-since-making-hummingbird

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

@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}

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

Copy link

@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

@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