Skip to content

Commit

Permalink
docs: updated accessibility test status (#3305)
Browse files Browse the repository at this point in the history
* docs: updated accessibility test status

* docs: updated accessibility test status

this feedback by the Team Accessibility out of a professional audit has been fixed/merged on 25th of July

* Update _accessibility-review.json

* Update _accessibility-review.json

* Update _accessibility-review.json

* docs: updated accessibility test status

#2037

* Update _accessibility-review.json
  • Loading branch information
mfranzke authored Oct 11, 2024
1 parent 5d0abbf commit e27b176
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import DefaultPage from '../../../components/default-page';
import { DBInfotext } from '../../../../../output/react/src';
import { testTableData } from '../../../data/testing-table'; // This file will be generated at runtime
import { testTableData } from '../../../data/testing-table'; // This file will be generated at runtime by /showcases/patternhub/scripts/generate-test-table.js
import AccessibilityReviewInfo from '../../../components/accessibility-review-info/accessibility-review-info'; // This file will be generated at runtime

const tableHeaders = [
Expand Down
16 changes: 8 additions & 8 deletions showcases/shared/_accessibility-review.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[
{
"name": "drawer",
"status": "REVIEW",
"date": "2023-11-23"
"status": "DONE",
"date": "2024-07-25"
},
{
"name": "button",
"status": "REVIEW",
"date": "2023-11-23"
"status": "DONE",
"date": "2024-04-22"
},
{
"name": "link",
Expand All @@ -21,13 +21,13 @@
},
{
"name": "radio",
"status": "REVIEW",
"date": "2023-11-23"
"status": "DONE",
"date": "2024-07-24"
},
{
"name": "checkbox",
"status": "REVIEW",
"date": "2023-11-23"
"status": "DONE",
"date": "2024-07-24"
},
{
"name": "select",
Expand Down

0 comments on commit e27b176

Please sign in to comment.