For You
Unified inbox and triage lenses.
For You is a unified triage feed — mentions, assigned tasks, overdue work, and assets waiting on your vote.
Inbox feed
Route: /for-you

Lenses
| Lens | Shows |
|---|---|
| needs-you | Default — everything requiring action |
| replies | Threads awaiting your reply |
| assigned | Tasks assigned to you |
| waiting-on-others | Items blocked on teammates |
| following | Projects and threads you follow |
| your-uploads | Assets you uploaded awaiting review |
ts
import { forYouLensPath } from "@/lib/routes";
forYouLensPath("assigned"); // /for-you?lens=assignedKey files
components/inbox/lib/inbox/