From f6af5daf5e70d8a8099bfa3ab89eb8b51c64daf7 Mon Sep 17 00:00:00 2001 From: Mauricio Siu Date: Sun, 8 Feb 2026 02:26:49 -0600 Subject: [PATCH] refactor(animation): update whale-loader animations and styles - Removed the deprecated "whale-draw" animation from the Tailwind CSS configuration. - Added a new "whale-draw" keyframe animation in globals.css to enhance the whale-loader's visual effect. - Updated the WhaleLoader component to utilize the new animation and adjusted stroke properties for improved rendering. --- .../components/shared/whale-loader.tsx | 18 ++++++++++---- apps/dokploy/styles/globals.css | 24 +++++++++++++++++++ apps/dokploy/tailwind.config.ts | 5 ---- 3 files changed, 38 insertions(+), 9 deletions(-) diff --git a/apps/dokploy/components/shared/whale-loader.tsx b/apps/dokploy/components/shared/whale-loader.tsx index 0a88d9825..88b443c44 100644 --- a/apps/dokploy/components/shared/whale-loader.tsx +++ b/apps/dokploy/components/shared/whale-loader.tsx @@ -14,24 +14,34 @@ interface WhaleLoaderProps { export const WhaleLoader = ({ className }: WhaleLoaderProps) => { return (
-
+ {/* animate-whale-tide */} +
- + {WHALE_PATHS.map((d, i) => (