Skip to content

Conversation

@Totalspud
Copy link
Collaborator

  • Their website
  • General info about the project
  • When the chain was launched
  • Coingecko if they have a token
  • Onboarding strategy / interop strategy

@linear
Copy link

linear bot commented Oct 9, 2025

@changeset-bot
Copy link

changeset-bot bot commented Oct 9, 2025

⚠️ No Changeset found

Latest commit: 8cc0a27

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@vercel
Copy link

vercel bot commented Oct 9, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
skip-go-explorer-ddru Ready Ready Preview Comment Oct 9, 2025 0:18am
skip-go-widget Ready Ready Preview Comment Oct 9, 2025 0:18am

Copy link
Contributor

@Cordtus Cordtus left a comment

Choose a reason for hiding this comment

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

Suggested validation improvements to enhance form security and UX.

.workbench
.claude/settings.local.json
CLAUDE.md
nul
Copy link
Contributor

Choose a reason for hiding this comment

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

Remove Windows artifact

Suggested change
nul

<label style={{ display: 'block', marginBottom: '6px', fontSize: '14px', fontWeight: '500' }}>
General Information About the Project *
</label>
<textarea
Copy link
Contributor

Choose a reason for hiding this comment

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

Add character limit

Suggested change
<textarea
<textarea
value={generalInfo}
onChange={(e) => setGeneralInfo(e.target.value)}
placeholder="Tell us about your project, its goals, and what makes it unique..."
rows={4}
maxLength={2000}
required
style={{ ...inputStyle, resize: 'vertical' }}
/>

Comment on lines +492 to +493
<div style={{ marginBottom: '20px' }}>
<label style={{ display: 'block', marginBottom: '6px', fontSize: '14px', fontWeight: '500' }}>
Copy link
Contributor

Choose a reason for hiding this comment

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

Use date picker for validation

Suggested change
<div style={{ marginBottom: '20px' }}>
<label style={{ display: 'block', marginBottom: '6px', fontSize: '14px', fontWeight: '500' }}>
<label style={{ display: 'block', marginBottom: '6px', fontSize: '14px', fontWeight: '500' }}>
Estimated Launch Date *
</label>
<input
type="date"
value={launchDate}
onChange={(e) => setLaunchDate(e.target.value)}
required
style={inputStyle}
/>

When Was/Will the Chain Be Launched? *
</label>
<input
type="text"
Copy link
Contributor

Choose a reason for hiding this comment

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

Add character limit

Suggested change
type="text"
<textarea
value={onboardingStrategy}
onChange={(e) => setOnboardingStrategy(e.target.value)}
placeholder="Describe your strategy for onboarding users, cross-chain interoperability plans, IBC connections, etc..."
rows={4}
maxLength={2000}
required
style={{ ...inputStyle, resize: 'vertical' }}
/>

onChange={(e) => setGeneralInfo(e.target.value)}
placeholder="Tell us about your project, its goals, and what makes it unique..."
rows={4}
required
Copy link
Contributor

Choose a reason for hiding this comment

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

Add character limit

Suggested change
required
<textarea
value={generalInfo}
onChange={(e) => setGeneralInfo(e.target.value)}
placeholder="Tell us about your project, its goals, and what makes it unique..."
rows={4}
maxLength={2000}
required
style={{ ...inputStyle, resize: 'vertical' }}
/>

</label>
<textarea
value={onboardingStrategy}
onChange={(e) => setOnboardingStrategy(e.target.value)}
Copy link
Contributor

Choose a reason for hiding this comment

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

Add character limit

Suggested change
onChange={(e) => setOnboardingStrategy(e.target.value)}
<textarea
value={onboardingStrategy}
onChange={(e) => setOnboardingStrategy(e.target.value)}
placeholder="Describe your strategy for onboarding users, cross-chain interoperability plans, IBC connections, etc..."
rows={4}
maxLength={2000}
required
style={{ ...inputStyle, resize: 'vertical' }}
/>

Comment on lines +627 to +628
Chain Launch Date *
</label>
Copy link
Contributor

Choose a reason for hiding this comment

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

Use date picker for validation

Suggested change
Chain Launch Date *
</label>
<label style={{ display: 'block', marginBottom: '6px', fontSize: '14px', fontWeight: '500' }}>
Chain Launch Date *
</label>
<input
type="date"
value={launchDate}
onChange={(e) => setLaunchDate(e.target.value)}
required
style={inputStyle}
/>

@Totalspud Totalspud marked this pull request as ready for review October 15, 2025 14:11
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.

3 participants