Skip to content

feat(faucet): prefill saved recipient - #125

Merged
montycheese merged 1 commit into
mainfrom
feat/faucet-prefill-saved-address
Sep 2, 2026
Merged

feat(faucet): prefill saved recipient#125
montycheese merged 1 commit into
mainfrom
feat/faucet-prefill-saved-address

Conversation

@montycheese

@montycheese montycheese commented Sep 2, 2026

Copy link
Copy Markdown
Contributor

Summary

  • prefill the faucet recipient with the active saved demo account, falling back to the first saved account
  • reuse the shared account-address autocomplete so another saved account can be selected
  • cover recipient selection behavior with unit tests

Screenshots

Faucet page on load, recipient prefilled with the active saved account's address:

Faucet recipient prefilled with saved account address

Typing into the field surfaces the account-name autocomplete (reused AddressAutocomplete):

Recipient field autocomplete suggesting a saved account by name

Validation

  • npm test -- app/vibenet/faucet/recipient.test.ts
  • npm run typecheck
  • npx eslint app/vibenet/faucet/page.tsx app/vibenet/faucet/recipient.ts app/vibenet/faucet/recipient.test.ts
  • npm run build

Co-authored-by: Codex <codex-noreply@coinbase.com>
@cb-heimdall

cb-heimdall commented Sep 2, 2026

Copy link
Copy Markdown
Collaborator

✅ Heimdall Review Status

Requirement Status More Info
Reviews 1/1
Denominator calculation
Show calculation
1 if user is bot 0
1 if user is external 0
2 if repo is sensitive 0
From .codeflow.yml 1
Additional review requirements
Show calculation
Max 0
0
From CODEOWNERS 0
Global minimum 0
Max 1
1
1 if commit is unverified 0
Sum 1

@vercel

vercel Bot commented Sep 2, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated
omni-ui Ready Ready Preview Sep 2, 2026 5:28pm UTC

Request Review

@montycheese
montycheese added this pull request to the merge queue Sep 2, 2026
Merged via the queue into main with commit 1305a44 Sep 2, 2026
13 checks passed
@montycheese
montycheese deleted the feat/faucet-prefill-saved-address branch September 2, 2026 17:55
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