Skip to content

Implement apps of the week feature#16584

Merged
wackerow merged 4 commits into
devfrom
appOfTheWeek
Oct 28, 2025
Merged

Implement apps of the week feature#16584
wackerow merged 4 commits into
devfrom
appOfTheWeek

Conversation

@corwintines
Copy link
Copy Markdown
Member

Description

Implements the Apps of the Week feature on the homepage

@netlify
Copy link
Copy Markdown

netlify Bot commented Oct 27, 2025

Deploy Preview for ethereumorg ready!

Name Link
🔨 Latest commit
🔍 Latest deploy log https://app.netlify.com/projects/ethereumorg/deploys/6900465284dcabe0a37d4f18
😎 Deploy Preview https://deploy-preview-16584--ethereumorg.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@github-actions github-actions Bot added the tooling 🔧 Changes related to tooling of the project label Oct 27, 2025
Copy link
Copy Markdown
Member

@wackerow wackerow left a comment

Choose a reason for hiding this comment

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

@corwintines Guessing the parseAppsOfTheWeek function may not be pulling in what we need? didn't look too deep, but doesn't appear to be rendering

Comment thread app/[locale]/page.tsx Outdated
matomoCategory="apps-of-the-week"
/>
<div className="flex justify-center">
<ButtonLink href="/apps">Browse apps &gt;</ButtonLink>
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Suggested change
<ButtonLink href="/apps">Browse apps &gt;</ButtonLink>
<ButtonLink href="/apps">
Browse apps <ChevronNext />
</ButtonLink>

Comment thread app/[locale]/page.tsx Outdated
Comment on lines +528 to +531
<AppsHighlight
apps={appsOfTheWeek}
matomoCategory="apps-of-the-week"
/>
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

image

Hm... looks like this isn't rendering?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Ah, never mind, I see this was just a mock data issue, looks good locally

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Ah woops I will get mock data updated here

@wackerow wackerow merged commit 4355b28 into dev Oct 28, 2025
9 checks passed
@wackerow wackerow deleted the appOfTheWeek branch October 28, 2025 23:05
This was referenced Nov 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

tooling 🔧 Changes related to tooling of the project

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants