Skip to content

Conversation

@rosics-code
Copy link

@rosics-code rosics-code commented Nov 2, 2025

toggle Featured Rows due to server issues

Resolves:

It resolves things not loading on the homepage completely .

Changes:

Uses rows.push like WTCIL and WTCIF and to toggle it.

Test Coverage:

Before:

Screenshot 2025-11-02 10 30 51 AM

After:

Screenshot 2025-11-02 10 31 43 AM

toggle Featured Rows due to server issues
@rosics-code
Copy link
Author

@adzhindzhi This is very important as the rows for Featured Projects and Featured Studios are going through issues (Though featured studios is down right now only but it's best to tackle both rows incase Featured Projects fail.).

sharedByFollowing: [], // "Projects by Scratchers I'm Following"
shouldShowCommunityRows: false
shouldShowCommunityRows: false,
shouldShowFeaturedRows: false
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @rosics-code, thank you for your contribution! In this change, the shouldShowFeaturedRows prop is always set to false, which ends up hiding the featured sections even when the data loads successfully. If we want to hide those sections, it should be based on whether the featured content was actually fetched, rather than disabling them by default. Also, since featured studios and featured projects are calculated separately, one of them might be available when the other isn’t, so I don't think we should hide both sections if only one of them fails. Thanks again for contributing!

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe we could only do studios for now?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants