-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Intro
We're adding a way to view all of a user's notifications.
Acceptance Criteria
- Add a
/inboxpage that lists a user's notifications. This is the "full page" design in Figma. - When a user clicks on a notification, take them to the
/inbox/[notificationId]page, which displays a single notification. Redirect back to/inboxif the user doesn't own the notification. Viewing the page for a notification should mark it as read. - Add a
NotificationsSidebarcomponent. This is the "button to popup panel" in Figma. - Add a
NotificationsWidgetcomponent. This is the "integrated into dash - widget" in Figma.
Resources
Reactions are currently unavailable