1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 09:57:02 +01:00
metamask-extension/ui/components/app/signature-request
Brad Decker 64aef2a1c9
split advancedGasFee by network and erase previous options (#20576)
* Split out advanced gas fees by network and delete old values

* use arrow functions in preferences test

* changes

* added back priorityFeeProperCase to en messages

* update types

* remove case change
2023-08-26 17:58:26 -07:00
..
__snapshots__ fix/TagUrl to TS (#20519) 2023-08-18 17:59:02 -07:00
signature-request-data Updating SignatureRequestData components (#19994) 2023-07-24 13:40:41 -07: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 split advancedGasFee by network and erase previous options (#20576) 2023-08-26 17:58:26 -07:00
signature-request-message Update Text import paths: /app (#20083) 2023-07-19 15:32:35 -07:00
index.js Signature-Request refactor (#19104) 2023-07-20 18:51:38 +01:00
index.scss Signature-Request refactor (#19104) 2023-07-20 18:51:38 +01:00
README.mdx Added storybook check to CI (#17092) 2023-01-21 00:57:46 +05:30
signature-request.js Removed code fences that were causing to not being able to sign correctly (#20560) 2023-08-23 13:58:58 +02:00
signature-request.stories.js Signature-Request refactor (#19104) 2023-07-20 18:51:38 +01:00
signature-request.test.js Confirmation page alerts (#20125) 2023-08-03 16:24:54 +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} />