feat: shared layout animation - card expands into detail modal

This commit is contained in:
Your Name
2026-02-15 21:00:29 +02:00
parent 1e14edda6c
commit feccc4e17a
2 changed files with 102 additions and 62 deletions

View File

@@ -52,6 +52,7 @@ export function CardThumbnail({ card, boardLabels, columnId, onCardClick }: Card
style={style}
onClick={handleClick}
className="w-full rounded-lg bg-pylon-surface shadow-sm text-left"
layoutId={`card-${card.id}`}
variants={fadeSlideUp}
initial={prefersReducedMotion ? false : "hidden"}
animate="visible"