-
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
Change style of header skeleton view to match with HeaderWithBackButton #35126
Conversation
Reviewer Checklist
Screenshots/VideosAndroid: NativechevronAndroid.mp4Android: mWeb ChromechevronAndroidChrome.mp4iOS: NativechevroniOS.mp4iOS: mWeb SafarichevroniOSSafari.mp4MacOS: Chrome / SafarichevronChrome.mp4MacOS: DesktopchevronDesktop.mp4 |
The tip (sharp corner) of the chevron is at 20px from left on the report screen and 18px on the not found page. chevronLeftOffset.mp4Can we match them? |
For that we can update HeaderWithBackButton to match with HeaderView. |
Can we do this safely? |
@c3024 What does that mean? |
Without causing any regressions and preferably without creating new styles. |
Yes we can do this by using existing style. |
@c3024 Updated. |
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.
LGTM
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
🚀 Cherry-picked to staging by https://github.com/francoisl in version: 1.4.33-5 🚀
@Expensify/applauseleads please QA this PR and check it off on the deploy checklist if it passes. |
🚀 Deployed to staging by https://github.com/amyevans in version: 1.4.34-0 🚀
|
🚀 Deployed to staging by https://github.com/amyevans in version: 1.4.34-0 🚀
|
Oh hi! It looks like this caused this regression - can y'all look into it? Specifically it's this commit: |
can you please raise a PR with earlier change of matching the skeleton view with header with back button? |
Anything I can help with (I'm assigned to the blocker)? I don't really think this needs to block deploy since it's very small but would love to get it updated soon! |
@dangrous it's a very minor issue so I think it's safe to remove the blocker label. Thanks for staying on top of it! Looks like it's late for @dukenv0307 but hopefully they can open a PR to fix it (their) tomorrow. |
🚀 Deployed to production by https://github.com/francoisl in version: 1.4.34-1 🚀
|
Details
Change style of header skeleton view to match with HeaderWithBackButton
Fixed Issues
$ #34915
PROPOSAL: #34915 (comment)
Tests
https://dev.new.expensify.com:8082/r/2662477900
Offline tests
None
QA Steps
https://dev.new.expensify.com:8082/r/2662477900
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)myBool && <MyComponent />
.src/languages/*
files and using the translation methodWaiting for Copy
label for a copy review on the original GH to get the correct copy.STYLE.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 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
Android: Native
Screen.Recording.2024-01-25.at.11.19.40.mov
Android: mWeb Chrome
Screen.Recording.2024-01-25.at.11.16.11.mov
iOS: Native
iOS: mWeb Safari
Screen.Recording.2024-01-25.at.11.13.39.mov
MacOS: Chrome / Safari
Screen.Recording.2024-01-25.at.11.12.15.mov
MacOS: Desktop
Screen.Recording.2024-01-25.at.11.23.09.mov