Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
b1d2a91 to
588cdd0
Compare
588cdd0 to
cc726c2
Compare
cc726c2 to
e150221
Compare
rickstaa
commented
Mar 25, 2026
rickstaa
commented
Mar 25, 2026
Member
Author
There was a problem hiding this comment.
@adamsoffer, @salinsug maybe there is a better one in the holographic brand kit. This was a placeholder.
e150221 to
a616347
Compare
… filters Add Blue Claw, The Lot Radio, Livepeer Studio, and Tribe Social to the ecosystem page. Introduce a tags system with per-project tags and category dropdown filters (Base-style). Categories (AI Video, Streaming) are toggleable with chevron dropdowns for tag sub-filtering. Badge component gains a new "category" variant for visual hierarchy on cards. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Replace the 142-line inline CategoryPill and the unused FilterPills component with a single reusable FilterPill atom that supports simple pills and split-button dropdown mode with tag checkboxes. Migrates all three consumers (ecosystem page, blog filter, submit form). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
On mobile (<640px), items auto-load via IntersectionObserver as the user scrolls near the bottom. Desktop keeps the existing "View more" button. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Mobile: cards animate one-by-one via whileInView as user scrolls. Desktop: "View more" triggers a full batch cascade with staggered delays. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
… convention Replaces the low-visibility text link with a proper secondary Button component for the ecosystem page link. Establishes consistent arrow (→) convention: arrows on navigational CTAs, no arrows on action/submit buttons. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Add three new ecosystem entries with logos and descriptions. Round logo images with rounded-lg for consistent card appearance.
Reads categories, tags, and search from URL on load and syncs state back via router.replace, enabling bookmarkable/shareable filtered views (e.g. /ecosystem?categories=AI+Video&tags=Generative&q=daydream). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
SVGs are resolution-independent, smaller in file size, and render sharply at any display density — preferred over rasterized PNGs wherever vector sources are available. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Move Ecosystem link to Network dropdown with a "Preview" pill badge using the shared Badge component with a new neutral variant. Co-Authored-By: Steph Alinsug <stephalinsug@Stephs-MacBook-Air.local> Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…grounds Adds optional logoBg property to ecosystem entries so logos that are dark/transparent (like The Lot Radio) get a visible background color. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
No nav items use badges anymore, so also remove the badge property from NavChild, the Badge rendering in Header, and the neutral Badge variant. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Replace duplicate hand-rolled green CTA with Button component, remove redundant Ecosystem nav item (added by ecosystem PR, not present in v2-copy-updates base). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Remove Foundation link from footer (not in v2-copy-updates base), fix missing space before arrow in EarlyAccessCTA button text. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Switch EarlyAccessCTA from inline gradient to bg-green/rounded-full matching the Button component. Switch Explore the Ecosystem CTA from secondary to primary variant. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
429bcc6 to
08bfd8c
Compare
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
adamsoffer
approved these changes
Apr 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
/ecosystempage with browsable directory of projects built on Livepeer/ecosystem/submitform for new project submissionshero-gridCSS class matching homepage 9-column grid proportionsNew files
app/ecosystem/page.tsx— main ecosystem directoryapp/ecosystem/submit/page.tsx— project submission formlib/ecosystem-data.ts— ecosystem app data and categoriesTest plan
/ecosystem— page loads with app cards/ecosystem/submitTodo's