jdm / bugsahoy

A landing page to make finding relevant bugs easier for new Mozilla contributors.
http://www.joshmatthews.net/bugsahoy/
69 stars 95 forks source link

Added component data to bug info popup #130

Closed jaredpetersen closed 9 years ago

jaredpetersen commented 9 years ago

Added component data to the popup that displays when the user hovers over bug as discussed in Issue #67.

This request differs from closed pull request #129, as it displays component data regardless of the number of days that have passed since the bug has been updated.

jdm commented 9 years ago

Looking good! Could you make this work for github issues too, by setting the component property in https://github.com/jaredpetersen/bugsahoy/blob/90b54a8a2256d4cf846a760dffd2d70a0b36f582/magic.js#L549 ? We can probably just display the repository name for it.

jaredpetersen commented 9 years ago

Yes, I can! I'll work on implementing this in a few hours.

jaredpetersen commented 9 years ago

Good to go!

jdm commented 9 years ago

Thanks!