Dhruv
674bb131b2
Part of #18714 : Replacing deprecated constants ( #20003 )
...
* replacing deprecated constants
* updating Box in player.js
* created story for Player.js
2023-07-19 15:08:06 +05:30
George Marshall
74cc312cb1
Updating Text and import paths ( #19949 )
2023-07-14 10:59:30 -07:00
Ariella Vu
34375a57e5
Security Provider cleanup ( #19694 )
...
* security-prov: isFlaggedSecurityProviderResponse
* security-prov: create shared/modules/util
* security prov: rn isFlagged -> isSuspcious
- util fn returns true if response is not verified and flagged
* security prov: add util test
and support undefined param
* security prov: reorg util fn
- no logic changes
2023-06-23 20:08:22 +02:00
OGPoyraz
39089e0f4c
Accept SignController approval request from frontend ( #19184 )
2023-06-20 15:37:09 +02:00
aleksandar-mihajlovic
f3147bcfb7
Added the ability to navigate multiple SIWE notifications ( #18103 )
2023-06-08 13:02:08 +02:00
Niranjana Binoy
b5b3f67b4b
Using NetworkAccountBalanceHeader component on SIWE screen ( #19361 )
2023-06-06 09:53:28 -04:00
Albert Olivé
057188d155
[MMI] Add code fences in signature-request ( #18770 )
...
* Started adding code fences in signature-request
* Finished code fencing
* Improving code
* Fixed storybook and code fences bundle
* Added missing dependency
* Fixed yarn.lock
* Fixing policies
* Updated package.json
* updating lavamoat
* lavamoat fix
* adds missing package
* runs yarn dedupe
* updates method name
* run lavamoat:auto again
* Added more code fences
* updates snapshot
* snapshot updates
* updates mmi packages to lighter versions
* updates mmi packages
* runs lavamoat auto
* updates yarn lock and runs lavamoat auto
* updates yarn lock
* updates targets file
* Removed console log and added tests
---------
Co-authored-by: António Regadas <apregadas@gmail.com>
Co-authored-by: Brad Decker <bhdecker84@gmail.com>
Co-authored-by: Antonio Regadas <antonio.regadas@consensys.net>
2023-05-24 13:41:21 +02:00
Harsh Shukla
36092571c6
Part of #17670 Replace Typography with Text component in: signature-request-siwe-tag\index.js ( #18898 )
2023-05-01 17:51:24 -07:00
legobeat
64d4bfbbe9
Use SIWE origin validation logic from @metamask/controller-utils ( #18518 )
...
* feat: use SIWE origin domain validation from @metamask/controller-utils
* deps: @metamask/controller-utils@3.2.0->3.3.0
2023-04-25 17:25:58 +09:00
Ariella Vu
8bfcd5b11e
Sign-in With Ethereum SIWE cleanup ( #18230 )
...
* signature-req: replace Typography w/ Text
- this does update styles slightly
* siwe: extract showSecurityProviderBanner
* siwe: rn -> hasAgreedToDomainWarning
* siwe: update snapshot for updated Text usage
2023-04-21 16:36:27 -03:00
Garrett Bear
34c1e5a2a1
Fix/18492/update icon ts app folder ( #18645 )
2023-04-19 14:16:49 -07:00
Ariella Vu
1406885115
siwe: add ledger instructions ( #18589 )
2023-04-14 21:10:27 -03:00
George Marshall
739075662c
Migrating Icon to typescript and deprecating JS component ( #18431 )
...
* Migrating Icon to typescript and deprecating JS component
* gw suggestions (#18434 )
---------
Co-authored-by: Garrett Bear <gwhisten@gmail.com>
2023-04-04 09:48:04 -07:00
Ariella Vu
196b8408d0
PermissionsConnectHeader: unlock SiteOrigin title ( #18270 )
...
* PermissionsConnectHeader: unlock SiteOrigin title
* SignatureRequestOriginal: unlock SiteOrigin title
* signature-req: update snapshots
2023-03-23 13:32:54 -03:00
Ariella Vu
5e3770eb13
Replace ActionableMessage components with BannerAlerts in SIWE Sign-in with Ethereum page ( #18207 )
...
* siwe: re-enable warning UI for mismatched domains
- unblocks mismatched domain support
- we may re-add error handling here #18184
- reverts logic from #16616
* siwe: fix mismatch domain warning msg UI
* lint: rm whitespace EOL
* siwe: rm unit test
* lint: fix whitespace
* Icon: support .mm-icon
- apply to SIWE actionable-message
- .mm-icon is a <span>
* lint: fix newline
* Revert "siwe: rm unit test"
This reverts commit c80a4a2e661609c46c76d1e43e05909b6db3f0f5.
* ActionableMessage: add deprecation
* siwe: replace actionable-msg w/ banner-alert
* ActionableMessage: add param for lint
* revert .mm_icon ActionableMessage support
* siwe: create tests
* siwe: fix typo in tests
* siwe: fix - do not allow nested <p> elements
* Update ui/components/app/signature-request-siwe/signature-request-siwe.js
Co-authored-by: George Marshall <george.marshall@consensys.net>
* Update ui/components/app/signature-request-siwe/signature-request-siwe.js
Co-authored-by: George Marshall <george.marshall@consensys.net>
* eslint fix
---------
Co-authored-by: legobeat <109787230+legobeat@users.noreply.github.com>
Co-authored-by: George Marshall <george.marshall@consensys.net>
2023-03-21 09:49:04 -07:00
Ariella Vu
c4caef5e12
Sign in with Ethereum: re-enable warning UI for mismatched domains / disable domain binding ( #18200 )
...
* siwe: re-enable warning UI for mismatched domains
- unblocks mismatched domain support
- we may re-add error handling here #18184
- reverts logic from #16616
* siwe: fix mismatch domain warning msg UI
* lint: rm whitespace EOL
* siwe: rm unit test
* lint: fix whitespace
* Revert "siwe: rm unit test"
This reverts commit c80a4a2e661609c46c76d1e43e05909b6db3f0f5.
---------
Co-authored-by: legobeat <109787230+legobeat@users.noreply.github.com>
2023-03-17 10:36:20 -07:00
Vladimir Saric
14b1555ee3
Display internet protocol on the domain in SIWE screen ( #18052 )
2023-03-13 21:40:43 +04:00
Filip Sekulic
2acd51af2e
Open sea security provider warning message ( #17662 )
...
* Warning message for the OpenSea security provider
* Updated snapshots
* Removed flask usage
* Covered more test cases
* Code refactor
* Fixed errors
* Code refactor
* Fixed few issues
* Covered more code with tests
2023-02-23 08:38:09 -03:00
Danica Shen
794f3039f1
feature: migrate design-system.ts ( #17518 )
2023-02-02 20:15:26 +00:00
Garrett Bear
23133a2735
fix icon names ( #17391 )
2023-01-25 23:41:13 +05:30
Garrett Bear
0bf6aeb5f5
icon audit, remove xxs icon size ( #17089 )
...
* icon audit, remove xxs icon size
* update icon file names and snapshots
* remove unused icon- code and fix icons with slash issue
* close icon fix
* remove icons id
* update snapshot
* font awesome icon list
* remove font awesome
* fix linting issue
2023-01-24 09:39:46 -08:00
Nidhi Kumari
c5368c152b
Added storybook check to CI ( #17092 )
...
* added storybook test runner
* added test runner in ci
* updated test for ci and fixed lint error
* updated lavamoat policy
* updated test command
* updated playwright
* changed command to storybook;ci
* updated command
* updated instance for test-storybook
* updated playwright
* added playwright step
* replaced concurrently with start-server-and-test
* updated the static storybook directory
* replaced first with last
* updated lock file
* replaced first with last
* updated test-storybook with maxworkers
* updated .depchechrc
* updated yml
* removed id from banner base
* replaced broken stories with .stories-to-do.js extesnsion
* updated token allowance story
* removed duplicacies from yarn
* fixed lavamoat
* removed filename comment
* updated links for docs
* fixed file extension for stories
* updated path for stories.json
* updated stories.json path
* yarn updated
* updated stories
* updated yarn
* updated wait on
2023-01-21 00:57:46 +05:30
Sam Gbafa
512b9bdf76
Sign-in With Ethereum Design Update ( #16019 )
...
* header warning changes
* updated warning message
* Updated button color
* add rounded corners
* text + style changes
* cleanup
* linter fixes
* remove console.log
* break out components
* remove unused css
* use icon name var
* improve icon styling
* remove unused styles
* Update ui/components/app/signature-request-siwe/signature-request-siwe-tag/index.js
Co-authored-by: George Marshall <georgewrmarshall@gmail.com>
* Update ui/components/app/signature-request-siwe/signature-request-siwe-tag/index.js
Co-authored-by: George Marshall <georgewrmarshall@gmail.com>
* use design system fonts
* remove unused fonts
* moved tooltip to parent component
* remove domain call
* updated stories
* classname cleanup
* fix locales
* remove unused locales
* Update ui/components/app/signature-request-siwe/signature-request-siwe-tag/index.js
Co-authored-by: George Marshall <georgewrmarshall@gmail.com>
Co-authored-by: George Marshall <georgewrmarshall@gmail.com>
2022-10-04 18:33:51 -03:00
Sam Gbafa
5802805597
Add Sign-In with Ethereum ( #14438 )
...
Co-authored-by: Gregório Granado Magalhães <greg.magalhaes@gmail.com>
Co-authored-by: George Marshall <georgewrmarshall@gmail.com>
Co-authored-by: georgewrmarshall <george.marshall@consensys.net>
Co-authored-by: Ariella Vu <20778143+digiwand@users.noreply.github.com>
Co-authored-by: brad-decker <bhdecker84@gmail.com>
2022-08-03 09:56:11 -05:00