-
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
Fix report preview settlement button text is less visible on Android #36315
Fix report preview settlement button text is less visible on Android #36315
Conversation
@abdulrahuman5196 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] |
So, I noticed that the button text is still less visible on Android when we create a money request while offline with a different currency. This is because we disabled the button (added a week ago).
So, the opacity is applied twice, one from the OfflineWithFeedback and the other one from the button itself. It's similar to this issue I would say. This affected all platforms even though the effect is not as bad as Android, for example iOS here: Left: button disabled We can disable the opacity from the button by having a new props, but I think it should be a separate issue. |
I agree on this #36315 (comment). Should be a separate issue, we can create if required. |
Reviewer Checklist
Screenshots/VideosAndroid: NativeScreen.Recording.2024-02-14.at.3.59.53.PM.mp4Android: mWeb ChromeScreen.Recording.2024-02-14.at.4.03.29.PM.mp4iOS: NativeScreen.Recording.2024-02-14.at.4.05.55.PM.mp4iOS: mWeb SafariScreen.Recording.2024-02-14.at.4.07.35.PM.mp4MacOS: Chrome / SafariScreen.Recording.2024-02-14.at.3.38.46.PM.mp4MacOS: DesktopScreen.Recording.2024-02-14.at.4.13.34.PM.mp4 |
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.
Changes looks good and works well. Reviewers checklist is also complete.
All yours. @hayata-suenaga
🎀 👀 🎀
C+ Reviewed
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.
🟢
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
🚀 Deployed to staging by https://github.com/hayata-suenaga in version: 1.4.42-0 🚀
|
🚀 Deployed to production by https://github.com/chiragsalian in version: 1.4.42-5 🚀
|
Details
The text in the report preview settlement button is less visible on Android compared to other platforms.
Fixed Issues
$ #34354
PROPOSAL: #34354 (comment)
Tests
Same as QA Steps
Offline tests
Same as QA Steps
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 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
Android: mWeb Chrome
iOS: Native
iOS: mWeb Safari
MacOS: Chrome / Safari
MacOS: Desktop