-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
[HOLD for C+ newdot payment] [$1000] Burger menu overlaps with "Expensify" logo in top left corner of the page #25646
Comments
Triggered auto assignment to @kadiealexander ( |
Bug0 Triage Checklist (Main S/O)
|
Proposed solutionPlease re-state the problem that we are trying to solve in this issue.Burger menu overlaps with "Expensify" logo in top left corner of the page. Also search icon is requires some padding/margin. What is the root cause of that problem? Since the position is absolute other elements can take the space so that overlap is visible. Lines 277 to 292 in 120bcbf
What changes do you think we should make in order to solve the problem? There are two changes are required:
.logo {
width: 160px;
align-content: center;
display: block;
margin-right: auto;
- margin-left: auto;
+ margin-left: 30px;
@include breakpoint($breakpoint-tablet) {
- width: 210px;
+ width: 200px;
align-content: normal;
display: flex;
margin-left: 0;
margin-right: 0;
}
}
Screen devices with 800px width Additionally, I suggest reducing the padding of the header container. Then there won't be any need to change the logo size. Result with Just noticed that 24px margin/padding used everywhere so update it to keep consistent. What alternative solutions did you explore? (Optional)N/A |
Job added to Upwork: https://www.upwork.com/jobs/~01a5ada1183af69b00 |
Current assignee @kadiealexander is eligible for the External assigner, not assigning anyone new. |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @allroundexperts ( |
ProposalPlease re-state the problem that we are trying to solve in this issue.LHN toggle icon overlaps with 'expensify' logo What is the root cause of that problem?The header button is positioned absolute which makes it overlap with any other element if the viewport is resized to it's break point. Line 270 in 6609308
What changes do you think we should make in order to solve the problem?We should remove the position absolute from here: Line 270 in 6609308
and add padding-right: 24px which seems the standard in our case (used on the header padding)
then we will move the header button to the element below inside "flex" App/docs/_layouts/default.html Lines 25 to 28 in 6609308
move this to inside App/docs/_layouts/default.html Lines 29 to 37 in 6609308
we can also improve the search icon by resizing the logo on the right break point. Line 284 in 6609308
we will change What alternative solutions did you explore? (Optional) |
I think it is regression of #24299 |
Nope, It's not regression, as It's already like that before the PR of #24299 |
ProposalPlease re-state the problem that we are trying to solve in this issue.Burger menu overlaps with "Expensify" logo in top left corner of the page What is the root cause of that problem?The logo element is not padded for the burger icon that appears for small screen devices. What changes do you think we should make in order to solve the problem?We should add Two ways to accomplish this:
Resultfinal: ![Screenshot from 2023-08-22 18-13-11](https://github.com/Expensify/App/assets/64629613/c5151505-5fa2-403d-9211-d2b374e48279)What alternative solutions did you explore? (Optional)xx |
Proposal updated to reduce margin size to 24 which looks better and seems consistent. |
ProposalPlease re-state the problem that we are trying to solve in this issue.Burger menu overlaps with "Expensify" logo in top left corner of the page What is the root cause of that problem?The Mobile Menu, Logo, and Search Toggle still do not have an exact structure on Mobile. What changes do you think we should make in order to solve the problem?The Mobile Menu, Logo, and Search Toggle should have different wrappers instead so we can use
What alternative solutions did you explore? (Optional)None ResultFix.Burger.Menu.Demo.mov |
Please re-state the problem that we are trying to solve in this issue.Fix burger menu overlapping with "Expensify" logo in top left corner of the page. Also search icon is requires some padding/margin. What is the root cause of that problem?The header button is positioned absolute which makes it overlap with any other element if the view-port is resized to it's break point. What changes do you think we should make in order to solve the problem?A good design approach will be to reduce the number of items displayed in the header What alternative solutions did you explore? (Optional)Giving a margin left to the logo on smaller screen. Attached is a sample of what the solution should look like |
📣 @yoodule-dev! 📣
|
|
2 similar comments
|
|
Contributor details |
✅ Contributor details stored successfully. Thank you for contributing to Expensify! |
|
ProposalPlease re-state the problem that we are trying to solve in this issue.The burger menu overlaps with the Expensify logo, which makes it difficult for users to be able to see that a burger menu actually exists. What is the root cause of that problem?The root cause is an absolute positioning applied to the burger menu. What changes do you think we should make in order to solve the problem?
|
📣 @Hanawa02! 📣
|
|
The solution for this issue has been 🚀 deployed to production 🚀 in version 1.3.62-4 and is now subject to a 7-day regression period 📆. Here is the list of pull requests that resolve this issue: If no regressions arise, payment will be issued on 2023-09-11. 🎊 After the hold period is over and BZ checklist items are completed, please complete any of the applicable payments for this issue, and check them off once done.
For reference, here are some details about the assignees on this issue:
As a reminder, here are the bonuses/penalties that should be applied for any External issue:
|
BugZero Checklist: The PR fixing this issue has been merged! The following checklist (instructions) will need to be completed before the issue can be closed:
|
Payouts due:
Eligible for 50% #urgency bonus? Yes Upwork job is here. |
Requested payment. On to the checklist. |
Checklist
Regression test steps
Verify that the burger menu icon does not overlap with the Do we 👍 or 👎 ? |
This can be closed after @allroundexperts is paid via NewDot. Payment summary is here. |
Not overdue. |
$1,500 payment for @allroundexperts approved based on BZ summary. |
If you haven’t already, check out our contributing guidelines for onboarding and email [email protected] to request to join our Slack channel!
Action Performed:
1.Login and then open Settings.
2.open help.
Expected Result:
Drawer button should not overlay on Expensify logo.
Actual Result:
Drawer button is overlaying on Expensify logo.
Workaround:
Can the user still use Expensify without this being fixed? Have you informed them of the workaround?
Platforms:
Which of our officially supported platforms is this issue occurring on?
Version Number: 1.3.56-2
Reproducible in staging?: y
Reproducible in production?: y
If this was caught during regression testing, add the test name, ID and link from TestRail:
Email or phone of affected tester (no customers):
Logs: https://stackoverflow.com/c/expensify/questions/4856
Notes/Photos/Videos: Any additional supporting documentation
Screenrecorder-2023-08-12-14-49-47-769.mp4
Expensify/Expensify Issue URL:
Issue reported by: @Harshizonnet
Slack conversation: https://expensify.slack.com/archives/C049HHMV9SM/p1691834089242369
View all open jobs on GitHub
Upwork Automation - Do Not Edit
The text was updated successfully, but these errors were encountered: