Enable swipe actions on climb list items in proposal feed#865
Enable swipe actions on climb list items in proposal feed#865marcodejongh wants to merge 2 commits intomainfrom
Conversation
Remove the disableSwipe prop from ClimbListItem in ProposalCard so users can swipe right to favorite and swipe left to add to queue directly from the proposals feed. https://claude.ai/code/session_01NmGGnHDYGNjvZ1VLSnz5Bz
Wire up the onSelect handler on ClimbListItem in ProposalCard so that double-tapping a climb preview sets it as the active climb via the queue context's setCurrentClimb. Uses useOptionalQueueContext so it gracefully does nothing when outside a queue provider. https://claude.ai/code/session_01NmGGnHDYGNjvZ1VLSnz5Bz
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Claude Review
Issues
|
Remove the disableSwipe prop from ClimbListItem in ProposalCard so users
can swipe right to favorite and swipe left to add to queue directly from
the proposals feed.
https://claude.ai/code/session_01NmGGnHDYGNjvZ1VLSnz5Bz