feat: add Reachability Center and Why Drawer components with tests
- Implemented ReachabilityCenterComponent for displaying asset reachability status with summary and filtering options. - Added ReachabilityWhyDrawerComponent to show detailed reachability evidence and call paths. - Created unit tests for both components to ensure functionality and correctness. - Updated accessibility test results for the new components.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"status": "interrupted",
|
||||
"status": "passed",
|
||||
"failedTests": []
|
||||
}
|
||||
4
src/Web/StellaOps.Web/test-results/a11y-_.json
Normal file
4
src/Web/StellaOps.Web/test-results/a11y-_.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"url": "http://127.0.0.1:4400/console/profile",
|
||||
"violations": []
|
||||
}
|
||||
4
src/Web/StellaOps.Web/test-results/a11y-_graph.json
Normal file
4
src/Web/StellaOps.Web/test-results/a11y-_graph.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"url": "http://127.0.0.1:4400/graph",
|
||||
"violations": []
|
||||
}
|
||||
Reference in New Issue
Block a user