-
Notifications
You must be signed in to change notification settings - Fork 3
feat(ensadmin): ENS Protocol Inspector Form #603
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
base: main
Are you sure you want to change the base?
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@notrab Cool to see this! Shared some copy suggestions
<div className="max-w-lg w-full bg-white p-8 rounded-lg shadow-sm border"> | ||
<h2 className="text-2xl font-semibold mb-6">ENS Protocol Inspector</h2> | ||
<p className="mb-6 text-gray-600"> | ||
Enter an ENS name and strategy to visualize its resolution process through the ENS |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Enter an ENS name and strategy to visualize its resolution process through the ENS | |
Select an ENS protocol inspection strategy and enter an ENS name for a developer-friendly interactive visualization of how the ENS protocol operates. |
<h2 className="text-2xl font-semibold mb-6">ENS Protocol Inspector</h2> | ||
<p className="mb-6 text-gray-600"> | ||
Enter an ENS name and strategy to visualize its resolution process through the ENS | ||
protocol. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
protocol. |
return ( | ||
<div className="flex flex-col items-center justify-center h-[calc(100vh-6rem)] p-8"> | ||
<div className="max-w-lg w-full bg-white p-8 rounded-lg shadow-sm border"> | ||
<h2 className="text-2xl font-semibold mb-6">ENS Protocol Inspector</h2> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could we add one more "teaser" tag on the end of this h2?
This adds a form for when
/inspector
has no selected strategy or name. Closes #519