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

finishing password reset #23

Merged
merged 1 commit into from
Jul 10, 2024
Merged

Conversation

JeanIrad
Copy link
Contributor

Password reset

##Password Reset

Describe the purpose of the PR

Changes Made

Describe the changes made

Testing Instructions

List all testing instruction, if availbale

Related Issues

Lists all related issues

Checklist

Please review the following checklist and make sure all tasks are complete before submitting:

  • Code follows the project's coding standards
  • Changes are covered by tests
  • Documentation is updated (if applicable)
  • All tests pass

Copy link

netlify bot commented Jun 21, 2024

Deploy Preview for e-commerce-mavericks-fn ready!

Name Link
🔨 Latest commit e0a7f77
🔍 Latest deploy log https://app.netlify.com/sites/e-commerce-mavericks-fn/deploys/668c47c75ac72e0009c5b445
😎 Deploy Preview https://deploy-preview-23--e-commerce-mavericks-fn.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@JeanIrad JeanIrad force-pushed the 187354199-ft-password-reset branch from b13f81c to 23eeb9c Compare June 21, 2024 21:05
@niyontwali niyontwali added WIP and removed ready labels Jun 22, 2024
@JeanIrad JeanIrad force-pushed the 187354199-ft-password-reset branch 2 times, most recently from de09fef to ec59604 Compare June 22, 2024 12:13
@JeanIrad JeanIrad added ready and removed WIP labels Jun 22, 2024
Copy link
Contributor

@Favor-star Favor-star left a comment

Choose a reason for hiding this comment

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

Looks good to me!

Copy link
Contributor

@hozayves hozayves left a comment

Choose a reason for hiding this comment

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

Hey Jado,

I have a quick suggestion.

  • Could you please remove the toastContainer from ResentPassword.tsx? It's already configured in App.tsx, so having it here seems redundant. You can refer to how Ange used react-toastify in LoginComponent.tsx for guidance.
  • Let us know why you made changes in footer component
  • and also your forgot password component is too much wider than usual on big screen. look on the way you can make it look good instead 50%
Screenshot 2024-06-22 at 16 36 46

Thanks!

@JeanIrad JeanIrad force-pushed the 187354199-ft-password-reset branch from ec59604 to e675b3e Compare June 23, 2024 09:57
@JeanIrad
Copy link
Contributor Author

Hey Jado,

I have a quick suggestion.

  • Could you please remove the toastContainer from ResentPassword.tsx? It's already configured in App.tsx, so having it here seems redundant. You can refer to how Ange used react-toastify in LoginComponent.tsx for guidance.
  • Let us know why you made changes in footer component
  • and also your forgot password component is too much wider than usual on big screen. look on the way you can make it look good instead 50%
Screenshot 2024-06-22 at 16 36 46 Thanks!

I believe the same too

@JeanIrad
Copy link
Contributor Author

Hey Jado,
I have a quick suggestion.

  • Could you please remove the toastContainer from ResentPassword.tsx? It's already configured in App.tsx, so having it here seems redundant. You can refer to how Ange used react-toastify in LoginComponent.tsx for guidance.
  • Let us know why you made changes in footer component
  • and also your forgot password component is too much wider than usual on big screen. look on the way you can make it look good instead 50%
Screenshot 2024-06-22 at 16 36 46 Thanks!

I believe the same too

I also refactored it

@JeanIrad JeanIrad force-pushed the 187354199-ft-password-reset branch from e675b3e to e309dcf Compare June 24, 2024 15:55
Copy link
Contributor

@amin-leon amin-leon left a comment

Choose a reason for hiding this comment

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

You got conflicts in app.tsx

@JeanIrad JeanIrad force-pushed the 187354199-ft-password-reset branch from e309dcf to ccd84a9 Compare July 8, 2024 09:44
@JeanIrad
Copy link
Contributor Author

JeanIrad commented Jul 8, 2024

You got conflicts in app.tsx

I have rebased, you can check again

@JeanIrad JeanIrad force-pushed the 187354199-ft-password-reset branch 4 times, most recently from cd51e26 to cd7769f Compare July 8, 2024 18:57
finishing a rebase

	modified:   src/App.tsx
	modified:   src/components/authentication/LoginComponent.tsx
	modified:   src/components/common/Button.tsx
	modified:   src/components/footer/Footer.tsx
	new file:   src/components/passwordReset/NewPasswordComponent.tsx
	new file:   src/components/passwordReset/PasswordResetComponent.tsx
	new file:   src/hooks/customHooks.ts
	new file:   src/pages/NewPassword.tsx
	new file:   src/pages/ResetPassword.tsx
	new file:   src/services/resetPassword.ts
	modified:   src/utils/schemas.ts
@JeanIrad JeanIrad force-pushed the 187354199-ft-password-reset branch from cd7769f to e0a7f77 Compare July 8, 2024 20:10
Copy link
Contributor

@patrickhag patrickhag left a comment

Choose a reason for hiding this comment

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

👌

@niyontwali niyontwali merged commit 6befa21 into develop Jul 10, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants