Problem
On the Issues page, clicking a card jumps straight to GitHub. There is no way to read the description or check the repo before deciding to claim.
What should happen
Clicking a card opens a side panel with:
- Full issue title and description
- Repo name, difficulty, XP reward
- Link to open on GitHub
- Claim / Skip buttons
Files to look at
- src/app/(app)/issues/issues-list.tsx
- Can use the shadcn Sheet component sliding in from the right
Problem
On the Issues page, clicking a card jumps straight to GitHub. There is no way to read the description or check the repo before deciding to claim.
What should happen
Clicking a card opens a side panel with:
Files to look at