-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Add collapsible nav in customer account theme blank #28177
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
Add collapsible nav in customer account theme blank #28177
Conversation
Hi @mrtuvn. Thank you for your contribution
For more details, please, review the Magento Contributor Guide documentation. |
@magento run all tests |
@magento run all tests |
@magento run all tests |
@magento run Functional Tests B2B |
Seems like this code is actually taken/copied from the Luma theme. It probably is an improvement to the theme but I'm not sure of the 'impact' on themes currently extending from Blank. Nevertheless, because you're moving code from Luma into Blank, you should be able to safely remove that code from Luma since that theme extends from Blank. |
d6761ea
to
f1e9331
Compare
@magento run all tests |
app/design/frontend/Magento/luma/Magento_Customer/layout/customer_account.xml
Outdated
Show resolved
Hide resolved
app/design/frontend/Magento/luma/Magento_Theme/web/css/source/_module.less
Outdated
Show resolved
Hide resolved
f1e9331
to
0f599af
Compare
@woutk88 thanks for your review |
@magento run all tests |
0f599af
to
18bf000
Compare
18bf000
to
b351d50
Compare
@magento run all tests |
@magento run Sample Data Tests EE, Integration Tests |
Hi @ihor-sviziev, thank you for the review. |
@magento create issue |
✔️ QA Passed Manual testing scenario:
Before: ✖️ collapsible nav block is missing Mobile: After: Mobile: ✔️ Navigation show on top and collapsible on touch Desktop: Also, was checked on the Luma theme and everything works as expected. |
Hi @mrtuvn, thank you for your contribution! |
Description (*)
This additionals aims to bring collapsible nav in mobile view for blank theme magento
This improvement accessibility for user when go around links in mobile (with collapsible nav)
Desktop still remain same UI like before
Move collapsible nav from luma theme to blank theme
Related Pull Requests
Fixed Issues (if relevant)
No issue
Manual testing scenarios (*)
Login to customer account page in mobile
Navigation should show in top and collapsible on touch for visible links navigate to another page
Questions or comments
Before results

-Mobile
-Desktop

After results

-Mobile
-Desktop
Remain like before change
Contribution checklist (*)
Resolved issues: