Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add 'Ethereum Ecosystem' CTA to ethereum.org #12373

Merged
merged 10 commits into from
Jun 24, 2024
Merged

Conversation

Maxservais
Copy link
Contributor

@Maxservais Maxservais commented Mar 5, 2024

This PR introduces a Call to Action on https://ethereum.org/en/dapps/, guiding visitors to Ethereum Ecosystem, an unofficial ecosystem page for Ethereum and its L2s.

Description

This addition aims to provide enhanced visibility for a resource that catalogues over 1000 dApps across Ethereum and its Layer 2s, facilitating greater user exploration and engagement within the ecosystem.

Capture d’écran 2024-03-05 à 15 25 03

Related Issue

Preview URL

Summary by CodeRabbit

  • New Features
    • Introduced a new section in the Dapps page to explore the ecosystem, featuring a callout banner with a direct link for user engagement.

@github-actions github-actions bot added content 🖋️ This involves copy additions or edits review needed 👀 translation 🌍 This is related to our Translation Program labels Mar 5, 2024
Copy link

netlify bot commented Mar 5, 2024

Deploy Preview for ethereumorg ready!

Name Link
🔨 Latest commit 47c5088
🔍 Latest deploy log https://app.netlify.com/sites/ethereumorg/deploys/66799b295e2213000883ff57
😎 Deploy Preview https://deploy-preview-12373--ethereumorg.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
7 paths audited
Performance: 49 (🟢 up 2 from production)
Accessibility: 92 (no change from production)
Best Practices: 83 (🔴 down 9 from production)
SEO: 93 (no change from production)
PWA: -
View the detailed breakdown and full score reports

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

@konopkja
Copy link
Contributor

konopkja commented Mar 6, 2024

This is too aggressive ad, it is above the list of curated dapps on the page itself. It is a worthy addition for users who seek an expanded list of dapps or to see the whole ecosystem, but will not be useful to a beginner who needs less options and more curation/guidance, which https://www.ethereum-ecosystem.com/ currently does not offer.

I suggest to rethink the position and how to link to this project on this page.

@Maxservais
Copy link
Contributor Author

Hi @konopkja ,

Thanks for the constructive feedback on the CTA.

I see your point about its prominence possibly being overwhelming for newcomers. Inspired by the L2Beat CTA on ethereum.org's Layer 2 overview, I was aiming for similar visibility for Ethereum Ecosystem.
image

Would you be open to placing the CTA lower on the page, where it might be more contextually appropriate for users looking for expanded information? I'm keen to adjust the approach to better fit the community's needs.

Looking forward to your guidance.

Copy link
Contributor

coderabbitai bot commented Mar 11, 2024

Walkthrough

The update involves adding a new feature to the DappsPage component within the dapps.tsx file. This feature introduces an import for a new image named exploring and adds a section aimed at exploring the ecosystem. The section is highlighted by a callout banner, which includes a button that links users to a specified URL, enhancing the page's interactivity and informational capacity.

Changes

File Change Summary
src/.../dapps.tsx Added exploring image import and new section with callout banner and link button.

Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share
Tips

Chat

There are 3 ways to chat with CodeRabbit:

