Skip to content

send connect: rebuild with bento layout + @sigilry/react examples#10

Merged
alleneubank merged 1 commit into
mainfrom
bb/send-connect-rebuild
May 21, 2026
Merged

send connect: rebuild with bento layout + @sigilry/react examples#10
alleneubank merged 1 commit into
mainfrom
bb/send-connect-rebuild

Conversation

@alleneubank
Copy link
Copy Markdown
Member

Summary

  • Extracts the Send Connect page into a dedicated SendConnect.tsx component that matches the design language of CUSDOverview/EcosystemFund (gradient hero + dark identity tiles, 3-step strip, two-column features+integrations, developer card, Sigilry callout).
  • Content/accuracy pass grounded in apps/webext/README.md and the GTM brief: adds CIP-103 + EIP-6963 framing, WebAuthn PRF signing, accurate list of implemented RPC methods (connect, status, listAccounts, getPrimaryAccount, prepareExecuteAndWait, signMessage, ledgerApi).
  • Developer examples use the idiomatic @sigilry/react hooks (CantonReactProvider, useConnect, useActiveAccount, useSubmitCommand) instead of raw window.canton.request(...) calls — mirrors sigilry/examples/demo-app.
  • Code blocks use <pre> with whiteSpace: 'pre' so indentation actually renders, plus tighter line-height and padding.

Test plan

  • /docs/send-safe/send-connect renders at 1280×900 — hero, 3-step strip, features+integrations, dev card, callout all look correct
  • Mobile (420×900) — all grids stack cleanly
  • No console errors
  • Chrome Web Store, GitHub, npm, and sigilry.org links all wired
  • Reviewer sanity-check that @sigilry/react hook names match the latest published API

Replaces the inline-JSX page with a dedicated SendConnect component that
matches the design language of CUSDOverview/EcosystemFund (gradient hero,
dark identity tiles, three-step strip, two-column features+integrations,
developer card, sigilry callout).

Content pass grounded in apps/webext/README.md and the GTM brief: adds
CIP-103 + EIP-6963 framing, WebAuthn PRF signing, and the full set of
implemented RPC methods. Developer examples now use the idiomatic
@sigilry/react hooks (CantonReactProvider, useConnect, useActiveAccount,
useSubmitCommand) instead of raw window.canton.request calls.
@vercel
Copy link
Copy Markdown
Contributor

vercel Bot commented May 21, 2026

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

Project Deployment Actions Updated (UTC)
send-info-docs Ready Ready Preview, Comment May 21, 2026 4:17pm

Request Review

@alleneubank alleneubank merged commit 37c380c into main May 21, 2026
3 checks passed
@alleneubank alleneubank deleted the bb/send-connect-rebuild branch May 21, 2026 16:20
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.

1 participant