-
Notifications
You must be signed in to change notification settings - Fork 223
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Differentiate color-wise for closed, merged and open issues on project description popup #298
Labels
Comments
CC @hemangsk |
Good Idea! But won't that make GITHUB/GITLAB API calls, which is only limited to 60 for non-authenticated users. |
KVGarg
added a commit
to KVGarg/projects
that referenced
this issue
Aug 12, 2019
The commit adds a method, to get related issues states from coala Webservices and adds the issue state to a HashMap which is being used to get issue css class, when the project pop-ups. Closes coala#298
KVGarg
added a commit
to KVGarg/projects
that referenced
this issue
Aug 20, 2019
The commit adds a method, to get related issues states from coala Webservices and adds the issue state to a HashMap which is being used to get issue css class, when the project pop-ups. Closes coala#298
KVGarg
added a commit
to KVGarg/projects
that referenced
this issue
Aug 22, 2019
The commit adds a method, to get related issues states from coala Webservices and adds the issue state to a HashMap which is being used to get issue css class, when the project pop-ups. Closes coala#298
KVGarg
added a commit
to KVGarg/projects
that referenced
this issue
Aug 22, 2019
The commit adds a method, to get related issues states from coala Webservices and adds the issue state to a HashMap which is being used to get issue css class, when the project pop-ups. Closes coala#298
KVGarg
added a commit
to KVGarg/projects
that referenced
this issue
Aug 22, 2019
The commit adds a method, to get related issues states from coala Webservices and adds the issue state to a HashMap which is being used to get issue css class, when the project pop-ups. Closes coala#298
KVGarg
added a commit
to KVGarg/projects
that referenced
this issue
Aug 22, 2019
The commit adds a method, to get related issues states from coala Webservices and adds the issue state to a HashMap which is being used to get issue css class, when the project pop-ups. Closes coala#298
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The popups for projects shows issues on the left side, but does not differentiate them as merged, closed or open. It'd be better if we had a real-time differentiation for the issues.
Using gitlab and github api to find details about issues would solve the issue.
The text was updated successfully, but these errors were encountered: