imagej.github.io icon indicating copy to clipboard operation
imagej.github.io copied to clipboard

Improve github include to indicate issue status

Open imagejan opened this issue 3 years ago • 1 comments

Similar to how gitter.im renders links to PRs and issues in different colors depending on their status (open/closed), we can consider adding some styling to the {github} inlcude to change the link color (or even show a popup on mouse-over?) dependent on status. It would however involve querying GitHub API for rendering each link.

imagejan avatar Apr 12 '22 08:04 imagejan

That would be nice indeed. This SO answer provides some guidance on how one would call the GitHub API to get these details from JavaScript.

ctrueden avatar Apr 12 '22 14:04 ctrueden