feat: smoother vertical tab animation#3491
feat: smoother vertical tab animation#3491adithyaakrishna wants to merge 1 commit intosimstudioai:feat/mothership-copilotfrom
Conversation
PR SummaryLow Risk Overview This keeps the existing visual design but makes the active tab feel like it slides/raises between rows, and simplifies the tab button rendering by computing Written by Cursor Bugbot for commit 19daf1e. This will update automatically on new commits. Configure here. |
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
Greptile SummaryThis PR improves the vertical tab-switch animation in the landing templates section by replacing a conditional-render / IIFE pattern with always-rendered elements that animate via CSS Key changes:
The change is purely cosmetic and animation-focused with no logic or data-flow impact. Confidence Score: 5/5
Last reviewed commit: 19daf1e |
Summary
apps/sim/app/(home)/components/templates/templates.tsxso the active tab feels like a raised 3D slab moving between rows instead of snapping between states.Type of Change
Testing
Commands run:
bunx biome check 'apps/sim/app/(home)/components/templates/templates.tsx'Checklist
Screenshots/Videos
Before:
Screen.Recording.2026-03-09.at.9.29.43.PM.mov
After:
Screen.Recording.2026-03-09.at.9.28.48.PM.mov