The like, comment, and share buttons on the video feed were removed (previously local-state only, not persisted).
Work needed
- Add tRPC routes: like/unlike, comment list/add, share tracking
- Re-add action buttons UI to feed cards
- Likes/comments/shares persist to backend and reflect real counts
Acceptance criteria
- Users can like/unlike feed items, persisted to backend
- Comment count reflects real data
- Share action opens native share sheet and records the event
The like, comment, and share buttons on the video feed were removed (previously local-state only, not persisted).
Work needed
Acceptance criteria