Problem Statement
Pending Suggestions are only discoverable by navigating to Settings → Suggestions. Action feedback is shown via ephemeral toasts, so a reviewer has no persistent cue that new Suggestions are waiting.
Proposed Solution
- API: a lightweight count endpoint returning the number of pending Suggestions across the Projects the current user may manage.
- Frontend: a badge on the settings entry point / Suggestions Section showing the count; refresh by polling (e.g. every 30s). The sidebar already has an "unread" concept for chats (
apps/frontend/components/sidebar/AppSidebar.tsx) — reuse that visual pattern for consistency.
Acceptance Criteria
Scope / Notes
Frontend + small backend (count endpoint). Keep it scoped to Suggestions for now; a general notification inbox is a larger, separate effort.
Problem Statement
Pending Suggestions are only discoverable by navigating to Settings → Suggestions. Action feedback is shown via ephemeral toasts, so a reviewer has no persistent cue that new Suggestions are waiting.
Proposed Solution
apps/frontend/components/sidebar/AppSidebar.tsx) — reuse that visual pattern for consistency.Acceptance Criteria
Scope / Notes
Frontend + small backend (count endpoint). Keep it scoped to Suggestions for now; a general notification inbox is a larger, separate effort.