Skip to content

AI Credits onboarding: Signer Key generation and import flow - #202

Merged
blueogin merged 6 commits into
mainfrom
copilot/goodwidget-177-signer-key-generation-import-flow-again
Aug 21, 2026
Merged

AI Credits onboarding: Signer Key generation and import flow#202
blueogin merged 6 commits into
mainfrom
copilot/goodwidget-177-signer-key-generation-import-flow-again

Conversation

Copilot AI commented Aug 21, 2026

Copy link
Copy Markdown
Contributor

Adds the Setup-tab Signer Key onboarding flow, replacing user-facing Buyer Key terminology while preserving the existing wallet-derived generation mechanics. Import now validates AntSeed private keys and checks the configured operator before allowing progression.

  • Signer Key UX
    • Added recommended Generate and Import choices.
    • Displays generated public/private keys with copy controls.
    • Added AntSeed setup guidance and backup warnings.
  • Import and operator handling
    • Supports importing existing AntSeed signer keys.
    • Exposes current operator state to the UI.
    • Handles no operator, GoodDollar operator, and incompatible operator cases.
    • Blocks incompatible signers and returns users to selection.
  • Coverage and copy
    • Updated onboarding, FAQ, stepper, and deep-link terminology.
    • Added Storybook fixtures and interaction coverage for generated and incompatible states.
const hasDifferentOperator =
  currentOperator !== ZERO_OPERATOR &&
  currentOperator !== configuredGoodDollarOperator

if (hasDifferentOperator) {
  // Require a different signer key before continuing.
}

Copilot AI lite review requested due to automatic review settings August 21, 2026 16:39

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 and others added 2 commits August 21, 2026 16:46
Co-authored-by: blueogin <43612769+blueogin@users.noreply.github.com>
Co-authored-by: blueogin <43612769+blueogin@users.noreply.github.com>
Copilot AI changed the title [WIP] Implement signer key generation and import flow AI Credits onboarding: Signer Key generation and import flow Aug 21, 2026
Copilot AI requested a review from blueogin August 21, 2026 16:49
@blueogin
blueogin marked this pull request as ready for review August 21, 2026 16:51
@blueogin
blueogin requested a review from a team August 21, 2026 16:51
…boardingFlow for improved onboarding experience

- Removed DownloadAntSeedStep component and integrated its functionality into the new SetupOnboardingFlow component.
- Updated AiCreditsWidget to utilize SetupOnboardingFlow, enhancing the setup process with a stepper interface.
- Adjusted storybook tests to reflect changes in the onboarding flow, ensuring visibility of the new steps.
- Added user interactions in story tests for better coverage of the onboarding experience.
@blueogin
blueogin merged commit e816a03 into main Aug 21, 2026
7 checks passed
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: Signer Key generation and import flow

3 participants