1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 11:22:43 +02:00
metamask-extension/docs/confirmation-refactoring
George Marshall 006d90fee7
Deprecate JS version of Box in favor of TS version (#19530)
* Initail deprecation messages and updates

* Updating spelling of favour to US spelling favor
2023-06-08 13:37:09 -07:00
..
confirmation-backend-architecture Deprecate JS version of Box in favor of TS version (#19530) 2023-06-08 13:37:09 -07:00
confirmation-page-structure Adding documentation for confirmation code cleanup (#17975) 2023-04-18 22:31:45 +05:30
confirmation-pages-routing Adding documentation for confirmation code cleanup (#17975) 2023-04-18 22:31:45 +05:30
confirmation-state-management Adding documentation for confirmation code cleanup (#17975) 2023-04-18 22:31:45 +05:30
signature-request Adding documentation for confirmation code cleanup (#17975) 2023-04-18 22:31:45 +05:30
README.md Adding documentation for confirmation code cleanup (#17975) 2023-04-18 22:31:45 +05:30

Confirmation Pages Refactoring

The following pages document the ongoing refactoring efforts of confirmation pages. They describe the current (2023) code and proposed changes.

  1. Signature Request Pages

  2. Confirmation Pages Routing

  3. Confirmation Page Structure

  4. Confirmation State Management

  5. Confirmation Backend Architecture