-
Notifications
You must be signed in to change notification settings - Fork 16
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
Billing credit card flow #1788
Billing credit card flow #1788
Conversation
Your Render PR Server URL is https://files-billing-stage-pr-1788.onrender.com. Follow its progress at https://dashboard.render.com/static/srv-c6iqi4cobjdb9bk1qtv0. |
This pull request introduces 1 alert when merging ff9f82c into 79e4549 - view on LGTM.com new alerts:
|
This pull request introduces 1 alert when merging 8cc8847 into 79e4549 - view on LGTM.com new alerts:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Went through the code and found only some lint things. Will play with now :)
packages/files-ui/src/Components/Modules/Settings/SubscriptionTab/AddCard/AddCard.tsx
Outdated
Show resolved
Hide resolved
...ages/files-ui/src/Components/Modules/Settings/SubscriptionTab/ChangePlan/ChangePlanModal.tsx
Outdated
Show resolved
Hide resolved
...ages/files-ui/src/Components/Modules/Settings/SubscriptionTab/ChangePlan/ChangePlanModal.tsx
Outdated
Show resolved
Hide resolved
packages/files-ui/src/Components/Modules/Settings/SubscriptionTab/ChangePlan/PaymentMethod.tsx
Outdated
Show resolved
Hide resolved
packages/files-ui/src/Components/Modules/Settings/SubscriptionTab/ChangePlan/PaymentMethod.tsx
Outdated
Show resolved
Hide resolved
packages/files-ui/src/Components/Modules/Settings/SubscriptionTab/ChangePlan/PaymentMethod.tsx
Outdated
Show resolved
Hide resolved
packages/files-ui/src/Components/Modules/Settings/SubscriptionTab/ChangePlan/SelectPlan.tsx
Outdated
Show resolved
Hide resolved
packages/files-ui/src/Components/Modules/Settings/SubscriptionTab/ChangePlan/SelectPlan.tsx
Outdated
Show resolved
Hide resolved
packages/files-ui/src/Components/Modules/Settings/SubscriptionTab/ChangePlan/SelectPlan.tsx
Outdated
Show resolved
Hide resolved
packages/files-ui/src/Components/Modules/Settings/SubscriptionTab/CurrentPlan.tsx
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉 It's wired very well, awesome work Tanmoy!
a couple remarks more on the design that the implementation itself
I found this drop-down a little surprising since I've never seen anything similar anywhere else.
Also I think the / instead of > from the original design does make a visual difference for the breadcrumb.
Should we place this "go back" next to the "use this card" button, because it's effectively canceling the "add card" process
packages/files-ui/src/Components/Modules/Settings/SubscriptionTab/AddCard/AddCard.tsx
Outdated
Show resolved
Hide resolved
packages/files-ui/src/Components/Modules/Settings/SubscriptionTab/AddCard/AddCard.tsx
Show resolved
Hide resolved
packages/files-ui/src/Components/Modules/Settings/SubscriptionTab/ChangePlan/PaymentMethod.tsx
Outdated
Show resolved
Hide resolved
…Tab/AddCard/AddCard.tsx Co-authored-by: Thibaut Sardan <33178835+Tbaut@users.noreply.github.com>
…Tab/ChangePlan/PaymentMethod.tsx Co-authored-by: Thibaut Sardan <33178835+Tbaut@users.noreply.github.com>
…Tab/ChangePlan/PaymentMethod.tsx Co-authored-by: Thibaut Sardan <33178835+Tbaut@users.noreply.github.com>
…Tab/ChangePlan/SelectPlan.tsx Co-authored-by: Thibaut Sardan <33178835+Tbaut@users.noreply.github.com>
…Tab/ChangePlan/SelectPlan.tsx Co-authored-by: Thibaut Sardan <33178835+Tbaut@users.noreply.github.com>
…Tab/ChangePlan/PaymentMethod.tsx Co-authored-by: Thibaut Sardan <33178835+Tbaut@users.noreply.github.com>
…Tab/ChangePlan/PaymentMethod.tsx Co-authored-by: Thibaut Sardan <33178835+Tbaut@users.noreply.github.com>
…Tab/CurrentPlan.tsx Co-authored-by: Thibaut Sardan <33178835+Tbaut@users.noreply.github.com>
…Tab/ChangePlan/PaymentMethod.tsx Co-authored-by: Thibaut Sardan <33178835+Tbaut@users.noreply.github.com>
…Tab/ChangePlan/PaymentMethod.tsx Co-authored-by: Thibaut Sardan <33178835+Tbaut@users.noreply.github.com>
…Tab/ChangePlan/PlanSuccess.tsx Co-authored-by: Thibaut Sardan <33178835+Tbaut@users.noreply.github.com>
…Tab/ChangePlan/PlanSuccess.tsx Co-authored-by: Thibaut Sardan <33178835+Tbaut@users.noreply.github.com>
…Tab/ChangePlan/PlanSuccess.tsx Co-authored-by: Thibaut Sardan <33178835+Tbaut@users.noreply.github.com>
…Tab/ChangePlan/PlanSuccess.tsx Co-authored-by: Thibaut Sardan <33178835+Tbaut@users.noreply.github.com>
…Tab/ChangePlan/SelectPlan.tsx Co-authored-by: Thibaut Sardan <33178835+Tbaut@users.noreply.github.com>
…Tab/ChangePlan/ConfirmPlan.tsx Co-authored-by: Thibaut Sardan <33178835+Tbaut@users.noreply.github.com>
…monorepo into feat/credit-card-flow-1757
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pushed plenty of small things to prevent back & forth for the review. Looking great 🎉
closes #1757
API updates are now in.
Submission checklist:
Select plan page
plan details page
Card or wallet page
Add card functionality
payment page
Plan change success page
Layout
Theme