• Allison Suarez Miranda's avatar
    fix: replaced aria-label with sr-only to improve accessiblity (#509) · 3a8ecdbd
    Allison Suarez Miranda authored
    * updated all aria-label componets to use sr-only instead, still need to update tests and fix the constants imports
    
    * fixed imports for constants on RequestMetadataForm comp
    
    * another constants import fix
    
    * removed aria-label attribute from tests
    
    * yet another constants fix
    
    * removed the aria-label as well as the sr-only for the add button on the add owner pop up, this is because when selecting the edit button the sr would read edit on Owners, which means that if this option is selected it can be assumed that when the sr reads Add, it will be related to adding an Owner. Trying to have both a sr-only plus the label of the button itself would lead to confusion because i would read add owner and then add, before with aria-hidden it would just hide Add and say add owner, making this not an issue. We could also keep aria-hidden but idk if this also has support gaps
    
    * added newline at end of file
    
    * added newline at end of file
    
    * fixed format issues
    
    * package oopsie
    3a8ecdbd
Name
Last commit
Last update
..
ColumnDescEditableText Loading commit data...
ColumnList Loading commit data...
ColumnListItem Loading commit data...
ColumnStats Loading commit data...
DataPreviewButton Loading commit data...
ExploreButton Loading commit data...
FrequentUsers Loading commit data...
LineageLink Loading commit data...
OwnerEditor Loading commit data...
ReportTableIssue Loading commit data...
RequestDescriptionText Loading commit data...
RequestMetadataForm Loading commit data...
SourceLink Loading commit data...
TableDashboardResourceList Loading commit data...
TableDescEditableText Loading commit data...
TableHeaderBullets Loading commit data...
TableIssues Loading commit data...
WatermarkLabel Loading commit data...
WriterLink Loading commit data...
constants.ts Loading commit data...
index.spec.tsx Loading commit data...
index.tsx Loading commit data...
styles.scss Loading commit data...