Skip to content

feat: add lightweight toast portal with provider, UI component, and hook#384

Closed
DevALVIN-24 wants to merge 1 commit into
ezedike-evan:mainfrom
DevALVIN-24:feature/toast-implementation
Closed

feat: add lightweight toast portal with provider, UI component, and hook#384
DevALVIN-24 wants to merge 1 commit into
ezedike-evan:mainfrom
DevALVIN-24:feature/toast-implementation

Conversation

@DevALVIN-24
Copy link
Copy Markdown

This Pr closes #183

Implemented a reusable toast system:

  • ToastContext provides addToast for info/error messages.
  • Toast component displays a stack of toasts with auto‑dismiss (5 s) and click‑to‑dismiss.
  • useToast hook for easy access.
  • Styled with modern glass‑morphism gradients and subtle animations.
    This fulfills the requirement for lightweight error/info notifications, auto‑dismissal, and correct stacking behavior.

@vercel
Copy link
Copy Markdown

vercel Bot commented Jun 2, 2026

@DevALVIN-24 is attempting to deploy a commit to the ezedikeevan's projects Team on Vercel.

A member of the Team first needs to authorize it.

@DevALVIN-24 DevALVIN-24 closed this Jun 2, 2026
@DevALVIN-24 DevALVIN-24 deleted the feature/toast-implementation branch June 2, 2026 05:40
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.

[#092] toast system for transient errors

1 participant