mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
0d61f78379
This component used to persist form contents to LocalStorage. This was especially useful for the popup UI, as each time the mouse left the popup, the UI was completely torn down and state was lost. This component was only being referenced by one form, and it wasn't even being used there (e.g. no fields were labelled appropriately to be persisted). This was a useful component, and it seems this feature was lost somewhere in the past couple of years. It was tempting to re-instate it rather than delete it, but I decided not to because I'd likely approach the problem differently if we wanted to reinstate it again today (maybe by using a React Hook, or storing the state in Redux and persisting a subset of the Redux store instead). |
||
---|---|---|
.. | ||
components | ||
extension_description | ||
add-to-chrome.md | ||
add-to-firefox.md | ||
adding-new-networks.md | ||
architecture.png | ||
bumping_version.md | ||
creating-metrics-events.md | ||
design-system.md | ||
developing-on-deps.md | ||
limited_site_access.md | ||
multi_vault_planning.md | ||
porting_to_new_environment.md | ||
publishing.md | ||
QA_Guide.md | ||
README.md | ||
secret-preferences.md | ||
send-screen-QA-checklist.md | ||
sensitive-release.md | ||
state_dump.md | ||
team.md | ||
transaction-flow.png | ||
translating-guide.md | ||
trezor-emulator.md | ||
video_script.txt |
Documentation
These docs relate to how to contribute to the MetaMask project itself.
You can find the latest version of MetaMask on our official website.
For help using MetaMask, visit our User Support Site.
For up to the minute news, follow our Twitter or Medium pages.
To learn how to develop MetaMask-compatible applications, visit our Developer Docs.
- How to add custom build to Chrome
- How to add custom build to Firefox
- Publishing Guide
- How to live reload on local dependency changes
- How to add new networks to the Provider Menu
- How to port MetaMask to a new platform
- How to generate a visualization of this repository's development
- How to add a feature behind a secret feature flag