Bell menu & digest preview

card-ui empty-state-ui avatar-ui tag-ui row-ui col-ui

Two adjacent notification surfaces: the bell-icon popover that opens from the app shell (15d) and the email-digest preview that shows a user what their daily/weekly summary will contain (15e). Both compose existing primitives — `menu-ui` + per-row `list-item-ui` shapes.

When to use

Bell menu: the ambient affordance — a small popover the user glances at when the bell icon shows an unread count. Distinct from the full notifications feed (15a) which is a dedicated page and from toasts (08e) which are transient. Digest preview: the in-app preview of what a scheduled email will contain — used inside notification-prefs (15c) so the user can validate the digest before committing.

Bell menu — empty

Default state when there are no unread notifications. Uses an empty-state-ui in the menu body so the popover doesn't feel broken; "View all" footer links to the full feed.

Notifications

Bell menu — unread items

Each row carries an avatar (or icon for system events), a one-line summary, a timestamp, and a small unread-dot. Clicking a row marks it read and navigates to the source. "Mark all read" + "View all activity" in the footer.

Notifications 3 new
Avery Chen commented on your PR "OKLCH ramp comment" · 4 minutes ago Jordan Lee assigned you a task "Audit kanban accessibility" · 1 hour ago Build #4823 succeeded on main 2 hours ago Sam Park mentioned you "#design — auth review" · yesterday Storage 80% full 2 days ago · Workspace

Email digest preview

The in-app rendering of the digest email — frequency header, "What's in this digest" summary, sectioned content. Used inside notification prefs so the user can see exactly what a daily/weekly digest will look like before opting in.

Weekly digest preview This is what your Monday morning email will contain
Hi Kim, Here's what happened in Adia AI this week. Mentions · 4 Avery on "OKLCH ramp comment" "Should we use chrome or data scale here?" · Tuesday Jordan on "Auth flow rebuild" "Nominating for review" · Wednesday Activity · 12 3 PRs merged v0.0.26 hotfix, attribute-API migration sweep, INDEX update 9 issues closed 5 by you, 4 by team Coming up Design review — Tuesday 2pm v0.0.27 cut planning

Composition rules

See also