A Metamask fork with Infura removed and default networks editable
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
ciphermask/ui/components/app/signature-request
Filip Sekulic c87a4f5968
Replace the address in SignTypedData_v4 signatures with a 'Verify contract details' link (#16191)
2 years ago
..
signature-request-data Replaced addresses by the address component on SignTypedData v4 signatures (#16018) 2 years ago
signature-request-footer fix issue where signing a message sometimes doesn't allow you to scroll to the bottom (#15788) 2 years ago
signature-request-header Dark Mode: Remove grays (#14175) 3 years ago
signature-request-message Replaced addresses by the address component on SignTypedData v4 signatures (#16018) 2 years ago
README.mdx Updated all instances of "Component API" to "Props" in storybook documentation (#15324) 2 years ago
index.js remove the ui/app and ui/lib folders (#10911) 4 years ago
index.scss Replace the address in SignTypedData_v4 signatures with a 'Verify contract details' link (#16191) 2 years ago
signature-request.component.js Replace the address in SignTypedData_v4 signatures with a 'Verify contract details' link (#16191) 2 years ago
signature-request.component.test.js Unit test proptype (#14868) 3 years ago
signature-request.constants.js remove the ui/app and ui/lib folders (#10911) 4 years ago
signature-request.container.js Replace the address in SignTypedData_v4 signatures with a 'Verify contract details' link (#16191) 2 years ago
signature-request.container.test.js Replaced addresses by the address component on SignTypedData v4 signatures (#16018) 2 years ago
signature-request.stories.js Storybook: Fix SignatureRequest component (#14706) 3 years ago

README.mdx

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

import SignatureRequest from '.';

# Signature Request

dApp requesting a signature from the user.

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

## Props

<ArgsTable of={SignatureRequest} />