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

Refreshed shop theme #13806

Merged
merged 1 commit into from
Mar 30, 2022
Merged

Refreshed shop theme #13806

merged 1 commit into from
Mar 30, 2022

Conversation

kulczy
Copy link
Member

@kulczy kulczy commented Mar 29, 2022

Refreshed Shop Theme

The idea was to refresh the Shop Theme, much like Admin Theme, editing mostly css files, minimally touching twigs

Home

shop-home

Index

shop-index

Show

shop-show

Cart

shop-cart

Login

shop-login

@kulczy kulczy added UX Issues and PRs aimed at improving User eXperience. Shop ShopBundle related issues and PRs. labels Mar 29, 2022
@kulczy kulczy requested a review from a team as a code owner March 29, 2022 10:52
@pjedrzejewski
Copy link
Member

@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" %}
Copy link
Member

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:

Suggested change
{% include "@SyliusShop/Layout/Footer/Grid/_pre_footer.html.twig" %}
{% include "@SyliusShop/Layout/Footer/Grid/_preFooter.html.twig" %}

Copy link
Member Author

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

Copy link
Member

Choose a reason for hiding this comment

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

😢

@GSadee GSadee merged commit 8a39488 into Sylius:master Mar 30, 2022
@GSadee
Copy link
Member

GSadee commented Mar 30, 2022

Thank you, Szymon! 🥇

GSadee added a commit that referenced this pull request Sep 21, 2022
…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
GSadee added a commit to Sylius/SyliusShopBundle that referenced this pull request Sep 21, 2022
…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
@kulczy kulczy deleted the shop-theme branch March 19, 2024 14:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Shop ShopBundle related issues and PRs. UX Issues and PRs aimed at improving User eXperience.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants