pact_broker icon indicating copy to clipboard operation
pact_broker copied to clipboard

Add icon to indicate status of verification results on index page

Open bethesque opened this issue 3 years ago • 2 comments

Currently, this is indicated using colour only, which is unhelpful if you are red/green colourblind.

bethesque avatar Dec 17 '21 00:12 bethesque

Whilst looking at this bit of code, would it be reasonable to also add some visually hidden text so that the outcome is clear to screenreader users? So something like:

<td>
  <i class="failed-icon" role="presentation"></i>
  <span class="sr-only">failed</span>
  about an hour ago
</td>

gregtyler avatar Dec 17 '21 09:12 gregtyler

Thanks for the pointer. Will do that. As you can see, I am not a UI developer!

bethesque avatar Dec 19 '21 23:12 bethesque