feat(landing-page): add category filter for organization logos#842
feat(landing-page): add category filter for organization logos#842Shaurya8425 wants to merge 1 commit intoprecice:masterfrom
Conversation
2fe2eeb to
303e8a8
Compare
|
@Shaurya8425 thanks! |
|
@hanzalahwaheed |
|
pure llm coded poor code pls do as less code changes so it will be helpful for maintainers |
303e8a8 to
a24f022
Compare
|
@smackcodernight Thanks for the feedback! I've updated the PR with minimal manual changes — only adding the category field to each entry in logowall.yml and the necessary JS/CSS for the filter. The diff should be much cleaner now. |
|
@Shaurya8425 The feature looks good. One suggestion: when a field is selected, it could move to the top instead of just being hidden. Also, the selected org logos could appear one after another |
ce02cfc to
a61ff89
Compare
|
@praaatap Thanks for the suggestions! I’ve pushed the reordering to the top. Kept out stagger animation to stay consistent with the minimal style of the site - happy to add if u think it fits!” |
655a029 to
a36bf90
Compare
- Add filter buttons (All/Academic/Research/Industry) - Add category metadata to logowall.yml - Implement client-side filtering with landing-page.js - Style filter buttons with hover and active states
a36bf90 to
aec5fdd
Compare
|
This pull request has been mentioned on preCICE Forum on Discourse. There might be relevant details there: https://precice.discourse.group/t/introduction-shaurya-yadav/2832/1 |




What
Add category filter buttons (All/Academic/Research/Industry) to the
organization logos section on the landing page.
Why
Makes it easier for visitors to find organizations by type.
Changes