Mark Stacey
3044aa0ebe
Fix account selectors when balances are missing ( #20385 )
...
* Fix account selectors when balances are missing
Some of the account selectors we use would return an empty set of
accounts if the `AccountTracker` state was missing. This resulted in UI
crashes when trying to access the current selected account.
The selectors have been updated to use the `identities` as the source-
of-truth for the full set of accounts. This ensures that even if the
balances are missing, each account will at least be represented by an
empty object.
* Fix unit test
* Fix another unit test
* Fix another unit test
* Fix another unit test
* Fix more unit tests
---------
Co-authored-by: legobeat <109787230+legobeat@users.noreply.github.com>
2023-08-26 00:28:24 -02:30
Albert Olivé
486ade85f3
[MMI] Fixed connect mmi button several issues ( #20455 )
...
* fixed connect mmi button several issues
* Fixed snapshot
* Improved multiple things
* running yarn dedupe
* Update LavaMoat policies
* For some reason, this.mmiConfigurationController.store.mmiConfiguration?.portfolio sometimes is undefined, added [] if null.
Moved the || {} outside the find method
* minor improvements
---------
Co-authored-by: MetaMask Bot <metamaskbot@users.noreply.github.com>
2023-08-17 14:50:40 +02:00
George Marshall
25247d0300
Updating Icon types and component to use TS Box component ( #19990 )
2023-07-25 09:05:37 -07:00
António Regadas
8ee733c0d5
[MMI] Handle personal sign and sign typed operations ( #20087 )
...
* adds listeners for signatureControll and adds the handleSigningEvents method
* clean up
* updates signature request containers files
* adds necessary methods
* wip
* signing flow with core methods
* yarn lint
* updates logic to fit latest signatureCOntroller
* updates mmi extension package
* updates signature-controller and message-manager packages
* checkout develop lock file and run yarn
* checkout develop lock file and package.json to test circleci
* test fix
* adds signature-controller new version
* updates mmi extension package
* tx-list update and runs lavamoat auto
* lint fix
* runs lavamoat auto
* resets lavamoat/build-system/policy.jsono to develop
* Update LavaMoat policies
* adds back the dispatch
* lint
* clean up
* clean up
* applies patch for signature controller
* clean patch file
---------
Co-authored-by: MetaMask Bot <metamaskbot@users.noreply.github.com>
2023-07-21 16:52:47 +01:00
Albert Olivé
26225aabe0
[MMI] Removed compliance feature from the codebase ( #20088 )
2023-07-20 10:11:14 +02:00
George Marshall
e75535ddfb
Update Text import paths: /institutional ( #20064 )
...
* Updating Text import paths and deprecated consts
* Update to button
2023-07-18 08:15:25 -07:00
António Regadas
f8bfb6cff5
[MMI] adds segment events to Metametrics constants ( #19468 )
...
* adds metametrics enums
* prettier
* adds necessary code fence
* edits events names and title cases them
* edits events names
* updates events according to segment-schema
2023-07-18 15:55:37 +02:00
George Marshall
5d17f86e02
Update Text import paths: component library/ ( #19987 )
...
* Updating component-librar import paths
* Updating snapshots
* Updates to AvatarBase story
* Updates to avatar and checkbox
* Updating last of the deprecated import paths
* Updating component-library snapshots from button-base
* Updating snapshots from rest of codebase to do with button-base
* Removing unneeded CSS
* Updating snapshots
2023-07-17 14:00:16 -07:00
Albert Olivé
ea589a6e5c
[MMI] Update Modals ( #20054 )
2023-07-17 19:34:32 +02:00
Albert Olivé
0309858917
[MMI] Fixed remove custodian token ( #20021 )
2023-07-17 12:11:38 +02:00
George Marshall
74cc312cb1
Updating Text and import paths ( #19949 )
2023-07-14 10:59:30 -07:00
Albert Olivé
47fe542273
[MMI] Review interactive replacement token flow ( #19974 )
...
* Sending showCustodyConfirmLink as a prop and fixing other issues
* Upgraded MMI extension monrepo and trying to fix the issue
* prevents deeplink from closing
* Fixed styles of Custody view and changed the place of it
* Fixed CI issues
* fixing eslint issues
* Update LavaMoat policies
* fixing tests
* Fixed test
* updated snapshots
* Improving IRT flow
* Fixing everything
* Finish fixing all issues
* Fixed institutional entity done page styles
* Fixing boxes
* Fixed issue with checkbox
* Fixed tests and styles
* Removed duplicated lodash
* updated snapshot
* Fixing tests
* Removed unused test
* Fixed snapshot
* Fixed snapshot
---------
Co-authored-by: Antonio Regadas <antonio.regadas@consensys.net>
Co-authored-by: MetaMask Bot <metamaskbot@users.noreply.github.com>
2023-07-13 18:27:49 +02:00
Danica Shen
2f03c0d62a
feat(19726): fix flaky test in Dapp interactions caused by home-container rerender ( #19997 )
2023-07-13 13:02:06 +01:00
Garrett Bear
c206200918
Update ButtonBase text variant and fix font smoothing ( #19883 )
...
* Update ButtonBase text variant
---------
Co-authored-by: Nidhi Kumari <nidhi.kumari@consensys.net>
2023-07-12 07:37:33 -07:00
António Regadas
ecea2d7506
[MMI] fix note to trader ( #19868 )
...
* update styles
* updates snapshot
* prettier
* clean up
2023-07-05 11:00:15 +01:00
Albert Olivé
9271cfd7bf
[MMI] The add custody token view needs a styles tweak ( #19779 )
...
* fixing styles
* Fixing styles and snapshots
* fixed eslint rule
* Removed unnecessary test
2023-06-27 15:49:15 +02:00
jainex
c1c6c8237a
Update Label component font weight from bold to medium ( #19731 )
...
* Update Label component font weight from bold to medium
* update snapshot
* fix snapshots
* fix snapshots 2
* Removeing deprecated constants for enums
---------
Co-authored-by: georgewrmarshall <george.marshall@consensys.net>
2023-06-27 01:29:04 +05:30
Dhruv
1c7c89abcb
Replacing deprecated constants & creating stories ( #19686 )
...
* Replacing deprecated constants & creating stories
* updating snapshot
2023-06-23 14:38:40 -07:00
Daniel
8b3e3c8a58
Swaps UI update ( #19169 )
2023-06-15 20:17:21 +02:00
Elliot Winkler
f77b1f65e2
Upgrade assets-controllers to v9 ( #19472 )
2023-06-09 15:48:48 -05:00
Garrett Bear
ba90e57663
Feat/18444/text align update app folder ( #19216 )
...
* Update TEXT_ALIGN const to TextAlign enum
* update TEXT_ALIGN to TextAlign in app folder
2023-05-23 12:29:14 -07:00
Albert Olivé
804d352d58
[MMI] Add MMI modals with their styles to the app/modals ( #18621 )
...
* Added code fences
* Fixing code fences
* Fixed paths
* Fixing issues
* Fixed imports
* removes fences in scss file and un-needed prop
---------
Co-authored-by: Antonio Regadas <antonio.regadas@consensys.net>
Co-authored-by: António Regadas <apregadas@gmail.com>
2023-05-17 16:57:46 +02:00
Albert Olivé
a017a1bae0
[MMI] Added note to trader code fencing ( #18051 )
...
* Added note to trader code fencing
* Started adding code fences in signature-request
* Finished code fencing
* Improving code
* adds check and runs prettier
* Fixed storybook and code fences bundle
* Added missing dependency
* updates fences
* fewer lines
* undo previously merged PR
* ran lavamoat auto
* adds test
* prettier
---------
Co-authored-by: António Regadas <apregadas@gmail.com>
Co-authored-by: Antonio Regadas <antonio.regadas@consensys.net>
Co-authored-by: Brad Decker <bhdecker84@gmail.com>
2023-05-16 16:44:08 +01:00
António Regadas
b982bea130
[MMI] adds wrong network notification ( #19168 )
...
* adds component and test
* adds correct icon and story file
* lint
* typo fix
2023-05-16 16:59:42 +02:00
Albert Olivé
f95320d03e
[MMI] Started adding styles imports with code fences ( #17943 )
...
* Started adding styles imports with code fences
* FIxed prettier issues
* removed fences since they dont do anything
* Update ui/components/ui/ui-components.scss
Co-authored-by: Frederik Bolding <frederik.bolding@gmail.com>
---------
Co-authored-by: Antonio Regadas <antonio.regadas@consensys.net>
Co-authored-by: António Regadas <apregadas@gmail.com>
Co-authored-by: Frederik Bolding <frederik.bolding@gmail.com>
2023-05-15 12:38:54 +01:00
Dhruv
c4e7b5532d
Changes to custody-labels.js ( #19038 )
2023-05-08 12:28:46 -05:00
Albert Olivé
319696b4ef
[MMI] Added compliance details modal and compliance details component ( #18118 )
...
* Added compliance details modal and compliance details component
* Finished component
* Fixed test name
2023-05-05 14:07:51 +02:00
Harsh Shukla
36c4ff15b2
Update interactive-replacement-token-modal.js ( #19003 )
2023-05-05 12:09:13 +01:00
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
António Regadas
e6455e92ae
[MMI] custody page component ( #18688 )
2023-04-27 12:27:31 +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
Albert Olivé
4df363b251
[MMI] Created custody-confirm-link-modal component ( #18632 )
...
* Created custody-confirm-link component
* Removed selector
* Finished component
* Changed button to use design system
* Fixed eslint issue
* updated snapshot
* fixed eslint problems
* Added more tests and added color design systems
* Fixed comments
* Removed unnecessary code
* Removed unneeded code and fixed eslint issues
2023-04-25 08:39:16 -05:00
Albert Olivé
4f64e3d6c3
[MMI] Add-compliance-details component ( #18575 )
...
Co-authored-by: Antonio Regadas <antonio.regadas@consensys.net>
Co-authored-by: Ariella Vu <20778143+digiwand@users.noreply.github.com>
2023-04-21 13:28:26 -05:00
Albert Olivé
48a61610af
[MMI] Add transaction-failed functional component ( #18623 )
...
* Finished component
* Fixed test mock variable
* Using design system colors
* Using design system icons
* removed uneeded css
2023-04-21 15:53:02 +02:00
António Regadas
290353da9b
[MMI] interactive replacement token notification ( #18620 )
...
* adds the component and styles
* adds tests
* story file update
* clean up
* lint and prettier
* lint & prettier fix
* adds review changes
* adds necessary dependencies
* runs lint and prettier
2023-04-21 09:58:03 +01:00
Albert Olivé
c3cb464229
[MMI] Added custody-labels and account-list components ( #18197 )
...
* Added custody-labels and account-list components
* Modified link
* Renamed custody labels and improved code
* Added snapshot
* Fixed snapshot
* Finished connect-custody account-list
* Fixing css prettier
* Fixed comments of the PR
* Fixed code
---------
Co-authored-by: António Regadas <apregadas@gmail.com>
2023-04-17 17:06:41 +02:00
António Regadas
8fdbd07c91
[MMI] Interactive replacement token modal ( #18523 )
...
* updates styles for confirm-add-institutional-feature
* initial component
* adds tests and storybook file
* clean up styles and adds MM design system
* prettier
* locale update
* lint
* snapshot update
---------
Co-authored-by: legobeat <109787230+legobeat@users.noreply.github.com>
2023-04-14 11:35:58 +01:00
António Regadas
300bfd6e69
[MMI] 2642 compliance modal component ( #18410 )
...
* adds component, styles and storybook file
* wip
* prettier and adds test
* prettier
* lint
* review fix
* lint
* updates to IconSize, IconName
2023-04-13 11:14:44 +01: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
António Regadas
9f89d71c6f
[MMI] compliance settings component ( #18274 )
...
* MMI-2657 adds the compliance settings screen
* MMI-2657 adds stories file
* review fixes
* review fixes
* lint fix
* clean up
* Update ui/components/institutional/compliance-settings/compliance-settings.stories.js
Co-authored-by: Nidhi Kumari <nidhi.kumari@consensys.net>
* lint fix
* snaps update
* Button update
---------
Co-authored-by: Nidhi Kumari <nidhi.kumari@consensys.net>
2023-03-30 12:40:37 +02:00
David Walsh
6052841381
Fix breaking jest test for MMI ( #18365 )
...
* Fix breaking jest test for MMI
* Bump coverage threshold
---------
Co-authored-by: Elliot Winkler <elliot.winkler@gmail.com>
Co-authored-by: PeterYinusa <peter.yinusa@consensys.net>
2023-03-29 13:44:04 -04:00
António Regadas
8fbd1e30e8
[MMI] compliance feature page ( #18320 )
...
* MMI-2657 adds the compliance settings screen
* MMI-2657 adds stories file
* wip compliance feature page
* adds stories and fixes imports
* adds storybook and tests
* lint fix
2023-03-29 14:49:45 +01:00
Garrett Bear
79b2deb194
update text component color to use box color ( #18246 )
...
snapshot updates
fix snapshots
add background colors
fix snapshots
2023-03-23 13:00:37 -07:00
António Regadas
033b776c0e
[MMI] adds the jwt-url-form component ( #18198 )
...
* MMI adds the Jwt dropdown
* MMI prettier
* review fixes
* adds the component
* adds tests and story file
* lint & prettier fix
* prettier fix
* prettier and clean up
* prettier and clean up
2023-03-20 11:55:53 +00:00
António Regadas
0a376fe3ab
MMI adds the note-to-trader component ( #18106 )
...
* MMI adds the note-to-trader component
* MMI adds colors vars
* MMI added component folder
* MMI adds fireEvent
* adds Box
* review fixes
* adds story
* lint fix
* prettier fix
* prettier fix
---------
Co-authored-by: Albert Olivé <albertolivecorbella@gmail.com>
2023-03-16 11:26:00 +00:00
António Regadas
0b83b13b4a
MMI adds the Jwt dropdown component ( #18117 )
...
* MMI adds the Jwt dropdown
* MMI prettier
* review fixes
* MMI added stories file
2023-03-16 11:03:54 +00:00