D
Design System
/Feedback
Feedback surfaces

Toasts, alerts, notifications

Every surface that talks back — ephemeral toasts via sonner, durable alerts, and the NotificationsPanel sheet. All wired to /api/mocks/* so the template has something real to render.
Toasts
sonner + src/components/ui/sonner.tsx
toast(…)

Every sonner variant. Toaster is mounted in src/providers/index.tsx so these calls work from anywhere.

Notifications panel
src/components/layout/notifications-panel.tsx
Sheet · /api/mocks/notifications

Client-side Sheet that fetches /api/mocks/notifications. Filters by All / Unread / Mentions, grouped into Today / Earlier. The bell icon in every Topbar opens this panel by default.

Alerts
src/components/ui/alert.tsx
durable · inline

Command palette

Search, navigate, or run a command