Improve Analysis Queue tab accessibility - #949
Merged
Merged
Conversation
nbeatty-gpa
force-pushed
the
analysisQueueAccessibility
branch
from
September 11, 2026 15:24
686235a to
de3b3f4
Compare
Contributor
There was a problem hiding this comment.
🟡 Changes recommended
One or more issues must be addressed before approval.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Pull request overview
Improves Analysis Queue graph accessibility through clearer colors and differentiated priority line styles.
Changes:
- Updates Enumeration and High priority colors.
- Adds distinct line styles and corrects Manual priority mapping.
- Adds a terminal semicolon to
AnalysisTaskTableexport.
File summaries
| File | Description |
|---|---|
| Source/Applications/SystemCenter/wwwroot/Scripts/TSX/SystemCenter/AppHost/FilesQueuedGraph.tsx | Updated as part of this pull request. |
| Source/Applications/SystemCenter/wwwroot/Scripts/TSX/SystemCenter/AppHost/AnalysisTaskTable.tsx | Updated as part of this pull request. |
Review details
Suppressed comments (1)
Source/Applications/SystemCenter/wwwroot/Scripts/TSX/SystemCenter/AppHost/FilesQueuedGraph.tsx:142
- The plot paths will use four distinct styles, but
@gpa-gemstone/react-graphrendersdash,short-dash, andlong-dashidentically in its legend. Consequently, the legend cannot communicate the new non-color distinction between Normal, High, and Manual Requeue, which leaves the accessibility improvement incomplete; update the graph legend to render each dash pattern or provide a custom legend for this plot.
lineStyle={getPriorityLineStyle(a.Priority)}
- Files reviewed: 3/3 changed files
- Comments generated: 1
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
elwills
approved these changes
Sep 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Change
EnumerationandHighcolors to be more readable and use different line styles for the graph to improve accessibility.