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

[Dashboard] Hyperlink role to oracle website #2676

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

flopez7
Copy link
Contributor

@flopez7 flopez7 commented Oct 22, 2024

Description

When users click in the role of the leader, the url set in the leader's kvstore with key='website' should be open

Summary of changes

Added links to leaders' websites

How test the changes

Go to Leaders page on dashboard and place the mouse over the leader's role. You'll see the url of the leader where you'll be redirected

Related issues

#2623

Copy link

vercel bot commented Oct 22, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
human-app ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 22, 2024 2:08pm
human-dashboard-frontend ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 22, 2024 2:08pm
2 Skipped Deployments
Name Status Preview Comments Updated (UTC)
faucet-frontend ⬜️ Ignored (Inspect) Visit Preview Oct 22, 2024 2:08pm
faucet-server ⬜️ Ignored (Inspect) Visit Preview Oct 22, 2024 2:08pm

gap="8px"
justifyContent="flex-start"
<Link
to={row.url}
Copy link
Collaborator

Choose a reason for hiding this comment

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

We should be using website key from kvstore.
If website is not set it should not be clickable.
It might require some subgraph changes.

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