Skip to content

chore: remaining reskin updates#4873

Merged
enesozturk merged 4 commits intomainfrom
chore/reskin-remaining-updates
Aug 19, 2025
Merged

chore: remaining reskin updates#4873
enesozturk merged 4 commits intomainfrom
chore/reskin-remaining-updates

Conversation

@enesozturk
Copy link
Copy Markdown
Contributor

@enesozturk enesozturk commented Aug 19, 2025

Description

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

For Linear issues: Closes APKT-xxx
For GH issues: closes #...

Showcase (Optional)

If there is a UI change include the screenshots with before and after state.
If new feature is being introduced, include the link to demo recording.

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

Copilot AI review requested due to automatic review settings August 19, 2025 11:04
@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Aug 19, 2025

🦋 Changeset detected

Latest commit: 66b6f94

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

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

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 Aug 19, 2025

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

Project Deployment Preview Comments Updated (UTC)
appkit-basic-html Ready Ready Preview Comment Aug 19, 2025 11:49am
appkit-gallery Ready Ready Preview Comment Aug 19, 2025 11:49am
appkit-laboratory Ready Ready Preview Comment Aug 19, 2025 11:49am
11 Skipped Deployments
Project Deployment Preview Comments Updated (UTC)
appkit-basic-example Ignored Ignored Aug 19, 2025 11:49am
appkit-basic-sign-client-example Ignored Ignored Aug 19, 2025 11:49am
appkit-basic-up-example Ignored Ignored Aug 19, 2025 11:49am
appkit-ethers5-bera Ignored Ignored Aug 19, 2025 11:49am
appkit-nansen-demo Ignored Ignored Aug 19, 2025 11:49am
appkit-vue-solana Ignored Ignored Aug 19, 2025 11:49am
appkit-wagmi-cdn-example Ignored Ignored Aug 19, 2025 11:49am
ethereum-provider-wagmi-example Ignored Ignored Aug 19, 2025 11:49am
next-wagmi-solana-bitcoin-example Ignored Ignored Aug 19, 2025 11:49am
vue-wagmi-example Ignored Ignored Aug 19, 2025 11:49am
appkit-demo Skipped Skipped Aug 19, 2025 11:49am

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR focuses on updating Storybook component titles as part of a reskinning effort, standardizing the naming convention from "wui-" prefixes to "apkt-" prefixes in composite component stories.

  • Removes one outdated component story file (wui-token-button)
  • Updates titles for 17 composite component stories to use consistent "apkt-" prefix
  • Maintains existing component functionality while aligning with new naming conventions

Reviewed Changes

Copilot reviewed 18 out of 18 changed files in this pull request and generated no comments.

Show a summary per file
File Description
apps/gallery/stories/composites/wui-token-button.stories.ts Complete removal of the token button story file
apps/gallery/stories/composites/appkit-wui-visual.stories.ts Updates title from "wui-visual" to "apkt-visual"
apps/gallery/stories/composites/appkit-wui-visual-thumbnail.stories.ts Updates title from "wui-visual-thumbnail" to "apkt-visual-thumbnail"
apps/gallery/stories/composites/appkit-wui-transaction-visual.stories.ts Updates title from "wui-transaction-visual" to "apkt-transaction-visual"
apps/gallery/stories/composites/appkit-wui-transaction-thumbnail.stories.ts Updates title from "wui-transaction-thumbnail" to "apkt-transaction-thumbnail"
apps/gallery/stories/composites/appkit-wui-transaction-list-item.stories.ts Updates title from "wui-transaction-list-item" to "apkt-transaction-list-item"
apps/gallery/stories/composites/appkit-wui-transaction-list-item-loader.stories.ts Updates title from "wui-transaction-list-item-loader" to "apkt-transaction-list-item-loader"
apps/gallery/stories/composites/appkit-wui-token-list-item.stories.ts Updates title from "wui-token-list-item" to "apkt-token-list-item"
apps/gallery/stories/composites/appkit-wui-token-list-item-loader.stories.ts Updates title from "wui-token-list-item-loader" to "apkt-token-list-item-loader"
apps/gallery/stories/composites/appkit-wui-toast-message.stories.ts Updates title from "wui-toast-message" to "apkt-toast-message"
apps/gallery/stories/composites/appkit-wui-shimmer.stories.ts Updates title from "wui-shimmer" to "apkt-shimmer"
apps/gallery/stories/composites/appkit-wui-search-bar.stories.ts Updates title from "wui-search-bar" to "apkt-search-bar"
apps/gallery/stories/composites/appkit-wui-network-switch.stories.ts Updates title from "wui-network-switch" to "apkt-network-switch"
apps/gallery/stories/composites/appkit-wui-input-amount.stories.ts Updates title from "wui-input-amount" to "apkt-input-amount"
apps/gallery/stories/composites/appkit-wui-email-input.stories.ts Updates title from "wui-email-input" to "apkt-email-input"
apps/gallery/stories/composites/appkit-wui-chip-button.stories.ts Updates title from "wui-chip-button" to "apkt-chip-button"
apps/gallery/stories/composites/appkit-wui-checkbox.stories.ts Updates title from "wui-checkbox" to "apkt-checkbox"
apps/gallery/stories/composites/appkit-wui-alertbar.stories.ts Updates title from "wui-alertbar" to "apkt-alertbar"

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Aug 19, 2025

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 78.17% 34365 / 43960
🔵 Statements 78.17% 34365 / 43960
🔵 Functions 76.05% 3796 / 4991
🔵 Branches 86.76% 8134 / 9375
File Coverage
File Stmts Branches Functions Lines Uncovered Lines
Changed Files
packages/ui/src/composites/wui-input-text/styles.ts 100% 100% 100% 100%
Generated in workflow #14393 for commit 66b6f94 by the Vitest Coverage Report Action

@enesozturk enesozturk added this pull request to the merge queue Aug 19, 2025
Merged via the queue into main with commit 105c370 Aug 19, 2025
41 checks passed
@enesozturk enesozturk deleted the chore/reskin-remaining-updates branch August 19, 2025 13:06
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