feat: show comments in modal and remove badge links#320
feat: show comments in modal and remove badge links#320rdmueller merged 2 commits intoLLM-Coding:mainfrom
Conversation
Upvote count and comment count on cards are now plain badges without links. Voting and discussing happens via the buttons in the anchor modal. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Fetch up to 10 recent comments per discussion (author, avatar, body, date) - Render comments above the Vote/Discuss buttons in the modal - Update feedback.json with comment content Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (5)
WalkthroughDie Pull Request erweitert die GraphQL-Abfrage zur Erfassung von Kommentardetails mit Autor, Avatar und Erstellungsdatum. Die abgerufenen Daten werden in einem recentComments-Array strukturiert und an mehreren UI-Komponenten zum Anzeigen und Stylen von Kommentaren verarbeitet. Upvotes- und Kommentare-Badges werden von Links in nicht anklickbare Spans konvertiert. Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Possibly related PRs
✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
recentCommentsarray with author, avatar, body, dateTest plan
🤖 Generated with Claude Code
Summary by CodeRabbit
Versionshinweise
Neue Funktionen
Fehlerbehebungen