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
George Marshall 5592687df1
Updating design tokens package and shadow values with new tokens (#15264)
2 years ago
..
signature-request-footer Sign button is enabled after scrolling all the way to the bottom (#14745) 3 years ago
signature-request-header Dark Mode: Remove grays (#14175) 3 years ago
signature-request-message Sign button is enabled after scrolling all the way to the bottom (#14745) 3 years ago
README.mdx Fix signature-request for new Storybook format (#12755) 3 years ago
index.js remove the ui/app and ui/lib folders (#10911) 4 years ago
index.scss Updating design tokens package and shadow values with new tokens (#15264) 2 years ago
signature-request.component.js Enhance reusable SiteOrigin component (#14720) 3 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 Reject popup confirmations on close (#12643) 3 years ago
signature-request.container.test.js Unit test proptype (#14868) 3 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>

## Component API

<ArgsTable of={SignatureRequest} />