You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the IDE, the code experts comment is rendered as a gigantic several-"page" document that gets in the way of other more relevant human comments on the PR, to the point the people unfamiliar with the system might not even realize those other comments are visible here.
Expected behavior
This comment should be condensed somehow. Even better, it could be rendered as a collapsable HTML table in the IDE.
Screenshots
Additional context
Very likely this is nothing specific to gitStream. It will probably have to be addressed on the IntelliJ side. However, the way the month abbreviations ("APR", "MAR") are split across multiple lines makes me wonder if something could be done in gitStream (perhaps with more HTML?) to make the table at least look usable within the IDE.
The text was updated successfully, but these errors were encountered:
Thanks for reporting this @tresat. Have you noticed this problem with any of the other automations you use that post comments? In particular, I'd be interested to see if the summary table automation you have renders properly.
Describe the bug
The newest version of IntelliJ has support for opening GitHub PRs in the IDE, see: https://blog.jetbrains.com/idea/2024/02/intellij-idea-2024-1-eap-6/#in-editor-code-review and https://www.jetbrains.com/help/idea/work-with-github-pull-requests.html#provide-feedback.
This also shows the PR's comments directly in the editor. This feature does not play nicely with the code experts check.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
This comment should be condensed somehow. Even better, it could be rendered as a collapsable HTML table in the IDE.
Screenshots
Additional context
Very likely this is nothing specific to gitStream. It will probably have to be addressed on the IntelliJ side. However, the way the month abbreviations ("APR", "MAR") are split across multiple lines makes me wonder if something could be done in gitStream (perhaps with more HTML?) to make the table at least look usable within the IDE.
The text was updated successfully, but these errors were encountered: