Could you add a screenshot in the CL description so the UI could be also reviewed?
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Commit-Queue | +1 |
Could you add a screenshot in the CL description so the UI could be also reviewed?
SG, one thing, if i render it locally the justification field is blank, could it be bc that genai.pb.ts is not yet submitted? https://screenshot.googleplex.com/54ep23ju4wxNtxs
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
<TableCell>{suspect.justification}</TableCell>
Do you have a screenshot of this with a text of the max 512 chars? If the columns don't look good at the max length, maybe it should be on the next row(occupying the whole length of the row).
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
<TableCell>{suspect.justification}</TableCell>
Do you have a screenshot of this with a text of the max 512 chars? If the columns don't look good at the max length, maybe it should be on the next row(occupying the whole length of the row).
Alternatively you could show the justification in a tooltip or a dialog, e.g the more info button on this page: https://ci.chromium.org/ui/tests/p/chromium/rules/b5089209e9b3c512f5f7e571b1bce977?annotated=false&historyTimeRange=30d&selectedMetrics=human-cls-failed-presubmit%2Ccritical-failures-exonerated%2Cfailures%2Cbuilds-failed-due-to-flaky-tests&tab=exonerations
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Do you have a screenshot of this with a text of the max 512 chars? If the columns don't look good at the max length, maybe it should be on the next row(occupying the whole length of the row).
Discussed with the team offline, we'll be adding a new row for justification below the existing row, example: https://screenshot.googleplex.com/6zHpxveQ7Sh3L7f so that the text are not wrapped.
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Code-Review | +1 |
<TableCell sx={{ whiteSpace: 'nowrap' }}>Suspect CL</TableCell>
Why set all of these to nowrap?
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
<TableCell sx={{ whiteSpace: 'nowrap' }}>Suspect CL</TableCell>
Why set all of these to nowrap?
Cause we don't want those text to wrap - incase that the suspect cl msg is to long
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
[Gardener AI] Add UI Change for description
The description will be add here:
https://screenshot.googleplex.com/6zHpxveQ7Sh3L7f
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |