feat: accessibility pass - semantic HTML, ARIA, focus indicators, high contrast
This commit is contained in:
@@ -53,6 +53,8 @@ export function CardThumbnail({ card, boardLabels, columnId, onCardClick }: Card
|
||||
transition={{ type: "spring", stiffness: 300, damping: 25 }}
|
||||
{...attributes}
|
||||
{...listeners}
|
||||
role="article"
|
||||
aria-label={card.title}
|
||||
>
|
||||
{/* Label dots */}
|
||||
{card.labels.length > 0 && (
|
||||
|
||||
Reference in New Issue
Block a user