1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00
metamask-extension/docs
Mark Stacey 0d61f78379
Remove unused PersistentForm (#7770)
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).
2020-01-10 11:55:27 -04:00
..
components Added visual documentation of the account menu component (#6775) 2019-07-05 10:24:30 -02:30
extension_description Add extension store description for easy reference 2016-10-05 11:10:04 -07:00
add-to-chrome.md Update add-to-chrome.md 2018-03-17 20:33:20 +00:00
add-to-firefox.md Rename add-to-firef.md to add-to-firefox.md 2017-09-11 22:53:33 -07:00
adding-new-networks.md Folder restructure (#6304) 2019-03-21 20:33:30 -02:30
architecture.png Rename accountManager usages (#6790) 2019-07-10 16:31:48 -02:30
bumping_version.md Switch from npm to yarn (#6843) 2019-07-30 15:36:23 -03:00
creating-metrics-events.md MetaMetrics documentation (#6624) 2019-05-20 15:02:26 -02:30
design-system.md add link to design system 2019-04-24 16:30:50 -07:00
developing-on-deps.md Switch from npm to yarn (#6843) 2019-07-30 15:36:23 -03:00
limited_site_access.md Added Chrome limited site access solution doc (#6422) 2019-04-10 22:56:47 -02:30
multi_vault_planning.md Add to doc 2016-10-11 15:06:09 -07:00
porting_to_new_environment.md Merge pull request #7705 from luckyyang/patch-1 2019-12-16 13:55:31 -08:00
publishing.md Switch from npm to yarn (#6843) 2019-07-30 15:36:23 -03:00
QA_Guide.md Update QA_Guide.md 2018-04-05 16:15:55 -07:00
README.md Remove outdated development tools and documentation (#6845) 2019-07-15 14:24:37 -03:00
secret-preferences.md Enable mobile sync (#6332) 2019-03-21 12:43:10 -07:00
send-screen-QA-checklist.md Adds description to send-screen-QA-checklist.md 2018-05-16 12:45:06 -02:30
sensitive-release.md Update publishing doc to reflect automation (#6899) 2019-07-30 10:53:04 -02:30
state_dump.md Fix typos (#5471) 2018-10-09 09:29:51 -02:30
team.md Fix spelling typo 2018-04-16 15:08:43 -07:00
transaction-flow.png Revert "[ImgBot] Optimize images" (#7027) 2019-08-16 12:32:02 -02:30
translating-guide.md Fix typos (#5471) 2018-10-09 09:29:51 -02:30
trezor-emulator.md added TREZOR simulator instructions 2018-07-13 20:31:40 -04:00
video_script.txt Updated script for what I recorded. 2016-07-11 12:06:58 -07:00

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.