You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Notification model has a read boolean. Add a bell icon in the header that shows the count of unread notifications. Clicking it opens a dropdown listing recent notifications. Marking one as read calls a PATCH /api/notifications/:id/read endpoint.
The
Notificationmodel has areadboolean. Add a bell icon in the header that shows the count of unread notifications. Clicking it opens a dropdown listing recent notifications. Marking one as read calls aPATCH /api/notifications/:id/readendpoint.