aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark O'Sullivan <mos182@hotmail.co.uk>2019-07-05 20:54:30 +0800
committerDan J Miller <danjm.com@gmail.com>2019-07-05 20:54:30 +0800
commit0311f2d28c60fb82141dee471c19ad085930f8cc (patch)
treea899be7da1c18eb7607261b1ad5e62eeeb7ff891
parentec40b2a32526a8e28b007905c1ba63395c1042b6 (diff)
downloadtangerine-wallet-browser-0311f2d28c60fb82141dee471c19ad085930f8cc.tar.gz
tangerine-wallet-browser-0311f2d28c60fb82141dee471c19ad085930f8cc.tar.zst
tangerine-wallet-browser-0311f2d28c60fb82141dee471c19ad085930f8cc.zip
Added visual documentation of the account menu component (#6775)
* Added visual documentation of the menu bar component * updated CHANGELOG.md * renamed to account menu which is the component highlighted in the screenshot * updated contributions document
-rw-r--r--CHANGELOG.md1
-rw-r--r--docs/components/account-menu.md20
2 files changed, 21 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6960385ba..8b7b6b433 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -14,6 +14,7 @@
- [#6714](https://github.com/MetaMask/metamask-extension/pull/6714): Wrap smaller custom block explorer url text
- [#6706](https://github.com/MetaMask/metamask-extension/pull/6706): Pin ethereumjs-tx
- [#6700](https://github.com/MetaMask/metamask-extension/pull/6700): Fix styles on 'import account' page, update help link
+- [#6775](https://github.com/MetaMask/metamask-extension/pull/6775): Started adding visual documentation of MetaMask plugin components with the account menu component first
## 6.6.2 Fri Jun 07 2019
diff --git a/docs/components/account-menu.md b/docs/components/account-menu.md
new file mode 100644
index 000000000..464616b75
--- /dev/null
+++ b/docs/components/account-menu.md
@@ -0,0 +1,20 @@
+# Account Menu
+
+The account menu is the popup menu which contains options such as:
+ - Logging out
+ - Switching accounts
+ - Creating a new account
+ - Importing an account
+ - Connecting a HW wallet
+ - Looking up info & help
+ - Adjusting settings
+
+ It can be seen below where it has been outlined with a red box
+
+ ![Screenshot of account menu](https://i.imgur.com/xpkfIuR.png)
+
+ Above screenshot showing the menu bar in MetaMask 6.7.1
+
+
+
+