From a798e06dd2cf889633c96bb701aeb0a762d48e5d Mon Sep 17 00:00:00 2001 From: Jaret Burkett Date: Mon, 25 May 2026 07:48:04 -0600 Subject: [PATCH] Updated the support button to look more like a button --- ui/src/app/globals.css | 24 +++++++++++++++++++++ ui/src/components/Sidebar.tsx | 39 ++++++++++++++++++++--------------- 2 files changed, 46 insertions(+), 17 deletions(-) diff --git a/ui/src/app/globals.css b/ui/src/app/globals.css index c69a94c3..af2cca0f 100644 --- a/ui/src/app/globals.css +++ b/ui/src/app/globals.css @@ -58,6 +58,30 @@ body { } } +@keyframes heartbeat { + 0%, + 40%, + 100% { + transform: scale(1); + } + 10% { + transform: scale(1.6); + } + 20% { + transform: scale(1); + } + 30% { + transform: scale(1.45); + } +} + +.animate-heartbeat { + animation: heartbeat 1.6s ease-in-out infinite; + transform-origin: center; + transform-box: fill-box; + will-change: transform; +} + @layer components { /* control */ .aitk-react-select-container .aitk-react-select__control { diff --git a/ui/src/components/Sidebar.tsx b/ui/src/components/Sidebar.tsx index 41d18331..6b45b1e2 100644 --- a/ui/src/components/Sidebar.tsx +++ b/ui/src/components/Sidebar.tsx @@ -75,24 +75,29 @@ const Sidebar = () => { ))} - -
- - - - +
+ + + -
-
Support AI-Toolkit
-
+ Support AI-Toolkit + +
{/* Social links grid */}