-
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
Design clean-up and consistency across expense reports and requests #26603
Merged
Merged
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
840c7be
remove caret of report/money preview
rezkiy37 06be8ff
hide marchant for iou preview
rezkiy37 1f4d975
improve showing description and merchant
rezkiy37 f321566
improve description hiding
rezkiy37 7cdcc72
fix twice merchant for distance request
rezkiy37 5e66460
partly fix remaining counter position
rezkiy37 88792f1
enable counter for normal cash requests
rezkiy37 8bcad7c
pass isWhisper to ReportPreview
rezkiy37 4c033c1
Merge branch 'main' of https://github.com/rezkiy37/Expensify into fix…
rezkiy37 2a8f0bc
Merge branch 'main' of https://github.com/rezkiy37/Expensify into fix…
rezkiy37 78a0104
tweak show merchant condition
rezkiy37 1b16e09
Revert "partly fix remaining counter position"
rezkiy37 aaac5b5
fix usage of whisper var
rezkiy37 7daf4aa
Merge branch 'main' of https://github.com/rezkiy37/Expensify into fix…
rezkiy37 ec2d986
fix whisper effect of MoneyRequestPreview
rezkiy37 a8f5cec
change order of arguments
rezkiy37 3d3950a
Merge branch 'main' into vit-26503theft
mountiny ed07c38
Improve the shouldShowMerchant logic
mountiny 8c53c60
Add bottom rounded corners
mountiny 8449727
Merge branch 'main' into vit-26503theft
mountiny aebd0b1
Remove the email from the saastr and sbe policy names
mountiny a95e0cd
Check if the first part of the workspace name is email
mountiny 849560b
Merge branch 'main' into vit-26503theft
mountiny 9807490
Update the logic for showing a merchant
mountiny 3dddf92
Merge branch 'main' into vit-26503theft
mountiny 392d011
Fix styles
mountiny de9dacc
Update outdated comment
mountiny 05d63ca
Clean up
mountiny File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
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 should have checked if the receipt was not being scanned here. Not doing so caused #31104.
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.
Okay, thank you for letting me know. AFAIK, the bug already fixed.