Skip to content
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

Feat: create upgrade plan page (payments) - Team Bulldozer #754

Closed

Conversation

Praizee
Copy link
Contributor

@Praizee Praizee commented Jul 30, 2024

Description

Changes proposed

What were you told to do?

SETTINGS PAGE -> Implement Payment Plan Page

What did you do?

I implemented the upgrade payment plan page, according to the design, along with the success and failed upgrade modals

Check List (Check all the applicable boxes)

🚨Please review the contribution guideline for this repository.

  • My code follows the code style of this project.
  • This PR does not contain plagiarized content.
  • The title and description of the PR is clear and explains the approach.
  • I am making a pull request against the dev branch (left side).
  • My commit messages styles matches our requested structure.
  • My code additions will fail neither code linting checks nor unit test.
  • I am only making changes to files I was requested to.

Screenshots/Videos

image

image

image

image


import CustomButton from "~/components/common/common-button/common-button";
import CustomInput from "~/components/common/input/input";
// import PlanUpgradeFailedModal from "~/components/common/modals/plan-upgrade-failed";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove this.

</div>

<PlanUpgradeSuccessfulModal onClose={() => setOpen(!open)} show={open} />
{/* <PlanUpgradeFailedModal onClose={() => setOpen(!open)} show={open} /> */}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove this.

@Justfemi Justfemi closed this Jul 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants