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

Fixed issue : Left Side Back End Menu Design fix #18687 #18858

Closed

Conversation

suryakant-krish
Copy link
Contributor

@suryakant-krish suryakant-krish commented Oct 27, 2018

Description (*)

Fixed Left Side Back End Menu Design.

Fixed Issues (if relevant)

  1. Left Side Back End Menu Design fix #18687 : Left Side Back End Menu Design fix

Manual testing scenarios (*)

  1. Added automatic scroll if the menu item is more.

Contribution checklist (*)

  • Pull request has a meaningful description of its purpose
  • All commits are accompanied by meaningful commit messages
  • All new or changed code is covered with unit/integration tests (if applicable)
  • All automated tests passed successfully (all builds on Travis CI are green)

@magento-engcom-team
Copy link
Contributor

Hi @suryakant-krish. Thank you for your contribution
Here is some useful tips how you can test your changes using Magento test environment.
Add the comment under your pull request to deploy test or vanilla Magento instance:

  • @magento-engcom-team give me test instance - deploy test instance based on PR changes
  • @magento-engcom-team give me $VERSION instance - deploy vanilla Magento instance

For more details, please, review the Magento Contributor Assistant documentation

VladimirZaets
VladimirZaets previously approved these changes Oct 28, 2018
@magento-engcom-team magento-engcom-team added this to the Release: 2.2.8 milestone Oct 28, 2018
@magento-engcom-team
Copy link
Contributor

Hi @VladimirZaets, thank you for the review.
ENGCOM-3318 has been created to process this Pull Request

@magento-engcom-team
Copy link
Contributor

@suryakant-krish thank you for contributing. Please accept Community Contributors team invitation here to gain extended permissions for this repository.

@@ -273,7 +273,16 @@
> .submenu {
transform: translateX(0);
visibility: visible;
z-index: @submenu__z-index;
z-index: 698;
overflow-x: scroll;
Copy link
Contributor

Choose a reason for hiding this comment

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

Hi @suryakant-krish, thanks for collaboration.

Please use overflow-x: auto instead of scroll. Scroll should be added only in cases when it really need, for this functionality, the better way is to use "overflow-x: auto".

@@ -273,7 +273,16 @@
> .submenu {
transform: translateX(0);
visibility: visible;
z-index: @submenu__z-index;
z-index: 698;
Copy link
Contributor

Choose a reason for hiding this comment

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

The better way is to use @submenu__z-indexvariable + 1 instead of hardcode.

min-width: 100%;
display: block;
float: left;
max-width: 1640px;
Copy link
Contributor

Choose a reason for hiding this comment

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

According to Magento frontend dev guide we haven't breakpoint on 1640 window width. Please change it to 1440px

@suryakant-krish
Copy link
Contributor Author

I have updated code as you have mentioned,

@VladimirZaets VladimirZaets changed the base branch from 2.2-develop to 2.3-develop November 19, 2018 09:55
@VladimirZaets VladimirZaets changed the base branch from 2.3-develop to 2.2-develop November 19, 2018 09:55
@VladimirZaets
Copy link
Contributor

Hi @suryakant-krish, I see that you already fixed code that I am mentioned, but as I see you didn't push changes to PRs branch. You push changes to "fixed-18687" branch, but PR was created from 2.2-develop branch

@suryakant-krish
Copy link
Contributor Author

suryakant-krish commented Nov 19, 2018

hi @VladimirZaets
I have updated code in 2.2 develop branch.

@suryakant-krish
Copy link
Contributor Author

Can you please check I have commited all my latest changes.

@sivaschenko
Copy link
Member

@suryakant-krish thanks for your contribution. We'll first merge your pull request to 2.3 and then process this one.

@suryakant-krish
Copy link
Contributor Author

I have already added forword port for this please check below url.
#19560

suryakant-krish and others added 21 commits December 10, 2018 05:24
[Backport] Fixed 19579: Input type import file alignment issue.
[Backport] Fixed 19573: Alignment Issue when create a new email template admin
[Backport] Fixed icon alignment: Frontend Component theme sort by arrow icon vertical alignment issue. magento#19639
[Backport] Fixed 19791: Logo vertical misalignment.
[Backport] Fixed 19800 Contact us : design improvement
@sivaschenko
Copy link
Member

Hi @suryakant-krish , I am closing this pull request, as the forward-port to 2.3 was closed. Please feel free to reopen when the forward port pull request will be merged to 2.3-develop.

@ghost
Copy link

ghost commented Jan 17, 2019

Hi @suryakant-krish, thank you for your contribution!
Please, complete Contribution Survey, it will take less than a minute.
Your feedback will help us to improve contribution process.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants