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
Nidhi Kumari c5368c152b
Added storybook check to CI (#17092)
* added storybook test runner

* added test runner in ci

* updated test for ci and fixed lint error

* updated lavamoat policy

* updated test command

* updated playwright

* changed command to storybook;ci

* updated command

* updated instance for test-storybook

* updated playwright

* added playwright step

* replaced concurrently with start-server-and-test

* updated the static storybook directory

* replaced first with last

* updated lock file

* replaced first with last

* updated test-storybook with maxworkers

* updated .depchechrc

* updated yml

* removed id from banner base

* replaced broken stories with .stories-to-do.js extesnsion

* updated token allowance story

* removed duplicacies from yarn

* fixed lavamoat

* removed filename comment

* updated links for docs

* fixed file extension for stories

* updated path for stories.json

* updated stories.json path

* yarn updated

* updated stories

* updated yarn

* updated wait on
2023-01-21 00:57:46 +05:30
..
__snapshots__ Convert signature request component to tlr. (#17268) 2023-01-18 11:34:28 -08:00
signature-request-data Added storybook check to CI (#17092) 2023-01-21 00:57:46 +05:30
signature-request-footer Fix: multiple reject on the signature request screen (#16199) 2022-11-30 08:13:14 +01:00
signature-request-header Added storybook check to CI (#17092) 2023-01-21 00:57:46 +05:30
signature-request-message Added storybook check to CI (#17092) 2023-01-21 00:57:46 +05:30
index.js remove the ui/app and ui/lib folders (#10911) 2021-04-28 14:53:59 -05:00
index.scss Add user guidance on signature request screen (#16600) 2022-12-02 08:12:43 -06:00
README.mdx Added storybook check to CI (#17092) 2023-01-21 00:57:46 +05:30
signature-request.component.js Remove 'Verify contract details' link on Sig Req screen when 'verifyingContract' is absent (#17128) 2023-01-13 12:28:52 -07:00
signature-request.component.test.js Convert signature request component to tlr. (#17268) 2023-01-18 11:34:28 -08: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 Update signature request screens (#15776) 2022-11-30 19:11:36 +01:00
signature-request.container.test.js Remove 'Verify contract details' link on Sig Req screen when 'verifyingContract' is absent (#17128) 2023-01-13 12:28:52 -07: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} />