debian-image-builder-frontend/src/Components
regexowl 8a25ec66f3 src: Fix "Table headers must have an accessible name" warning
The tests output contained following warning:

```
console.warn
    Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
```

This fixes the warning by adding an `aria-label` to every empty table heading cell.
2024-05-07 18:20:08 +02:00
..
Blueprints BlueprintsSideBar: reset pagination on "View all" 2024-04-26 12:18:17 +02:00
CreateImageWizard src: Fix "Table headers must have an accessible name" warning 2024-05-07 18:20:08 +02:00
CreateImageWizardV2 src: Fix "Table headers must have an accessible name" warning 2024-05-07 18:20:08 +02:00
edge Components: Migrate remaining files to TypeScript 2024-05-03 16:36:26 +02:00
ImagesTable src: Fix "Table headers must have an accessible name" warning 2024-05-07 18:20:08 +02:00
LandingPage LandingPage / ImagesTable: Set max width for the ImagesTable 2024-05-07 16:40:56 +02:00
sharedComponents Components: Migrate remaining files to TypeScript 2024-05-03 16:36:26 +02:00
ShareImageModal fix some lint warning message 2023-11-20 09:37:12 +01:00