-
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
Make button styles consistent in Expensify.cash #3055
Comments
Triggered auto assignment to @trjExpensify ( |
Triggered auto assignment to @Jag96 ( |
Proposal 📄Make button styles consistent in Expensify.cash Investigation 🕵🏻♂️
Approach 👨🏼💻File of concern :
Discussion with the team might be required to pick the best possible approach Best Practices 💃🏼
Testing Strategy 🧪
Expected Delivery Time 📦Approx 1-3 days. Previous Experience 🙅🏼♂️ |
@pranshuchittora it looks like you have a few other issues currently assigned to you, so going to give others a chance to write up proposals for this. For the proposals here, please ensure specific details about what style changes are necessary are included. |
Here is how I would like to tackle this. Proposal
Skeleton would be something like: <ScreenWrapper>
<KeyboardAvoidingView>
<HeaderWithCloseButton
/>
<ScrollView style={styles.flex1}>
</ScrollView>
<View style={[styles.ph5, styles.pb5]}>
<Button
success
isDisabled={isButtonDisabled}
style={[styles.w100]}
/>
</View>
</KeyboardAvoidingView>
</ScreenWrapper>
|
@parasharrajat your proposal looks good, just one question: it looks like the skeleton you're proposing is currently implemented on the ProfilePage, but it is one of the buttons on the list that needs to be changed, what changes will you make there? When testing on the latest version (1.0.55.0) on the iOS Simulator, it doesn't look like the |
Confirming, I think the Save button should be visible above the keyboard. |
Oh, last time I checked it was above the Keyboard so let me just have a look on the latest code. |
@Jag96 But it seems we have only added it one place so far so I will wrap all the components in the |
@parasharrajat your proposal looks good 👍 Please submit a proposal on Upwork, once it's approved you can start on a PR |
Hired @parasharrajat on Upwork. Feel free to start on your PR! |
Will pay on June 18 (7 days after PR merged to allow for regression handling) |
Payment will be sent tomorrow. |
@michaelhaxhiu please pay this out ASAP. |
Ah, nvm, it's paid. Please be sure you're ending contracts. I will do so. |
Shoot, sorry! I did forget to end the contract. |
If you haven’t already, check out our contributing guidelines for onboarding and email contributors@expensify.com to request to join our Slack channel!
Expected Result:
Button style attributes should remain consistent across all Expensify.cash platforms (including iOS and Android). More specifically, buttons should behave like so:
Actual Result:
Button styles are inconsistent right now. Here's a few examples:
image1:
image2:
Buttons to modify:
Save
buttonAdd Phone Number
/Add Email
>Send Validation
buttonSave
buttonAdd PayPal Account
button+
FAB > New Group > Select 1 or more people >Create Group
button+
FAB > Request Money > Enter Amount and PressNext
> Select an attendee > Enter a comment > Request$XX button
.+
FAB > Split Bill > Enter Amount and PressNext
> Select 1 or more people >Next
button+
FAB > Request Money/Split Bills > Press the currency symbol > Search for a currency using the search bar to focus the keyboard > Select a currency > Confirm button.Platform:
Where is this issue occurring?
Web
iOS ✔️
Android ✔️
Desktop App
Mobile Web
Version Number: v1.0.50-2
Expensify/Expensify Issue URL: https://github.com/Expensify/Expensify/issues/164496
Upwork job link: https://www.upwork.com/jobs/~01b1a9d276904a90c7
View all open jobs on Upwork
The text was updated successfully, but these errors were encountered: