Closed rossbulat closed 2 weeks ago
[!CAUTION]
Review failed
The pull request is closed.
The pull request includes updates to the package.json
file, primarily focusing on dependency version changes for the @polkadot-developer-console/app
. Several dependencies have been upgraded, including moving from beta to stable versions and minor version increments. Additionally, modifications were made to various components, particularly in how the Polkicon
component's size is specified, shifting from a size
prop to a fontSize
prop. Unused imports were removed, and some components underwent minor logic refinements while retaining their core functionalities.
File Path | Change Summary |
---|---|
packages/app/package.json |
Updated dependencies: @w3ux/factories to ^1.0.0 , @w3ux/hooks to ^1.2.1 , @w3ux/react-polkicon to ^2.0.1-alpha.0 , @w3ux/utils to ^1.1.0 . |
packages/app/src/library/ConnectOverlay/ManageLedger.tsx |
Removed unused import remToUnit , updated Identicon prop from size to fontSize . |
packages/app/src/library/ConnectOverlay/ManageVault.tsx |
Updated Identicon prop from size to fontSize , clarified comments on onConfirm function. |
packages/app/src/library/ConnectOverlay/ManageWalletConnect.tsx |
Updated Identicon prop from size to fontSize , removed unused import remToUnit . |
packages/app/src/library/Inputs/AccountId32/ReadOnly.tsx |
Removed unused import remToUnit , updated Polkicon to use fontSize and changed background property. |
packages/app/src/library/Inputs/AccountId32/index.tsx |
Removed unused import remToUnit , updated Polkicon to use fontSize , streamlined address handling logic. |
packages/app/src/library/Tx/EstimatedTxFee/index.tsx |
Added import for BigNumber , updated txFeesUnit calculation to use BigNumber for precision. |
packages/app/src/routes/Common/Accounts/Account.tsx |
Removed unused import remToUnit , updated Polkicon prop from size to fontSize , modified balance calculation. |
package.json
file, specifically updating the version of @w3ux/utils
.@polkadot/util
and @polkadot/util-crypto
, relevant to the dependency updates.PAPI
🐰 In the meadow where code does play,
New versions hop in, brightening the day.
WithfontSize
shining, icons so neat,
Dependencies updated, a developer's treat!
So let’s code and cheer, for changes we see,
A better console, as happy as can be! 🌼
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Updates w3ux to the latest package versions, fixing breaking changes for Polkicon and utils.
Summary by CodeRabbit
Release Notes
New Features
Improvements
Bug Fixes
These changes enhance user experience by improving functionality and visual consistency across the application.