Skip to content

feat(ai-credits-widget): Add Download AntSeed as first Setup onboarding step - #200

Draft
blueogin with Copilot wants to merge 2 commits into
mainfrom
copilot/plan-download-antseed-step-content
Draft

feat(ai-credits-widget): Add Download AntSeed as first Setup onboarding step#200
blueogin with Copilot wants to merge 2 commits into
mainfrom
copilot/plan-download-antseed-step-content

Conversation

Copilot AI commented Aug 20, 2026

Copy link
Copy Markdown
Contributor

Adds the Download AntSeed step as the first actionable step in the Setup tab, replacing the previous generic static card list with a purpose-built component that surfaces the AntSeed VPR/Desktop download link and enforces step ordering visually.

Changes

New component: DownloadAntSeedStep

  • Step 1 (active): "Download AntSeed" card with a Start › link to https://antseed.com/download (target="_blank", data-testid="download-antseed-link")
  • Steps 2 & 3 (locked): "Signer Key" and "Authorize Wallet" rendered via a shared LockedStep sub-component (greyed out with 🔒), communicating the required sequential ordering
<DownloadAntSeedStep />
// Step 1 — Download AntSeed  [Start ›]  ← external link to antseed.com/download
// Step 2 — Signer Key         [🔒]
// Step 3 — Authorize Wallet   [🔒]

SetupTabPanel updated

  • Replaces the generic SETUP_ONBOARDING_STEPS.map(...) card loop with <DownloadAntSeedStep />
  • Buy, Manage, and History flows are untouched

QA coverage

  • New DownloadAntSeedStep Storybook QA story (connected wallet, activeTab: 'setup')
  • Two Playwright smoke tests: verifies step text ordering, href/target attributes on the download link, and tab structure isolation

Copilot AI lite review requested due to automatic review settings August 20, 2026 23:03

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Copilot wasn't able to review any files in this pull request.


💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.

Copilot AI linked an issue Aug 20, 2026 that may be closed by this pull request
12 tasks
…Seed download link

Co-authored-by: blueogin <43612769+blueogin@users.noreply.github.com>
Copilot AI changed the title [WIP] Add AI Credits onboarding for Download AntSeed step feat(ai-credits-widget): Add Download AntSeed as first Setup onboarding step Aug 20, 2026
Copilot AI requested a review from blueogin August 20, 2026 23:15
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.

[PLAN] AI Credits onboarding: Download AntSeed step content

3 participants