‼️ IMPORTANT
Auto-reply has been disabled for this repository in the CodeRabbit settings. The CodeRabbit bot will not respond to your replies unless it is explicitly tagged.

  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (invoked as PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Configration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@Maxservais
Copy link
Contributor Author

@konopkja what do you think about this?

image

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Review Status

Actionable comments generated: 1

Configuration used: CodeRabbit UI

Commits Files that changed from the base of the PR and between 2ce32ca and 964358a.
Files ignored due to path filters (1)
  • src/intl/en/page-dapps.json is excluded by: !**/*.json
Files selected for processing (1)
  • src/pages/dapps.tsx (2 hunks)
Additional comments: 1
src/pages/dapps.tsx (1)
  • 125-125: The import statement for the new image exploring is correctly added and follows the existing pattern for importing images in this file. This ensures consistency in how resources are managed within the project.

Comment on lines 1824 to 1843
{/* Explore Ecosystem Section */}
<Content>
<CenterDivider />
<CalloutBanner
mt={0}
mx={0}
mb={{ base: 0, lg: 16 }}
titleKey={"page-dapps:page-dapps-explore-title"}
descriptionKey={"page-dapps:page-dapps-explore-1"}
image={exploring}
imageWidth={300}
alt={t("page-dapps-explore-callout-image-alt")}
>
<Box>
<ButtonLink to="https://www.ethereum-ecosystem.com/apps">
{t("page-dapps:page-dapps-explore-2")}
</ButtonLink>
</Box>
</CalloutBanner>
</Content>
Copy link
Contributor

Choose a reason for hiding this comment

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

The addition of the "Explore Ecosystem" section using a CalloutBanner component is well-integrated into the page. The ButtonLink correctly directs users to the "Ethereum Ecosystem" website. However, it's important to ensure that the URL (https://www.ethereum-ecosystem.com/apps) is stable and maintained, as it directs users to an external site. Additionally, consider adding rel="noopener noreferrer" to the ButtonLink for security reasons when opening links in a new tab.

- <ButtonLink to="https://www.ethereum-ecosystem.com/apps">
+ <ButtonLink to="https://www.ethereum-ecosystem.com/apps" rel="noopener noreferrer">

Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation.

Suggested change
{/* Explore Ecosystem Section */}
<Content>
<CenterDivider />
<CalloutBanner
mt={0}
mx={0}
mb={{ base: 0, lg: 16 }}
titleKey={"page-dapps:page-dapps-explore-title"}
descriptionKey={"page-dapps:page-dapps-explore-1"}
image={exploring}
imageWidth={300}
alt={t("page-dapps-explore-callout-image-alt")}
>
<Box>
<ButtonLink to="https://www.ethereum-ecosystem.com/apps">
{t("page-dapps:page-dapps-explore-2")}
</ButtonLink>
</Box>
</CalloutBanner>
</Content>
{/* Explore Ecosystem Section */}
<Content>
<CenterDivider />
<CalloutBanner
mt={0}
mx={0}
mb={{ base: 0, lg: 16 }}
titleKey={"page-dapps:page-dapps-explore-title"}
descriptionKey={"page-dapps:page-dapps-explore-1"}
image={exploring}
imageWidth={300}
alt={t("page-dapps-explore-callout-image-alt")}
>
<Box>
<ButtonLink to="https://www.ethereum-ecosystem.com/apps" rel="noopener noreferrer">
{t("page-dapps:page-dapps-explore-2")}
</ButtonLink>
</Box>
</CalloutBanner>
</Content>

@konopkja
Copy link
Contributor

@konopkja what do you think about this?

image

its better, though this is a very big recognition - using a full width banner like this, there are only few instances when we have done that before and those were open source communities not a closed project so I am still hesitant on this approach. For now lets keep this open and see what others say.

@wackerow
Copy link
Member

wackerow commented Mar 26, 2024

I do like the idea of linking out to this, but am hesitant on using such a large callout for an initial listing. To me this feels like a good follow-up to the listings shown above, like "Want to browse more?"

image

^ Referring to this space here, as a regular text callout.

Also, ideally we make it clear to users that they're going to an external resource. "Ethereum.org" "Ethereum" "Ethereum Foundation" "Ethereum Ecosystem"... User's often don't discern the differences well.

@konopkja
Copy link
Contributor

agree with @wackerow and i would suggest changing it to a text based link perhaps

@Maxservais
Copy link
Contributor Author

Hello @wackerow @konopkja,

Thank you both for your valuable input. Based on your suggestions, I’ve developed a more subdued approach: a button that prompts users who are interested in delving deeper after browsing the listings. This replaces the more assertive banner with a subtler call to action.

