Open
Conversation
- Add isStartup helper to infer company status from funding - Add updatedAt and isActive optional fields to Project type - Update sorting to prioritize startups over projects, active over inactive - Add Startup/Project badges to ProjectCard - Add active status indicator (green pulsing dot) - Update founder roles: Founder/Co-Founder for startups, Creator/Co-Creator for projects - Update ProjectModal to show Founders vs Creators heading dynamically - Create ViewToggle component for list/grid view switching - Create ProjectGridView component for card-based browsing - Integrate view toggle into ProjectDirectoryLayout Co-authored-by: Kieran Llarena <kieran.llarena@gmail.com>
…oject fields - Make Investor.website optional to match existing data - Add fundingStage, fundingAmount, valuation to Project type - Fixes TypeScript compilation errors in data/projects.ts Co-authored-by: Kieran Llarena <kieran.llarena@gmail.com>
Co-authored-by: Kieran Llarena <kieran.llarena@gmail.com>
|
Cursor Agent can help with this pull request. Just |
✅ Deploy Preview for v1-landing-page ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Contributor
Author
|
to do: |
dllliu
approved these changes
Mar 5, 2026
Contributor
There was a problem hiding this comment.
Some things I noticed:
- Pictures seem to be lower resolution than what exists on LinkedIn
- Grid view looks good on mobile, but on bigger screen each box feels a little small
- Default sort order should be biased towards active startups (rushlink for example is below non-active startups)
- Active status should be explained, would love to hear some thoughts about best way to convey this
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.
Implements projects page enhancements including startup/project distinction, dynamic founder/creator roles, and a new card/grid view based on user feedback.
Slack Thread