Skip to content

feat: add notification/toast system for real-time events#122

Closed
aman7554 wants to merge 1 commit into
AditthyaSS:mainfrom
aman7554:feat/Add-a-notification/toast-system
Closed

feat: add notification/toast system for real-time events#122
aman7554 wants to merge 1 commit into
AditthyaSS:mainfrom
aman7554:feat/Add-a-notification/toast-system

Conversation

@aman7554

Copy link
Copy Markdown
Contributor

Summary

Adds a global toast notification system for realtime events.

Changes

  • Added Toast and ToastProvider
  • Integrated provider into app layout
  • Connected realtime feed events to toast notifications
  • Auto-dismiss after 4 seconds
  • Max 3 visible at once
  • Click navigates to relevant entity

Why

Users now receive immediate feedback when new realtime events occur, even outside the feed page.

Closes #104

Testing

Implemented and tested the toast notification feature locally.

Note: npm run build / npx tsc --noEmit reports existing project errors unrelated to this PR. No new errors were introduced by the changes in this branch.

@vercel

vercel Bot commented Jun 12, 2026

Copy link
Copy Markdown

@aman7554 is attempting to deploy a commit to the aditthyass' projects Team on Vercel.

A member of the Team first needs to authorize it.

@aman7554 aman7554 closed this Jun 12, 2026
@aman7554 aman7554 deleted the feat/Add-a-notification/toast-system branch June 12, 2026 16:22
@aman7554 aman7554 restored the feat/Add-a-notification/toast-system branch June 12, 2026 16:27
@aman7554 aman7554 reopened this Jun 12, 2026
@aman7554 aman7554 closed this Jun 12, 2026
@aman7554 aman7554 deleted the feat/Add-a-notification/toast-system branch June 12, 2026 16:44
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.

[ui] Add a notification/toast system for real-time events

1 participant