From 19daf1e634de86dabd9e8d9937d6001598cb2149 Mon Sep 17 00:00:00 2001 From: Adithya Krishna Date: Mon, 9 Mar 2026 21:32:34 +0530 Subject: [PATCH] feat: smoother vertical tab animation --- .../(home)/components/templates/templates.tsx | 86 ++++++++++++------- 1 file changed, 54 insertions(+), 32 deletions(-) diff --git a/apps/sim/app/(home)/components/templates/templates.tsx b/apps/sim/app/(home)/components/templates/templates.tsx index 92480ca9b59..35c685a8619 100644 --- a/apps/sim/app/(home)/components/templates/templates.tsx +++ b/apps/sim/app/(home)/components/templates/templates.tsx @@ -440,6 +440,7 @@ export default function Templates() { > {TEMPLATE_WORKFLOWS.map((workflow, index) => { const isActive = index === activeIndex + const depth = DEPTH_CONFIGS[workflow.id] return ( ) })}