1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00
metamask-extension/ui/components/app/signature-request-siwe
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
..
signature-request-siwe-header Sign-in With Ethereum Design Update (#16019) 2022-10-04 18:33:51 -03:00
signature-request-siwe-icon Sign-in With Ethereum Design Update (#16019) 2022-10-04 18:33:51 -03:00
signature-request-siwe-message Add Sign-In with Ethereum (#14438) 2022-08-03 09:56:11 -05:00
signature-request-siwe-tag Sign-in With Ethereum Design Update (#16019) 2022-10-04 18:33:51 -03:00
index.js Add Sign-In with Ethereum (#14438) 2022-08-03 09:56:11 -05:00
index.scss Sign-in With Ethereum Design Update (#16019) 2022-10-04 18:33:51 -03:00
README.mdx Add Sign-In with Ethereum (#14438) 2022-08-03 09:56:11 -05:00
signature-request-siwe.js Sign-in With Ethereum Design Update (#16019) 2022-10-04 18:33:51 -03:00
signature-request-siwe.stories.js Add Sign-In with Ethereum (#14438) 2022-08-03 09:56:11 -05:00

import { Story, Canvas, ArgsTable } from '@storybook/addon-docs';

import SignatureRequestSIWE from '.';

# Signature Request SIWE

dApp requesting the user to Sign in with Ethereum.

<Canvas>
  <Story id="ui-components-app-signature-request-siwe-signature-request-siwe-stories-js--default-story" />
</Canvas>

## Component API

<ArgsTable of={SignatureRequestSIWE} />