feat(landing): add TVL widget displaying live protocol metrics#870
feat(landing): add TVL widget displaying live protocol metrics#870PrincesoDan wants to merge 4 commits into
Conversation
Adds a glassmorphism-style TvlWidget to the landing page between the PartnersSlider and Solutions sections. The widget displays Total TVL, Active Partners, and Vault count — all calculated dynamically from the same useVaults + useTokenPrices hooks used on the partners page. Includes a loading skeleton state and a link to the partners page. Closes #869 Co-authored-by: dantecorvid <dantecorvid@users.noreply.github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
@claude add in this same repository a new commit... make the new addition responsive and remove "on Stellar" from "Live" it should look great on desktop, mobile and tablets |
|
Claude finished @yripper's task in 3m 10s —— View job Changes committedTasks:
What changed in "on Stellar" removed — label now reads Responsive layout overhaul:
Key fixes:
|
…label - Change "Live on Stellar" to "Live" - Replace flex-row stats layout with grid-cols-3 on mobile to prevent overflow - Switch stats to sm:flex-row on tablet/desktop with dividers - Use responsive Tailwind classes for stat value font sizes (text-xl / sm:text-3xl / lg:text-4xl) - Adjust padding and gaps for mobile (px-5), tablet (sm:px-10), desktop (lg:px-12) - Loading skeleton uses responsive sizing (h-7/w-16 mobile, sm:h-9/sm:w-28 desktop) Co-authored-by: coderipper <yripper@users.noreply.github.com>
|
@claude still not as responsive as i would like it to be...
Check the "View all partners" text it gets lost on ipad mini to ipad. i think is better if we just remove that text entirely on mobile
|
|
Claude finished @yripper's task in 47s —— View job Changes committedTasks:
What changed in Added |
Co-authored-by: coderipper <yripper@users.noreply.github.com>
|
@claude last thing... just remove that text from 1000px and below |
|
Claude finished @yripper's task in 33s —— View job Changes committedTasks:
What changed in Updated |
Co-authored-by: coderipper <yripper@users.noreply.github.com>

Adds a live TVL widget to the landing page displaying Total TVL, Active Partners, and Vault count. Data is calculated dynamically using the same hooks as the partners page.
Closes #869
Generated with Claude Code