Move build comments to dedicated page#3846
Conversation
josephsnyder
left a comment
There was a problem hiding this comment.
New page looks good. No issues with functionality once in the Build page. However, the comment bubble link on the project page wasn't updated and still links to the Build Summary part of the page:
And as a bit of future work, do we want to standardize the Comment icon? This is the first time, I think, that we have an icon to take you directly to a part of the build instead of a text link.
5239a62 to
c84260b
Compare
Good catch. Fixed.
The index page uses Glyphicon icons from Bootstrap, while everything in the Vue portion of the site uses Font Awesome. Eventually the index page will be converted to Vue, and I plan to use the same icons across the board. |
Comments are currently displayed on the build summary page. With the recent shift in focus for the build summary page, it no longer makes sense to display the comments there. This PR moves the comments to a dedicated page, freeing up space on the build summary page for more charts and summary cards.