Skip to content

fix: refine SIWX sign-in confirmation copy#5679

Open
rtomas wants to merge 1 commit into
mainfrom
rtomas/turbo-not-found
Open

fix: refine SIWX sign-in confirmation copy#5679
rtomas wants to merge 1 commit into
mainfrom
rtomas/turbo-not-found

Conversation

@rtomas
Copy link
Copy Markdown
Contributor

@rtomas rtomas commented May 29, 2026

Description

Refines the wording on the SIWX/SIWE sign-in confirmation screen for clarity and a friendlier, less threatening tone. The view title changes from "Sign In" to "Confirm it's you", the heading from "{dapp} needs to connect to your wallet" to "{dapp} needs to confirm your wallet.", and the body from "Sign this message to prove you own this wallet and proceed. Canceling will disconnect you." to "Sign this message to prove you own this wallet. Cancel to go back." Applied to both the SIWX (w3m-siwx-sign-message-view) and legacy SIWE (w3m-connecting-siwe-view) views and their header titles. Includes a changeset.

Type of change

  • Chore (non-breaking change that addresses non-functional tasks, maintenance, or code quality improvements)
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Associated Issues

N/A

Showcase (Optional)

N/A — copy-only change.

Checklist

  • Code in this PR is covered by automated tests (Unit tests, E2E tests)
  • My changes generate no new warnings
  • I have reviewed my own code
  • I have filled out all required sections
  • I have tested my changes on the preview link
  • Approver of this PR confirms that the changes are tested on the preview link

🤖 Generated with Claude Code

Update the SIWX/SIWE sign-in confirmation screen wording for clarity and
a less threatening tone: title "Sign In" → "Confirm it's you", heading
"needs to connect to your wallet" → "needs to confirm your wallet.", and
body now ends "Cancel to go back." instead of warning about disconnection.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented May 29, 2026

🦋 Changeset detected

Latest commit: 1970a1f

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 26 packages
Name Type
@reown/appkit-scaffold-ui Patch
@reown/appkit-siwe Patch
@reown/appkit-adapter-ethers Patch
@reown/appkit-adapter-ethers5 Patch
@reown/appkit-adapter-wagmi Patch
@reown/appkit Patch
@reown/appkit-cdn Patch
@reown/appkit-adapter-bitcoin Patch
@reown/appkit-adapter-solana Patch
@reown/appkit-adapter-ton Patch
@reown/appkit-adapter-tron Patch
@reown/appkit-universal-connector Patch
@reown/appkit-experimental Patch
@reown/appkit-testing Patch
@reown/appkit-common Patch
@reown/appkit-ui Patch
@reown/appkit-controllers Patch
@reown/appkit-core Patch
@reown/appkit-utils Patch
@reown/appkit-polyfills Patch
@reown/appkit-wallet Patch
@reown/appkit-siwx Patch
@reown/appkit-wallet-button Patch
@reown/appkit-cli Patch
@reown/appkit-pay Patch
@reown/appkit-codemod Patch

Not sure what this means? Click here to learn what changesets are.

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

@vercel
Copy link
Copy Markdown

vercel Bot commented May 29, 2026

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

Project Deployment Actions Updated (UTC)
appkit-demo Ready Ready Preview, Comment May 29, 2026 7:56pm
appkit-gallery Ready Ready Preview, Comment May 29, 2026 7:56pm
appkit-headless-sample-app Ready Ready Preview, Comment May 29, 2026 7:56pm
appkit-laboratory Ready Ready Preview, Comment May 29, 2026 7:56pm
9 Skipped Deployments
Project Deployment Actions Updated (UTC)
appkit-basic-example Ignored Ignored May 29, 2026 7:56pm
appkit-basic-sign-client-example Ignored Ignored May 29, 2026 7:56pm
appkit-basic-up-example Ignored Ignored May 29, 2026 7:56pm
appkit-ethers5-bera Ignored Ignored May 29, 2026 7:56pm
appkit-nansen-demo Ignored Ignored May 29, 2026 7:56pm
appkit-wagmi-cdn-example Ignored Ignored May 29, 2026 7:56pm
ethereum-provider-wagmi-example Ignored Ignored May 29, 2026 7:56pm
next-wagmi-solana-bitcoin-example Ignored Ignored May 29, 2026 7:56pm
vue-wagmi-example Ignored Ignored May 29, 2026 7:56pm

Request Review

@github-actions
Copy link
Copy Markdown
Contributor

Visual Regression Test Results ✅ Passed

⚠️ 15 visual change(s) detected

Chromatic Build: https://www.chromatic.com/build?appId=6493191bf4b10fed8ca7353f&number=925
Storybook Preview: https://6493191bf4b10fed8ca7353f-tcpervdxdx.chromatic.com/

👉 Please review the visual changes in Chromatic and accept or reject them.

@github-actions
Copy link
Copy Markdown
Contributor

📦 Bundle Size Check

All bundles are within size limits

📊 View detailed bundle sizes

> @reown/appkit-monorepo@1.7.1 size /home/runner/work/appkit/appkit


> size-limit

@reown/appkit - Main Entry
Size limit:   80 kB
Size:         75.79 kB with all dependencies, minified and gzipped
Loading time: 1.5 s    on slow 3G
Running time: 534 ms   on Snapdragon 410
Total time:   2.1 s
@reown/appkit/react
Size limit:   236 kB
Size:         235.02 kB with all dependencies, minified and gzipped
Loading time: 4.6 s     on slow 3G
Running time: 970 ms    on Snapdragon 410
Total time:   5.6 s
@reown/appkit/vue
Size limit:   80 kB
Size:         75.79 kB with all dependencies, minified and gzipped
Loading time: 1.5 s    on slow 3G
Running time: 375 ms   on Snapdragon 410
Total time:   1.9 s
@reown/appkit-scaffold-ui
Size limit:   220 kB
Size:         214.32 kB with all dependencies, minified and gzipped
Loading time: 4.2 s     on slow 3G
Running time: 913 ms    on Snapdragon 410
Total time:   5.1 s
@reown/appkit-ui
Size limit:   500 kB
Size:         13.16 kB with all dependencies, minified and gzipped
Loading time: 258 ms   on slow 3G
Running time: 225 ms   on Snapdragon 410
Total time:   482 ms

@github-actions
Copy link
Copy Markdown
Contributor

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 78.56% 39929 / 50823
🔵 Statements 78.56% 39929 / 50823
🔵 Functions 76.17% 4264 / 5598
🔵 Branches 86.66% 9745 / 11244
File Coverage
File Stmts Branches Functions Lines Uncovered Lines
Changed Files
packages/scaffold-ui/src/partials/w3m-header/index.ts 90.9% 84% 77.77% 90.9% 42, 159-160, 177, 210, 224, 229-230, 251, 273, 286, 298, 302-306, 309-314
packages/scaffold-ui/src/views/w3m-siwx-sign-message-view/index.ts 16.27% 100% 0% 16.27% 20-24, 28-67, 71-88, 91-93
packages/siwe/scaffold/views/w3m-connecting-siwe-view/index.ts 7.86% 100% 0% 7.86% 23-27, 31-70, 74-124, 127-146, 83-144
Generated in workflow #17132 for commit 1970a1f by the Vitest Coverage Report Action

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