-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Submit expense - Empty space between input field and loading skeleton in participant list #47524
Comments
Triggered auto assignment to @AndrewGable ( |
👋 Friendly reminder that deploy blockers are time-sensitive ⏱ issues! Check out the open `StagingDeployCash` deploy checklist to see the list of PRs included in this release, then work quickly to do one of the following:
|
Production: 98.1.mp4 |
We think that this bug might be related to #vip-vsp |
ProposalPlease re-state the problem that we are trying to solve in this issue.Submit expense - Empty space between input field and loading skeleton in participant list What is the root cause of that problem?The condition to render the header message is incorrect, it renders the header message element even if App/src/components/SelectionList/BaseSelectionList.tsx Lines 690 to 694 in 5b83a4b
What changes do you think we should make in order to solve the problem?We should only render the content when {(!isLoadingNewOptions || headerMessage !== translate('common.noResultsFound') || flattenedSections.allOptions.length === 0) && !!headerMessage && (
<View style={headerMessageStyle ?? [styles.ph5, styles.pb5]}>
<Text style={[styles.textLabel, styles.colorMuted]}>{headerMessage}</Text>
</View>
)} What alternative solutions did you explore? (Optional) |
@mountiny @tienifr @allroundexperts - Seems like this is a regression from #42413 |
I'll raise the PR fix in a hour |
This comment was marked as off-topic.
This comment was marked as off-topic.
Looks like this was fixed in staging! https://expensify.slack.com/archives/C01GTK53T8Q/p1724077613257529?thread_ts=1723755541.991329&cid=C01GTK53T8Q |
closing b/c PR author & C+ were on the original PR that caused the regression (no payment needed) |
If you haven’t already, check out our contributing guidelines for onboarding and email contributors@expensify.com to request to join our Slack channel!
Version Number: 9.0.21-0
Reproducible in staging?: Y
Reproducible in production?: N
If this was caught during regression testing, add the test name, ID and link from TestRail: N/A
Email or phone of affected tester (no customers): applausetester+kh050806@applause.expensifail.com
Issue reported by: Applause - Internal Team
Action Performed:
Expected Result:
There should not be empty space between input field and the loading skeleton in participant list.
Actual Result:
There is empty space between input field and the loading skeleton in participant list.
Workaround:
Unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Screenshots/Videos
Add any screenshot/video evidence
ecc4.1.mp4
View all open jobs on GitHub
The text was updated successfully, but these errors were encountered: