Skip to content

Add global react-hot-toast Toaster to RootProviders - #1081

Merged
RUKAYAT-CODER merged 1 commit into
rinafcode:mainfrom
Glam26:fix-global-toast-provider
Jul 29, 2026
Merged

Add global react-hot-toast Toaster to RootProviders#1081
RUKAYAT-CODER merged 1 commit into
rinafcode:mainfrom
Glam26:fix-global-toast-provider

Conversation

@Glam26

@Glam26 Glam26 commented Jul 29, 2026

Copy link
Copy Markdown

Here are the actions taken:

  1. Created and switched to a new branch: fix-global-toast-provider.
  2. Imported Toaster from react-hot-toast into src/providers/RootProviders.
    tsx.
  3. Mounted the within the context providers tree.
  4. Committed these changes.

Now, all components, including ShareModal, should successfully display
feedback toasts across every page, and the appropriate aria-live regions
will be globally available for screen readers. Let me know if you would
also like to track down and remove the duplicate Toaster instances on those
ad hoc pages (admin/cms, StudyGroups, dashboards).

closes #963

@drips-wave

drips-wave Bot commented Jul 29, 2026

Copy link
Copy Markdown

@Glam26 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! 🚀

Learn more about application limits

@RUKAYAT-CODER

Copy link
Copy Markdown
Contributor

Thank you for contributing to the project

@RUKAYAT-CODER
RUKAYAT-CODER merged commit d4b2600 into rinafcode:main Jul 29, 2026
6 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.

Mount a global Toaster so toast feedback works app-wide

3 participants