-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Support displaying a pending state in the report status for To-Do search results when an action is pending #79736
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
Changes from all commits
e4bbc3b
6e6691d
098dab8
f0a984e
a38c723
c882930
d3b4799
a903fda
9896b70
3d3e8da
158ffb3
ffaa8be
4cbebe1
4ea081f
8bd70a3
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -1,11 +1,9 @@ | ||||||
| import type {ColorValue, StyleProp, ViewStyle} from 'react-native'; | ||||||
| import type {OnyxEntry} from 'react-native-onyx'; | ||||||
| import type {TransactionListItemType} from '@components/SelectionListWithSections/types'; | ||||||
| import type {Report} from '@src/types/onyx'; | ||||||
| import type {ExpenseReportListItemType, TransactionListItemType} from '@components/SelectionListWithSections/types'; | ||||||
|
|
||||||
| type ReportSearchHeaderProps = { | ||||||
| /** Report, if we're showing the details for one and using AvatarWithDisplay */ | ||||||
| report?: OnyxEntry<Report>; | ||||||
| report?: ExpenseReportListItemType; | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Why?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Actually, the data type passed to App/src/components/SelectionListWithSections/Search/ExpenseReportListItemRow.tsx Lines 245 to 246 in ac269f8
and |
||||||
|
|
||||||
| /** Additional styles to add to the component */ | ||||||
| style?: StyleProp<ViewStyle>; | ||||||
|
|
||||||
Uh oh!
There was an error while loading. Please reload this page.