-
Notifications
You must be signed in to change notification settings - Fork 82
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
Fix: issue-637 #646
Fix: issue-637 #646
Conversation
tblivet
commented
Jul 16, 2024
Questions | Answers |
---|---|
Description? | Allow the main menu to display on multiple rows instead of using the full row width when containing many items. Also, change the submenu top position to handle the case when multiple rows contain submenus. |
Type? | improvement |
BC breaks? | no |
Deprecations? | |
Fixed ticket? | Fix #637 |
Sponsor company | @PrestaShopCorp |
How to test? | You can refer to the issue #637 |
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.
OK for the css / tpl part.
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.
Hello @tblivet ,
Thanks for the PR !
Not all elements are displayed, but I guess that i'ts the wanted behavior, as 50 elements can't be displayed all in one line. ✅
I can't click on any submenu. ❌
Screen.Recording.2024-07-17.at.11.08.40.mov
Could you check ?
Thanks!
Hello @florine2623, I think you have the old version. Maybe the assets have not been recompiled because the menu should not be displayed in full row, it should fit between the logo and the search bar 🤔 |
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.
Hello @tblivet ,
LGTM on the shape of the menu ✅
Screen.Recording.2024-07-19.at.09.37.14.mov
When there are more than 3 sub-categories, the last one is not well displayed. But that's an issue for another PR :)
It is QA ✅
PR merged, well done! Message to @PrestaShop/committers: do not forget to milestone it before the merge. |