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
Archana Sankaranarayanan 575cedf2aa
Shows the sign and cancel button fully in signature page (#13686)
3 years ago
..
signature-request-footer Ensure sign message button is only enabled on scroll (#13645) 3 years ago
signature-request-header Dark Mode Part 1: Switch to Using CSS Variables (#13147) 3 years ago
signature-request-message Shows the sign and cancel button fully in signature page (#13686) 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 Using design system breakpoint values across ui/ 3 years ago
signature-request.component.js Ensure sign message button is only enabled on scroll (#13645) 3 years ago
signature-request.component.test.js "eth_signTypedData" presents fields that do not appear in 'types' filed (#12905) 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 UX Papercuts Epic: Create a consistent representation of the Buttons (#12096) 3 years ago
signature-request.stories.js Fix signature-request for new Storybook format (#12755) 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} />