Open shawnborton opened 13 hours ago
Edited by proposal-police: This proposal was edited at 2024-11-21 17:07:21 UTC.
Update how we show pending and scanning status in the expense preview
new style
receiptScanning
to 'scanning...'Icon
heregetPreviewHeaderText
function if(TransactionUtils.isPending(transaction)){
message += `${CONST.DOT_SEPARATOR} Pending}`
}
Update how we show pending and scanning status in the expense preview
Feature Request
Problem: We're updating the expense preview to show the category and tag of the expense if there is one. However, that created a visual clash with how we have implemented the pending or scanning status text on an expense preview:
Solution: Let's update the way we show the pending or scanning status on expense previews:
For scanning receipts, since the big text already says "Receipt scanning", we probably don't need to add anything extra here - let's just update the text to say "Scanning..." and "Receipt" will be in smaller letters above it.
For pending card transactions, we can just reuse the small dot separator pattern in the eye brow line above the amount.
cc @Expensify/design