Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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: update how we show pending and scanning status #53112
base: main
Are you sure you want to change the base?
fix: update how we show pending and scanning status #53112
Changes from 15 commits
f79edd0
29cffee
1bde136
2ca1154
37213ad
f868601
9440394
980012c
f08b0e0
f51600b
d9225c8
ab74606
3ffed1e
9e99557
1b28fd2
607a73c
3b75e73
596cbc0
21ee3a2
c7cd27c
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
I just found a special case where this message still needs to be displayed:
ReportPreview
quickly.This is because we prioritize displaying the amount:
App/src/components/ReportActionItem/ReportPreview.tsx
Lines 284 to 290 in 0051853
cc @shawnborton @dannymcclain to see if they have any different thoughts
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.
Rather than use the footer for "Receipt scan in progress" - let's just append a
• Scanning
in the top eyebrow line after after the wordReceipt
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.
Big agree with that suggestion Shawn.
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.
bug-resize.mp4
@ntdiary After following your steps, here is the result in my side. Am I missing something? Please correct me.
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.
@nkdengineer, in your video, what's shown is the
MoneyRequestPreviewContent
(which is used when there are multiple expenses in aReport
), the problem I mentioned occurs in theReportPreview
(which is rendered when there is only one expense). You can try paying for previous expenses, then submit a new expense report to see the behavior. :)