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 */}