From 0311f2d28c60fb82141dee471c19ad085930f8cc Mon Sep 17 00:00:00 2001 From: Mark O'Sullivan Date: Fri, 5 Jul 2019 14:54:30 +0200 Subject: 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 --- docs/components/account-menu.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 docs/components/account-menu.md (limited to 'docs') 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 + + + + -- cgit