feat: add centralized toast notification system with ToastContext, Toast component, and integrated error displays - #215
Open
waterWang wants to merge 1 commit into
Conversation
…ast component, and integrated error displays - Create ToastContext.tsx with ToastProvider, useToast hook, and ToastContainer - Add Toast.css with slide-in animation, responsive styles, and type variants - Wrap App with ToastProvider and import Toast.css - Replace inline error div in TaskSubmissionForm with useToast - Add error toast in dashboard for failed network stats fetch - Replace console.error in RecentTasksTable with error toast
|
@water is attempting to deploy a commit to the Jaja's projects Team on Vercel. A member of the Team first needs to authorize it. |
devJaja
self-requested a review
July 29, 2026 20:24
Contributor
|
Solid implementation @waterWang |
Contributor
|
Link the PR number this PR close |
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.
Summary
Implements Issue #157 — Creates a centralized toast/notification system to replace the inconsistent inline error/success message patterns scattered across components.
Changes
New files
Modified files
Acceptance Criteria
Testing