-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
[HOLD for payment 2021-11-04] Edit Workspace - Save button does not have correct padding - @parasharrajat #5767
Comments
Triggered auto assignment to @joelbettner ( |
I know this can be fixed by ProposalThe workspace Edit page is not following the best practice as others. I have worked on various pages for creating and fixing issues with layouts. output_file.mp4I gave the footer Why it is not fixed?Because we are adding this inside ScrollView. it is supposed to be placed adjacent to ScrollView. You can check other pages. eg: ProfilePage. What should we do?
so Footer will be passed as <WorkspacePageWithSections
headerText={this.props.translate('workspace.common.edit')}
route={this.props.route}
footer={(
<FixedFooter style={[styles.w100]}>
<Button
success
isLoading={policy.isPolicyUpdating}
text={this.props.translate('workspace.editor.save')}
onPress={this.submit}
pressOnEnter
/>
</FixedFooter>
)} then in {this.props.children(hasVBA, policyID, isUsingECard)}
</View>
</ScrollView>
//==> {this.props.footer}
</ScreenWrapper> This fix the padding issue at root and Also page layout issue. If we want to reduce the padding thing then
. |
Triggered auto assignment to @arielgreen ( |
This is polish for N6, so I'm removing the |
Taking over to speed up the N6 polish issue. @parasharrajat thanks for the detailed proposal, I agree that this is the correct solution. Please go ahead. |
Triggered auto assignment to @Beamanator ( |
Posted the job and sent you the offer, @parasharrajat. |
Merged 3 days ago, not in production yet. |
As title says, waiting 2 days for payment (not overdue) |
Paid 👍 |
If you haven’t already, check out our contributing guidelines for onboarding and email contributors@expensify.com to request to join our Slack channel!
Action Performed:
Expected Result:
Save button should have correct padding. For example

Actual Result:
Button does not have the correct padding.

Workaround:
Can the user still use Expensify without this being fixed? Have you informed them of the workaround?
Platform:
Where is this issue occurring?
Version Number: 1.1.7-3
Reproducible in staging?: Yes
Reproducible in production?: No
Logs: https://stackoverflow.com/c/expensify/questions/4856
Notes/Photos/Videos: Any additional supporting documentation
Please see the screenshots attached in the Expected and Actual results.
Expensify/Expensify Issue URL:
Issue reported by: @parasharrajat
Slack conversation: https://expensify.slack.com/archives/C01GTK53T8Q/p1633959748110300
View all open jobs on GitHub
The text was updated successfully, but these errors were encountered: