The 'Shared with me' sidebar item should show a count badge (e.g., '3') when there are active shares. This helps users notice when someone shares something with them.
Files to modify:
src/components/layout/app-sidebar.tsx — add badge next to nav item
- Need to fetch count from
/api/shared/me or add a dedicated count endpoint
Good first issue — straightforward UI change with one API call.
The 'Shared with me' sidebar item should show a count badge (e.g., '3') when there are active shares. This helps users notice when someone shares something with them.
Files to modify:
src/components/layout/app-sidebar.tsx— add badge next to nav item/api/shared/meor add a dedicated count endpointGood first issue — straightforward UI change with one API call.