Improve layout of robot comments

* Switch service account and robot name
* Remove Run ID and replace with Run Details
* Remove robot icon
* https://imgur.com/a/pijB2KP

Change-Id: If42ca1f72ea3c3656f55d5002c82c2439898a5f3
This commit is contained in:
Dhruv Srivastava
2019-11-30 23:52:51 +01:00
parent bd41629222
commit 7715cc42ea
4 changed files with 80 additions and 24 deletions

View File

@@ -273,4 +273,27 @@ Gerrit.GrSuggestionItem;
* makeSuggestionItem: function(Object): Gerrit.GrSuggestionItem,
* }}
*/
Gerrit.GrSuggestionsProvider;
Gerrit.GrSuggestionsProvider;
/**
* @typedef {{
* patch_set: ?number,
* id: ?string,
* path: ?Object,
* side: ?string,
* parent: ?number,
* line: ?Object,
* in_reply_to: ?string,
* message: ?Object,
* updated: ?string,
* author: ?Object,
* tag: ?Object,
* unresolved: ?boolean,
* robot_id: ?string,
* robot_run_id: ?string,
* url: ?string,
* properties: ?Object,
* fix_suggestions: ?Object,
* }}
*/
Gerrit.Comment;