feat: Add Toast Notifications System#71
Merged
soomtochukwu merged 2 commits intoDXmakers:mainfrom Apr 29, 2026
Merged
Conversation
|
@Benedict315 Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits. You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR Description
Summary
This PR implements a comprehensive toast notification system using
react-hot-toastto provide user feedback for wallet connections, WebSocket events, and agent messages.Changes Made
1. Package Installation
react-hot-toast: ^2.4.1to package.json2. Layout Setup (
src/app/layout.tsx)Toastercomponent fromreact-hot-toastToastercomponent to the root layout with custom styling to match the app's theme3. Wallet Connection Toasts (
src/hooks/useFreighter.ts)4. WebSocket Notification Toasts (
src/hooks/useNotifications.ts)5. Agent Message Toasts (
src/app/page.tsx)Acceptance Criteria ✅
Technical Details
react-hot-toast- lightweight, accessible, and highly customizableTesting
Files Changed
The toast notification system is now complete and ready for review! 🚀✨
You can now create the pull request on GitHub using the link provided above.
Made changes.
closes #41