Collapsible commits in conversation view #146463
Replies: 1 comment
-
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
-
Select Topic Area
Product Feedback
Body
When dealing with PRs with a lot of commits, the conversation view ends up having large commit sections in it before and between conversations. While it's very useful to see when changes were made in relation to conversation, it would be very useful to have the commit details collapsible so it's easier to digest the conversation itself.
For example, if there is a single commit between two conversation items, it would show; if there were more than about three, it'd be useful to have a collapsible section that said e.g. "77 commits between X and Y" that could be expanded if I need to see what those were. I can always see the commit history in the Commits tab anyway. See the following somewhat pathological case for why I noticed this:
Beta Was this translation helpful? Give feedback.
All reactions