eschao / MyGit-Extension

A Chrome/Firefox extension for GitHub website
Apache License 2.0
3 stars 1 forks source link

Show issue comments in preview dialog #18

Open eschao opened 7 years ago

eschao commented 7 years ago

Issue comments are not included issue content when we get it through the related GitHub api. We should use another api to fetch comments of issue. The simple way that we come up with is sending a URL to fetch comments after the issue request is returned and be prepared to show on Preview dialog.