-
Notifications
You must be signed in to change notification settings - Fork 3k
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
add some margin between amount and tick mark in ReportPreview.js #19222
Conversation
@jasperhuangg @Santhosh-Sellavel One of you needs to 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] |
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.
ez pz
Reviewer Checklist
Screenshots/Videos |
@jasperhuangg Are we okay with this overlapping of ticks & right arrow button, check all 4 ticks. ![]() cc: @Expensify/design |
I am super confused about this design - @JmillsExpensify @trjExpensify do you know what's going on here with the green checkmarks? |
@Santhosh-Sellavel what is the next step? |
@shawnborton I'll check again and report it. |
Hm, not sure what's going on there. I haven't spotted the misaligned checkmarks on the report preview message before. It should look like this: ![]() Seems like that's the case in the PR OP though? Just not in @Santhosh-Sellavel's testing here. Also, that empty line in the report preview message we can see is being handled elsewhere by @luacmartins, as well as overlaying the workspace avatar. |
@shawnborton we have an issue for this. |
@trjExpensify Here is a recording Screen.Recording.2023-05-23.at.2.52.12.AM.movAs you can notice in the video green tick is too close to the settled-up message. We are trying to address this here. Postfix![]() Here there is one more issue that is discussed here. I thought this was introduced here but it happens on the main as also. In fact, the video above itself was recorded from running on the main branch! After settling up a transaction the new settled message is not updated properly not sure how long it takes but as far I see it needs a refresh. Also, there is one more issue I can see, For the account [email protected], we have the Immediately after settling up![]() In a new session(Close and open the app) or refresh the page![]() |
LGTM @Santhosh-Sellavel can you complete the checklist please? |
@luacmartins Thanks for the bump, assuming we are not gonna hold this PR for any issues discussed here |
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, thanks!
✋ 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/luacmartins in version: 1.3.18-0 🚀
|
🚀 Deployed to staging by https://github.com/luacmartins in version: 1.3.18-0 🚀
|
🚀 Deployed to staging by https://github.com/luacmartins in version: 1.3.18-0 🚀
|
Sorry guys, I've been away. Where did we land with this? #19222 (comment) It seems broken to me that. Minimally we need a follow-up if that hasn't been addressed elsewhere. |
Should create a new issue then if not already! |
@trjExpensify @Santhosh-Sellavel I think that issue was fixed here, no? |
No, it's not fixed here. Issues described here will need a follow-up |
Hmm maybe I didn't understand the bug reported here then. Could you clarify? |
🚀 Deployed to production by https://github.com/yuwenmemon in version: 1.3.18-2 🚀
|
Here is the recording Screen.Recording.2023-05-23.at.2.52.12.AM.movAfter settling up a transaction the new settled message is not updated properly not sure how long it takes but as far I see, we need to refresh. Also, there is one more issue I can see for the account [email protected], we have the Immediately after settling up![]() In a new session(Close and open the app) or refresh the page![]() There are multiple issues here
|
AH I see the problem now. Yea, we should create a new issue for it. @Santhosh-Sellavel do you wanna post it in Slack? |
@luacmartins There are multiple issues here, So can you just create an issue from the above and assign me as C+ I will clarify any doubt and move this forward from there. Do you want them reported separately? Issues are
![]()
|
Created #19907 |
Details
Fixed Issues
$ #19049
$ #19049 (comment)
Tests
Offline tests
N/A
QA Steps
Same as Tests step.
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)/** comment above it */
this
properly so there are no scoping issues (i.e. foronClick={this.submit}
the methodthis.submit
should be bound tothis
in the constructor)this
are necessary to be bound (i.e. avoidthis.submit = this.submit.bind(this);
ifthis.submit
is never passed to a component event handler likeonClick
)StyleUtils.getBackgroundAndBorderStyle(themeColors.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)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
Web
Screen.Recording.2023-05-18.at.11.24.52.PM.mov
Mobile Web - Chrome
Screen.Recording.2023-05-18.at.11.30.29.PM.mov
Mobile Web - Safari
Screen.Recording.2023-05-18.at.11.51.41.PM.mov
Desktop
Screen.Recording.2023-05-18.at.11.32.54.PM.mov
iOS
Screen.Recording.2023-05-18.at.11.48.35.PM.mov
Android
Screen.Recording.2023-05-18.at.11.28.11.PM.mov