-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
[HelpDot] Fix List Spacing in Expensify Help #46252
Conversation
@ahmedGaber93 Please copy/paste the Reviewer Checklist from here into a new comment on this PR and complete it. If you have the K2 extension, you can simply click: [this button] |
@ahmedGaber93 kindly approve to assign internal |
@dangrous PR ready to fix it all |
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.
We did not find an internal engineer to review this PR, trying to assign a random engineer to #44107 as well as to this PR... Please reach out for help on Slack if no one gets assigned! |
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.
Looks good to me! I'm going to tag @Expensify/design though too just to give it a once over before merging.
Looking pretty good! A couple comments from my end:
|
no. that is a result of using |
the line-height of the page as a whole is |
Got it. Could we see it where we add 4px or 8px to the bottom of each li in the lists? |
8px feels like a bit too much spacing. 4px feel just right to me what do you think @shawnborton ? |
4px feels nice but I bet it would feel nicer if we didn't have a global line height of 1.4. I think the idea is that the gaps between li items feels larger than the gaps between lines of text in a paragraph. I bet if you tried the 4px gap when the line height is something more like 1.33 or 20px, it will feel better? |
@stitesExpensify was that merge intentional? |
No 😬 I was trying to merge a completely different PR and must have gotten my tabs mixed up. Sorry about that. Do you think we should revert and then revert the revert? |
I'm actually very confused by this.
|
I merged this PR at the exact same time it looks like #46333 |
Yeah they happened two seconds apart, that would be very impressive (looking at our webhook): Not seeing the code in In the meantime @rushatgabhane do you want to open a new one and play around with @shawnborton's suggestions? Sorry about that |
Details
Fixed Issues
$ #44107
PROPOSAL:
Tests
cd docs && npm run createDocsRoutes && bundle exec jekyll serve --livereload --safe
Offline tests
QA Steps
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)myBool && <MyComponent />
.src/languages/*
files and using the translation methodSTYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)Design
label and/or tagged@Expensify/design
so the design team can review the changes.ScrollView
component to make it scrollable when more elements are added to the page.main
branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTest
steps.Screenshots/Videos