add ARIA labels and pressed states to board list and remaining components

This commit is contained in:
Your Name
2026-02-19 19:55:30 +02:00
parent 06a2f3ff3d
commit 3f86bbd36d
5 changed files with 8 additions and 2 deletions

View File

@@ -44,6 +44,7 @@ export function AddCardInput({ columnId, onClose }: AddCardInputProps) {
onBlur={() => {
if (!value.trim()) onClose();
}}
aria-label="Card title"
placeholder="Card title..."
rows={2}
className="w-full resize-none rounded-lg bg-pylon-surface p-3 text-sm text-pylon-text shadow-sm outline-none placeholder:text-pylon-text-secondary focus:ring-1 focus:ring-pylon-accent"