1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00
metamask-extension/ui/components/app/signature-request-original
Olaf Tomalka 95c37e1ba3
feat: add yaml feature management (#18125)
* feat: add yaml feature management

Add yaml feature file per build type.
Also add method to parse yaml and set
enabled features env to true. The build
process will then replace any process.env[feature]
that exists on the config by its value

* chore: add example for desktop

* Added initial draft of build features

* [TMP] Sync between computers

* Is able to succesfully build stable extension with snaps feature

* Removing var context from builds.yml

* Add asssets to builds.yml

* Minor bug fixes and removing debug logs

* [WIP] Test changes

* Removed TODOs

* Fix regession bug

Also
* remove debug logs
* merge Variables.set and Variables.setMany with an overload

* Fix build, lint and a bunch of issues

* Update LavaMoat policies

* Re-add desktop build type

* Fix some tests

* Fix desktop build

* Define some env variables used by MV3

* Fix lint

* Fix remove-fenced-code tests

* Fix README typo

* Move new code

* Fix missing asset copy

* Move Jest env setup

* Fix path for test after rebase

* Fix code fences

* Fix fencing and LavaMoat policies

* Fix MMI code-fencing after rebase

* Fix MMI code fencing after merge

* Fix more MMI code fencing

---------

Co-authored-by: cryptotavares <joao.tavares@consensys.net>
Co-authored-by: Frederik Bolding <frederik.bolding@gmail.com>
Co-authored-by: Brad Decker <bhdecker84@gmail.com>
2023-04-25 16:32:51 +02:00
..
__snapshots__ PermissionsConnectHeader: unlock SiteOrigin title (#18270) 2023-03-23 13:32:54 -03:00
signature-request-original-warning Fix/18492/update icon ts app folder (#18645) 2023-04-19 14:16:49 -07:00
index.js remove the ui/app and ui/lib folders (#10911) 2021-04-28 14:53:59 -05:00
index.scss Fix Signature Request scroll (#18305) 2023-03-23 16:04:24 -03:00
README.mdx Added storybook check to CI (#17092) 2023-01-21 00:57:46 +05:30
signature-request-original.component.js feat: add yaml feature management (#18125) 2023-04-25 16:32:51 +02:00
signature-request-original.container.js feat: add yaml feature management (#18125) 2023-04-25 16:32:51 +02:00
signature-request-original.stories.js [MMI] Adds a warning if message signing account mismatches selected account (#18659) 2023-04-25 12:47:12 +02:00
signature-request-original.test.js [MMI] Adds a warning if message signing account mismatches selected account (#18659) 2023-04-25 12:47:12 +02:00

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

import SignatureRequestOriginal from '.';

# Signature Request

dApp requesting a signature from the user. This component appears for eth_signTypedData signatures are not v3 or v4. For other signatures, please see SignatureRequest.

<Canvas>
  <Story id="components-app-signaturerequestoriginal--default-story" />
</Canvas>

## Props

<ArgsTable of={SignatureRequestOriginal} />