Mark Stacey
d1cea85f33
Rename provider
to providerConfig
( #18907 )
...
* Rename `provider` to `providerConfig`
The network controller `provider` state has been renamed to
`providerConfig`. This better reflects what this state is, and makes
this controller more closely aligned with the core network controller.
All references to the provider configuration have been updated to
prefer `providerConfig` over `provider`, to make the distinction clear
between a provider and provider config.
Closes #18902
* Add migration
2023-05-02 13:23:20 -02:30
Albert Olivé
49f01406c4
[MMI] Added confirm-remove-jwt component ( #18186 )
...
* Added confirm-remove-jwt component
* changing folder directory
* Fixed lint issues
* Added story
* Fixed confirm remove jwt imports
* Fixed import
* Finished implementing component
* Fixed capitalize eslint problem
* Fixed PR suggestions
* Changed CustodyAccountList import
* updated snapshot
* Fixed typo
* Moved folder to confirm-remove-jwt-modal
* added index
* Adding filter first
2023-04-28 11:01:40 +02:00
Hakeemullah J. Yousufzai
1f0c0d041c
Update Button prop name type to variant ( #18774 )
...
* Update Button prop name type to variant
* fix: lint errors on running test cases
* change remaining files
* change typo: BUTTON_VARIANTS to BUTTON_VARIANT
* fix: button.test.js lint errors
* update: button instances & import in remaing files
* fix: prettier warnings
---------
Co-authored-by: legobeat <109787230+legobeat@users.noreply.github.com>
Co-authored-by: Brad Decker <bhdecker84@gmail.com>
2023-04-26 11:17:25 -05:00
António Regadas
234fb4ac5d
[MMI] confirm-add-custodian-token component ( #18261 )
...
* adds component with locales and test
* adds feedback from review
* adds storeis file
* update snapshots
* prettier
* clean up stories file
* relocation
* review fixes
* Update ui/pages/institutional/confirm-add-custodian-token/confirm-add-custodian-token.js
Co-authored-by: George Marshall <george.marshall@consensys.net>
* Update ui/pages/institutional/confirm-add-custodian-token/confirm-add-custodian-token.js
Co-authored-by: George Marshall <george.marshall@consensys.net>
* Update ui/pages/institutional/confirm-add-custodian-token/confirm-add-custodian-token.js
Co-authored-by: George Marshall <george.marshall@consensys.net>
* Button path remove
* Update ui/pages/institutional/confirm-add-custodian-token/confirm-add-custodian-token.js
Co-authored-by: George Marshall <george.marshall@consensys.net>
* pulled
* stories file update location
---------
Co-authored-by: George Marshall <george.marshall@consensys.net>
2023-03-31 11:30:10 +02:00