Skip to content

Conversation

valanm22
Copy link

@valanm22 valanm22 commented Oct 1, 2025

Description

Related Issue

Fixes #5

Motivation and Context

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?

Screenshots (if applicable):

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 1, 2025

Deploy Preview for paisable failed. Why did it fail? →

Name Link
🔨 Latest commit 6ed9bfe
🔍 Latest deploy log https://app.netlify.com/projects/paisable/deploys/68e5d94eb23d41000854b3f9

@archa8
Copy link
Member

archa8 commented Oct 8, 2025

Hey @valanm22, thank you for opening this PR. Could you please pull all the recent changes and then resolve the conflicts as pointed out by Git?

@archa8
Copy link
Member

archa8 commented Oct 8, 2025

Hey @valanm22, as far as I can see, I think you just merged both the incoming and current changes while resolving the conflicts and the whole frontend breaks due to that. Kindly pull the recent changes and resolve the conflicts carefully. Also, the library react-toastify is already in use in the repo from some previous merges, so use that if you can because react-hot-toast is creating yet another conflict with react-toastify

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.

Kindly make the changes as requested in my previous comment

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.

feat: Implement Toast notifications for errors

2 participants