Additionally, a 'tooltip' will appear when users hover over the button, alerting them that they are about to visit a third-party site not managed by Ethereum.org.

Here's a preview of the implementation:
image

I’m eager to hear your thoughts on this update.

Comment on lines 1555 to 1560
<ButtonLink
to="https://www.ethereum-ecosystem.com/apps"
title={t("page-dapps:page-dapps-explore-1")}
>
{t("page-dapps:page-dapps-explore-title")}
</ButtonLink>
Copy link
Member

Choose a reason for hiding this comment

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

@konopkja and I were both suggesting a text link here... but will ultimately defer to him on this.

As for the usage of title, I'd say this is a very subtle way to let people know, while I was imagining something much more obvious and attention grabbing where that notice cannot be missed. @konopkja ideas?

Maybe:

Want to browse more? [Check out thousands of dapps on the Ethereum Ecosystem\* website](https://www.ethereum-ecosystem.com/apps)

_(\*Ethereum Ecosystem is not affiliated with ethereum.org or the Ethereum Foundation)_

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Hello @wackerow,
Sorry I misunderstood the text link suggestion earlier.

I've spent about an hour attempting to configure it in a way that ensures the warning stands out next to the text link, but I must admit it's proving quite challenging to balance the aesthetics with the practicality of the warning notice.

@konopkja @wackerow What do you think of this?

image

Thank you for your understanding and patience so far as we strive to create a solution that is user-friendly and also clearly communicates that Ethereum Ecosystem is independent of Ethereum.org.

Copy link
Member

Choose a reason for hiding this comment

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

ping @konopkja... I would personally keep the link on the same line as the text; we use the pattern a lot and typically don't line-break. The warning, however, I think looks good.

Copy link
Contributor

@konopkja konopkja May 8, 2024

Choose a reason for hiding this comment

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

  1. yeah i think this needs some styling to do to look appropriate on the page
    1A. "Want to browse more?" should be bold and change to "Want to browse more apps?", 1B. the link phrase is too long - remove "on Ethereum Ecosystem's website"
  2. the disclaimer isnt necessary, we dont provide it for other external links either so remove

Copy link
Contributor Author

@Maxservais Maxservais May 13, 2024

Choose a reason for hiding this comment

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

Thank you both @konopkja @wackerow for the feedbacks! I have made the necessary changes. It now looks like this:
image

Let me know if that's not what you had in mind

@wackerow wackerow added needs design approval 🧑‍🎨 Approval from a designer is needed before merging and removed translation 🌍 This is related to our Translation Program labels Apr 8, 2024
@github-actions github-actions bot added the translation 🌍 This is related to our Translation Program label Apr 11, 2024
"page-dapps-artblocks-image-alt": "Art Blocks logo"
"page-dapps-artblocks-image-alt": "Art Blocks logo",
"page-dapps-explore-title": "Want to browse more apps?",
"page-dapps-explore": "Check out hundreds of dapps"
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
"page-dapps-explore": "Check out hundreds of dapps"
"page-dapps-explore": "Check out more dapps"

Dont have a strong opinion here, but think this would be better

Copy link
Member

Choose a reason for hiding this comment

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

Fine either way here... "hundreds" does kinda drive home the point that there are a lot of them

Copy link
Member

@corwintines corwintines left a comment

Choose a reason for hiding this comment

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

Thanks @Maxservais!

In general I think this is ready to go. Going to bring this up next GitHub grooming session to see if there are any blockers/reservations left with what is here, and if not get this wrapped up.

@corwintines corwintines merged commit c9d6187 into ethereum:dev Jun 24, 2024
10 checks passed
This was referenced Jul 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
content 🖋️ This involves copy additions or edits needs design approval 🧑‍🎨 Approval from a designer is needed before merging translation 🌍 This is related to our Translation Program
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add a Call To Action to Ethereum Ecosystem
4 participants