Toast Notification History

Toasts with an audit trail for a React app — a drop-in wrapper around sonner's toast that also records every notification into a capped, localStorage-backed history, stamps on WHO did it (the signed-in user) automatically, and shows the log in a floating-bell slide-over panel with an unread badge. Use when adding a notification center / notification history / bell icon to a React app, when toasts disappear before anyone reads them ("what did that error say?"), when a shared kiosk or multi-operator terminal needs actions attributed to a person, or when wiring toast notifications that must also be reviewable later.

nicksonthc Updated

File contents

nicksonthc/claude-skill/tree/main/skills/toast-notification-history commit dde82eccac

Frequently asked questions

npx skillmds@latest add nicksonthc/toast-notification-history