mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 01:47:00 +01:00
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
This commit is contained in:
parent
ec40b2a325
commit
0311f2d28c
@ -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
|
||||
|
||||
|
20
docs/components/account-menu.md
Normal file
20
docs/components/account-menu.md
Normal file
@ -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
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user