aqa-test-tools icon indicating copy to clipboard operation
aqa-test-tools copied to clipboard

Set different icon to show build status

Open llxia opened this issue 1 year ago • 3 comments
trafficstars

We should update https://github.com/adoptium/aqa-test-tools/blob/master/test-result-summary-client/src/Build/Summary/BuildStatusIcon.jsx to show different build status (below). Currently, we only cover 4 of them.

        PROGRESSING
        ABORTED
        FAILURE
        UNSTABLE
        SUCCESS
        UNDEFINED

https://ant.design/components/icon

llxia avatar Nov 06 '24 21:11 llxia

FAILIURE -> FAILURE

smlambert avatar Nov 06 '24 23:11 smlambert

Thanks @smlambert . This typo explained one of the bugs that I saw. :)

llxia avatar Nov 07 '24 14:11 llxia

image

llxia avatar Nov 21 '24 16:11 llxia