-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Refreshed shop theme #13806
Refreshed shop theme #13806
Conversation
@kulczy Awesome, looks great to me! As great as it can be with Semantic UI. :D |
@@ -1,4 +1,5 @@ | |||
<footer id="footer" class="ui inverted vertical footer segment"> | |||
{% include "@SyliusShop/Layout/Footer/Grid/_pre_footer.html.twig" %} |
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.
I know that the Symfony recommendation is to use snake_case
for Twig templates, but in Sylius we have been using camelCase
for ages:
{% include "@SyliusShop/Layout/Footer/Grid/_pre_footer.html.twig" %} | |
{% include "@SyliusShop/Layout/Footer/Grid/_preFooter.html.twig" %} |
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.
yeah You're right, but in this particular folder, all files (don't know why) are named that way, so I didn't want to break the convention
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.
😢
Thank you, Szymon! 🥇 |
…ooo) This PR was merged into the 1.12 branch. Discussion ---------- | Q | A | |-----------------|--------------------------------------------------------------| | Branch? | 1.12 <!-- see the comment below --> | | Bug fix? | yes | | New feature? | no | | BC breaks? | no | | Deprecations? | no <!-- don't forget to update the UPGRADE-*.md file --> | | Related tickets | #13806 | License | MIT | This PR fixes a bug on the offer view The previous Sylius layout: <img width="1381" alt="image" src="https://user-images.githubusercontent.com/40125720/191003290-00b9d11c-5730-40ae-a0dc-ae7c11adf335.png"> Fixes: <img width="1077" alt="image" src="https://user-images.githubusercontent.com/40125720/191003706-335a3f6a-05b3-4474-8ced-3098f919259b.png"> Commits ------- 435fb07 [UI] removed important flag from the button class
…ooo) This PR was merged into the 1.12 branch. Discussion ---------- | Q | A | |-----------------|--------------------------------------------------------------| | Branch? | 1.12 <!-- see the comment below --> | | Bug fix? | yes | | New feature? | no | | BC breaks? | no | | Deprecations? | no <!-- don't forget to update the UPGRADE-*.md file --> | | Related tickets | Sylius/Sylius#13806 | License | MIT | This PR fixes a bug on the offer view The previous Sylius layout: <img width="1381" alt="image" src="https://user-images.githubusercontent.com/40125720/191003290-00b9d11c-5730-40ae-a0dc-ae7c11adf335.png"> Fixes: <img width="1077" alt="image" src="https://user-images.githubusercontent.com/40125720/191003706-335a3f6a-05b3-4474-8ced-3098f919259b.png"> Commits ------- 435fb07b0bb68358ba7abad2c61937b2243a4e4b [UI] removed important flag from the button class
Refreshed Shop Theme
The idea was to refresh the Shop Theme, much like Admin Theme, editing mostly css files, minimally touching twigs
Home
Index
Show
Cart
Login