From a0302c095e0021f4473d891d5670d733a44be9a1 Mon Sep 17 00:00:00 2001 From: Jamie Pine Date: Sun, 25 Jan 2026 17:19:46 -0800 Subject: [PATCH] Add framer-motion dependency and update HistoryTable and ProfileCard components - Added framer-motion version 12.29.0 to enhance animation capabilities. - Updated HistoryTable component headers for improved clarity and consistency. - Enhanced ProfileCard component styling for better visual integration. --- app/package.json | 1 + app/src/components/History/HistoryTable.tsx | 27 +++++++------------ .../components/VoiceProfiles/ProfileCard.tsx | 2 +- bun.lock | 7 +++++ 4 files changed, 19 insertions(+), 18 deletions(-) diff --git a/app/package.json b/app/package.json index c07776a0..927c591e 100644 --- a/app/package.json +++ b/app/package.json @@ -36,6 +36,7 @@ "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", "date-fns": "^3.6.0", + "framer-motion": "^12.29.0", "lucide-react": "^0.454.0", "react": "^18.3.0", "react-dom": "^18.3.0", diff --git a/app/src/components/History/HistoryTable.tsx b/app/src/components/History/HistoryTable.tsx index 62938442..681660c3 100644 --- a/app/src/components/History/HistoryTable.tsx +++ b/app/src/components/History/HistoryTable.tsx @@ -84,12 +84,12 @@ export function HistoryTable() { - Text - Profile - Language - Duration - Created - Actions + Input + Voice + Lang + Length + Date + @@ -104,7 +104,7 @@ export function HistoryTable() { {gen.text} {gen.profile_name} - + {gen.language} @@ -113,10 +113,7 @@ export function HistoryTable() { {formatDate(gen.created_at)} -
e.stopPropagation()} - > +
e.stopPropagation()}>