Skip to content

[SG-35151] [Accessibility]: Code monitoring logs should use list elements

Administrator requested to merge contractors/SG-35151 into main

Created by: gitstart-sourcegraph

Audit type

ARC Toolkit

User journey audit issue

#34194

Problem description

Code monitoring logs are displayed like a nested collapsible list, but are not implemented using list elements.

Expected behaviour

  • Top-level list of code monitors should be an <ol>. Timestamp of last run at that level should be right-aligned.
  • List of code monitor runs ("Run X days/minutes ago") should be an <ul>.
  • List of triggers and actions should be an <ol>.

Additional Details

167484261-a5773b74-2320-4480

Refs

Sourcegraph Issue Gitstart Ticket

Test plan

  • Run sg start web-standalone on the terminal, ensure the localhost is running
  • Go to http://localhost:3080/code-monitoring
  • Go to the Logs tab
  • Right click, select Inspect Element to inspect changes

Loom video

App preview:

Check out the client app preview documentation to learn more.

Merge request reports

Loading