Skip to content

feat: I built the withdrawal flow#62

Merged
portableDD merged 2 commits intoNexacore-Org:mainfrom
benedictfred:feat/withdraw-flow
Aug 22, 2025
Merged

feat: I built the withdrawal flow#62
portableDD merged 2 commits intoNexacore-Org:mainfrom
benedictfred:feat/withdraw-flow

Conversation

@benedictfred
Copy link
Copy Markdown
Contributor

The Withdrawal Flow

📋 Description

I built the withdrawal flow according to the figma design provided.

🛠 Changes Implemented

  • I created a page.tsx file for the desktop withdraw page.
  • I created a modal named withdraw-options-mobile-screen.tsx for the mobile screens .
  • I created the withdraw form modal and connected it to both the desktop and mobile withdraw flow.
  • I created a withdrawSchema.ts file to validate the withdraw form.
  • I used formik to handle the form submission.

✅ How to Test

  1. Setup: Clone the branch feat/withdraw-flow and run npm install
  2. Run Tests: Run npm run dev to start the development environment.
  3. Expected Output: The withdrawal flow is at /dashboard/withdraw route

🔍 Screenshots (if applicable)

For Desktop Screen
Screencast from 2025-08-18 18-37-28.webm

For Mobile Screens
Screencast from 2025-08-18 18-38-44.webm

🚀 Checklist

  • Code follows project style guidelines.
  • Changes are tested and verified.
  • Documentation is updated (if needed).

🔗 Related Issues

@portableDD
Please review. Thanks.

Copy link
Copy Markdown
Contributor

@portableDD portableDD left a comment

Choose a reason for hiding this comment

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

LGTM,

Please fix the build error, and we are good to go!

@benedictfred
Copy link
Copy Markdown
Contributor Author

@portableDD
All build errors fixed 🙏.

Copy link
Copy Markdown
Contributor

@portableDD portableDD left a comment

Choose a reason for hiding this comment

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

lgtm

@portableDD portableDD merged commit 786cf05 into Nexacore-Org:main Aug 22, 2025
1 check passed
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.

Implement Withdrawal Flow UI (No API Yet)

2 participants