-
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
The option rows in the Streamline payments use an old, rounded pill hover style #58043
Comments
Triggered auto assignment to @flaviadefaria ( |
ProposalPlease re-state the problem that we are trying to solve in this issue.The option rows in the Streamline payments use an old, rounded pill hover style What is the root cause of that problem?We're using
What changes do you think we should make in order to solve the problem?
Check all the places using What specific scenarios should we cover in automated tests to prevent reintroducing this issue in the future?None - Minor UI update What alternative solutions did you explore? (Optional)None |
ProposalPlease re-state the problem that we are trying to solve in this issue.The option rows in the Streamline payments use an old, rounded pill hover style What is the root cause of that problem?I agree with @gijoe0295 the problem is its using styles.cardMenuItem but my solution is different from their's App/src/pages/ReimbursementAccount/VerifiedBankAccountFlowEntryPoint.tsx Lines 228 to 236 in a49c13a
Lines 3914 to 3920 in 9702e89
What changes do you think we should make in order to solve the problem?We should change the style itself (i.e remove 'paddingLeft', 'paddingRight', and add width: 'auto' & borderRadius: 0). which is change the cardMenuItem like this below This way we wont have to update the code at many places and yet change the style at all the places its being used. What specific scenarios should we cover in automated tests to prevent reintroducing this issue in the future?N/A What alternative solutions did you explore? (Optional)Reminder: Please use plain English, be brief and avoid jargon. Feel free to use images, charts or pseudo-code if necessary. Do not post large multi-line diffs or write walls of text. Do not create PRs unless you have been hired for this job. |
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.1.10-3
Reproducible in staging?: Y
Reproducible in production?: Y
If this was caught on HybridApp, is this reproducible on New Expensify Standalone?:
If this was caught during regression testing, add the test name, ID and link from TestRail:
Email or phone of affected tester (no customers):
Logs: https://stackoverflow.com/c/expensify/questions/4856
Expensify/Expensify Issue URL:
Issue reported by: @shawnborton
Slack conversation (hyperlinked to channel name): #Expensify Bugs
Action Performed:
Expected Result:
These should use a full-bleed style, consistent with other option rows.
Actual Result:
The option rows in the Streamline payments use an old, rounded pill hover style
Workaround:
Unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Screenshots/Videos
Add any screenshot/video evidence
Expected Result:

View all open jobs on GitHub
The text was updated successfully, but these errors were encountered: