1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/ui/components/app/signature-request
Frederik Bolding 64bfe6f307
Fix a bug where non-address types would be rendered as addresses in EIP-712 (#17846)
* Fix EIP-712 rendering logic

* Fix tests

* Fix tests and story

* Fix lint

* Fix import

* Fix stories
2023-02-27 17:32:51 +01:00
..
__snapshots__ Refactor ConfirmTransaction to Functional Component (#17473) 2023-02-08 18:00:25 +07:00
signature-request-data Fix a bug where non-address types would be rendered as addresses in EIP-712 (#17846) 2023-02-27 17:32:51 +01:00
signature-request-footer Use PageContainerFooter to render footer on all confirmation pages (#17316) 2023-01-23 20:52:12 +05:30
signature-request-header Added storybook check to CI (#17092) 2023-01-21 00:57:46 +05:30
signature-request-message Fix a bug where non-address types would be rendered as addresses in EIP-712 (#17846) 2023-02-27 17:32:51 +01:00
index.js remove the ui/app and ui/lib folders (#10911) 2021-04-28 14:53:59 -05:00
index.scss Open sea security provider warning message (#17662) 2023-02-23 08:38:09 -03:00
README.mdx Added storybook check to CI (#17092) 2023-01-21 00:57:46 +05:30
signature-request.component.js Display the address icon for the contract requesting spending cap instead of the dapp/url icon (#17858) 2023-02-23 15:54:04 +01:00
signature-request.component.test.js Open sea security provider warning message (#17662) 2023-02-23 08:38:09 -03:00
signature-request.constants.js remove the ui/app and ui/lib folders (#10911) 2021-04-28 14:53:59 -05:00
signature-request.container.js Display the address icon for the contract requesting spending cap instead of the dapp/url icon (#17858) 2023-02-23 15:54:04 +01:00
signature-request.container.test.js Added navigation between multiple sign prompts and reject all sign prompts (#17093) 2023-01-31 16:29:23 +01:00
signature-request.stories.js Added storybook check to CI (#17092) 2023-01-21 00:57:46 +05:30

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

import SignatureRequest from '.';

# Signature Request

dApp requesting a signature from the user.

<Canvas>
  <Story id="components-app-signaturerequest--default-story" />
</Canvas>

## Props

<ArgsTable of={SignatureRequest} />