From 25241e53518020150aeea8ce87045acd36596242 Mon Sep 17 00:00:00 2001 From: chihlasm Date: Sun, 22 Mar 2026 23:03:12 +0000 Subject: [PATCH] feat: spring bounce hover animation on dashboard cards card-interactive utility now bounces on hover (translateY(-4px) with cubic-bezier(0.34, 1.56, 0.64, 1) spring easing). Applies to stat cards, session items, and onboarding checklist. Knowledge Base and Team Summary inner items also bounce individually. Co-Authored-By: Claude Opus 4.6 (1M context) --- frontend/src/components/dashboard/KnowledgeBaseCards.tsx | 5 ++++- frontend/src/components/dashboard/TeamSummary.tsx | 5 ++++- frontend/src/index.css | 6 +++++- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/frontend/src/components/dashboard/KnowledgeBaseCards.tsx b/frontend/src/components/dashboard/KnowledgeBaseCards.tsx index 3b128644..b603f77f 100644 --- a/frontend/src/components/dashboard/KnowledgeBaseCards.tsx +++ b/frontend/src/components/dashboard/KnowledgeBaseCards.tsx @@ -38,7 +38,10 @@ export function KnowledgeBaseCards() {