Features
- Proxy account support has been introduced to the dashboard!
AnyandStakingproxies are now recognised in the dashboard.- View your proxies from the account selection modal, and find them below the delegator account.
- Both the delegator and proxy account need to be imported into the dashboard. A future update will allow users to manually declare a proxy account without the need of the delegator being imported.
- A Controller account deprecation prompt is shown for nominators who have a different controller account to their stash account, with one-click access to update the controller to the stash account.
- Account selection modal groups accounts that are both nominating and in a pool, preventing duplicate list entries.
- Added help items to Ledger feedback.
- Favourite validators have been moved to a tab within the Validators page.
- Fearless wallet has been added as an additional extension.
- Miscellaneous theming improvements.
- A pulse animation has been added to active transaction submission buttons.
System
- Migrated from
lottie-reactand the Lottie JSON format to the dot-lottie player and.lottieformat, shrinking bundle size by ~10%. - Migrated the app's remaining structural wrappers to
@polkadotcloud/core-ui. - Deprecated
src/utils.tsin favour of@polkadotcloud/utils. - Deprecated
che-react-number-easingin favour of@polkadotcloud/react-odometer, that introduces smooth number animations to stat boxes. - Added a
totalAdditionalBondproperty to transfer options for nominating and pools. - Ledger feedback has been simplified.
- No longer calculates pending pool rewards in-app, but rather relies on the
nominationPoolsApi.pendingRewardsruntime call. - Removed state objects for unsubscribe objects, that are now only using a ref.
- Mobile font size has been made
0.5pxlarger.
Fixes
- Fixed an issue on carousel modals that were resizing incorrectly.
- Fixed an issue where pools were not taking into consideration account locks when displaying the maximum possible bond amount.
- Fixed an issue where a pool's outstanding reward balance would be preloading if it remained at zero.
- Fixed button spacing via the latest
@polkadotcloud/core-uipackage update. - Fixed an issue where the maximum number of nominees could not be added to a nomination set.
- Fixed an issue where font weights were too bold on Safari.