Skip to content

Conversation

Sahilagarwal623
Copy link
Contributor

Add React Toastify Notifications for User Actions

Description

This PR integrates the react-toastify library to display toast notifications to users for key actions such as login, logout, and signup. Users now receive immediate feedback after submitting forms, enhancing the overall user experience.
And i Would like to mention that when i cloned the repo some existing test were not passing before I made any changes they were already there but i have added features and tested manually everything is working fine.

Related Issue

Fixes #83

Motivation and Context

Improves user experience by providing clear feedback for authentication actions, ensuring users are aware of the outcome of their interactions.

Types of Changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Enhancement (improvement to an existing feature)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Test (adds or updates tests only)
  • Documentation (non-code change)

How Has This Been Tested?

Manual testing of login, logout, and signup flows to verify toast notifications appear as expected.

Added automated tests to check for toast notifications on successful and failed login attempts.

Screenshots (if applicable):

Screenshot (110) Screenshot (111) Screenshot (112) Screenshot (113)

Checklist

  • My code follows the code style of this project
  • My change requires a change to the documentation
  • I have updated the documentation accordingly
  • I have added tests to cover my changes
  • All new and existing tests passed

Copy link

netlify bot commented Oct 5, 2025

Deploy Preview for paisable ready!

Name Link
🔨 Latest commit 5e0c5de
🔍 Latest deploy log https://app.netlify.com/projects/paisable/deploys/68e3fe7dd8c1ae0008a4fcae
😎 Deploy Preview https://deploy-preview-86--paisable.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 94
Accessibility: 100
Best Practices: 100
SEO: 91
PWA: 70
View the detailed breakdown and full score reports

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

@archa8
Copy link
Member

archa8 commented Oct 6, 2025

Hey @Sahilagarwal623, thank you for opening the PR. Could you please take a look at the conflicts in App.jsx and resolve them?

@Sahilagarwal623
Copy link
Contributor Author

Hi @archa8, I have solved conflicts in app.jsx can you review pls

Copy link
Member

@archa8 archa8 left a comment

Choose a reason for hiding this comment

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

Works as intended. LGTM!

@archa8 archa8 merged commit cfd158a into Code-A2Z:master Oct 6, 2025
4 checks 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.

enhancement: Add Toast Notifications for Login and Signup Actions

2 participants