diff --git a/devuser_guide/content/docs/chat/input_box.md b/devuser_guide/content/docs/chat/input_box.md index 1a90e213e3..e0261f77e5 100644 --- a/devuser_guide/content/docs/chat/input_box.md +++ b/devuser_guide/content/docs/chat/input_box.md @@ -12,10 +12,16 @@ menu: toc: true --- -#### mentions -#### Emojis -#### code tags -#### markdown -#### Text Formatter -#### Sending file attachments -#### special commands (e.g /shrug) +## mentions + +## Emojis + +## code tags + +## markdown + +## Text Formatter + +## Sending file attachments + +## special commands (e.g /shrug) diff --git a/devuser_guide/content/docs/wallet/account_list.md b/devuser_guide/content/docs/wallet/account_list.md deleted file mode 100644 index 996a0c1f8a..0000000000 --- a/devuser_guide/content/docs/wallet/account_list.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title : "Accounts List" -description: "" -lead: "" -date: 2020-10-06T08:48:23+00:00 -lastmod: 2020-10-06T08:48:23+00:00 -draft: false -images: [] -menu: - docs: - parent: "wallet" -toc: true ---- - diff --git a/devuser_guide/content/docs/wallet/adding_accounts.md b/devuser_guide/content/docs/wallet/adding_accounts.md index 1ad0fee719..d22859987f 100644 --- a/devuser_guide/content/docs/wallet/adding_accounts.md +++ b/devuser_guide/content/docs/wallet/adding_accounts.md @@ -12,7 +12,29 @@ menu: toc: true --- -## Generating an account -## Adding a watch only address -## Adding an account using a seed phrase -## Adding an account using a private key +## Adding an Account +![url_bar](/images/wallet/add_account.png) + +### Generating an account + +![url_bar](/images/wallet/add_account2.png) + +![url_bar](/images/wallet/generate_account_modal.png) + +### Adding a watch only address + +![url_bar](/images/wallet/add_account3.png) + +![url_bar](/images/wallet/add_watch_only_modal.png) + +### Adding an account using a seed phrase + +![url_bar](/images/wallet/add_account4.png) + +![url_bar](/images/wallet/seed_phrase_modal.png) + +### Adding an account using a private key + +![url_bar](/images/wallet/add_account5.png) + +![url_bar](/images/wallet/private_key_modal.png) diff --git a/devuser_guide/content/docs/wallet/general.md b/devuser_guide/content/docs/wallet/general.md new file mode 100644 index 0000000000..0bf5091145 --- /dev/null +++ b/devuser_guide/content/docs/wallet/general.md @@ -0,0 +1,34 @@ +--- +title : "Other" +description: "" +lead: "" +date: 2020-10-06T08:48:23+00:00 +lastmod: 2020-10-06T08:48:23+00:00 +draft: false +images: [] +menu: + docs: + parent: "wallet" +toc: true +--- + +## Account List + +![url_bar](/images/wallet/account_list.png) + +## Signing Phrase + +![url_bar](/images/wallet/signing_phrase_modal.png) +## Backup seed phrase + +![url_bar](/images/wallet/backup_seed_phrase.png) + +![url_bar](/images/wallet/backup_modal.png) + +![url_bar](/images/wallet/backup_modal2.png) + +![url_bar](/images/wallet/backup_modal3.png) + +![url_bar](/images/wallet/backup_modal4.png) + +![url_bar](/images/wallet/backup_modal5.png) diff --git a/devuser_guide/content/docs/wallet/receiving_funds.md b/devuser_guide/content/docs/wallet/receiving_funds.md index 9c1a0e4724..24236e5081 100644 --- a/devuser_guide/content/docs/wallet/receiving_funds.md +++ b/devuser_guide/content/docs/wallet/receiving_funds.md @@ -12,3 +12,11 @@ menu: toc: true --- +## receiving funds on an account + +![url_bar](/images/wallet/actions_receive.png) + +![url_bar](/images/wallet/receive_modal.png) + +![url_bar](/images/wallet/receive_modal2.png) + diff --git a/devuser_guide/content/docs/wallet/sending_funds.md b/devuser_guide/content/docs/wallet/sending_funds.md index e53b5222be..5e5c67b5fa 100644 --- a/devuser_guide/content/docs/wallet/sending_funds.md +++ b/devuser_guide/content/docs/wallet/sending_funds.md @@ -12,5 +12,16 @@ menu: toc: true --- +## Sending funds + +![url_bar](/images/wallet/actions_send.png) + ## Choosing Recipient + +![url_bar](/images/wallet/send_modal.png) + ## Choosing Amounts, Token, gas values + +![url_bar](/images/wallet/send_modal2.png) +![url_bar](/images/wallet/send_modal3.png) +![url_bar](/images/wallet/send_modal4.png) diff --git a/devuser_guide/content/docs/wallet/wallet_settings.md b/devuser_guide/content/docs/wallet/wallet_settings.md index 169fd0719f..c786c0b90d 100644 --- a/devuser_guide/content/docs/wallet/wallet_settings.md +++ b/devuser_guide/content/docs/wallet/wallet_settings.md @@ -13,7 +13,29 @@ toc: true --- ## Changing currency + +![url_bar](/images/wallet/context_menu_currency.png) + +![url_bar](/images/wallet/currency_modal.png) + ## Managing Tokens + +![url_bar](/images/wallet/context_menu_assets.png) + +### Searching for a token + +![url_bar](/images/wallet/filter_assets.png) + ### Enabling Tokens + +![url_bar](/images/wallet/select_tokens.png) + ### Disabling Tokens -### Add custom Tokens + +![url_bar](/images/wallet/select_tokens.png) + +### Adding custom Tokens + +![url_bar](/images/wallet/add_custom_token.png) + +![url_bar](/images/wallet/assets_list.png) diff --git a/devuser_guide/static/images/wallet/account_list.png b/devuser_guide/static/images/wallet/account_list.png new file mode 100644 index 0000000000..825d30474b Binary files /dev/null and b/devuser_guide/static/images/wallet/account_list.png differ diff --git a/devuser_guide/static/images/wallet/actions_receive.png b/devuser_guide/static/images/wallet/actions_receive.png new file mode 100644 index 0000000000..f144ec56df Binary files /dev/null and b/devuser_guide/static/images/wallet/actions_receive.png differ diff --git a/devuser_guide/static/images/wallet/actions_send.png b/devuser_guide/static/images/wallet/actions_send.png new file mode 100644 index 0000000000..7e6d11396c Binary files /dev/null and b/devuser_guide/static/images/wallet/actions_send.png differ diff --git a/devuser_guide/static/images/wallet/add_account.png b/devuser_guide/static/images/wallet/add_account.png new file mode 100644 index 0000000000..b473ec4dab Binary files /dev/null and b/devuser_guide/static/images/wallet/add_account.png differ diff --git a/devuser_guide/static/images/wallet/add_account2.png b/devuser_guide/static/images/wallet/add_account2.png new file mode 100644 index 0000000000..b9c6efc390 Binary files /dev/null and b/devuser_guide/static/images/wallet/add_account2.png differ diff --git a/devuser_guide/static/images/wallet/add_account3.png b/devuser_guide/static/images/wallet/add_account3.png new file mode 100644 index 0000000000..73e048b3e0 Binary files /dev/null and b/devuser_guide/static/images/wallet/add_account3.png differ diff --git a/devuser_guide/static/images/wallet/add_account4.png b/devuser_guide/static/images/wallet/add_account4.png new file mode 100644 index 0000000000..4b57b3d483 Binary files /dev/null and b/devuser_guide/static/images/wallet/add_account4.png differ diff --git a/devuser_guide/static/images/wallet/add_account5.png b/devuser_guide/static/images/wallet/add_account5.png new file mode 100644 index 0000000000..d7f55922d3 Binary files /dev/null and b/devuser_guide/static/images/wallet/add_account5.png differ diff --git a/devuser_guide/static/images/wallet/add_custom_token.png b/devuser_guide/static/images/wallet/add_custom_token.png new file mode 100644 index 0000000000..259e60e716 Binary files /dev/null and b/devuser_guide/static/images/wallet/add_custom_token.png differ diff --git a/devuser_guide/static/images/wallet/add_watch_only_modal.png b/devuser_guide/static/images/wallet/add_watch_only_modal.png new file mode 100644 index 0000000000..6e05cd6f39 Binary files /dev/null and b/devuser_guide/static/images/wallet/add_watch_only_modal.png differ diff --git a/devuser_guide/static/images/wallet/backup_modal.png b/devuser_guide/static/images/wallet/backup_modal.png new file mode 100644 index 0000000000..d42f63e9c5 Binary files /dev/null and b/devuser_guide/static/images/wallet/backup_modal.png differ diff --git a/devuser_guide/static/images/wallet/backup_modal2.png b/devuser_guide/static/images/wallet/backup_modal2.png new file mode 100644 index 0000000000..cf3e4739f1 Binary files /dev/null and b/devuser_guide/static/images/wallet/backup_modal2.png differ diff --git a/devuser_guide/static/images/wallet/backup_modal3.png b/devuser_guide/static/images/wallet/backup_modal3.png new file mode 100644 index 0000000000..64e430d7cb Binary files /dev/null and b/devuser_guide/static/images/wallet/backup_modal3.png differ diff --git a/devuser_guide/static/images/wallet/backup_modal4.png b/devuser_guide/static/images/wallet/backup_modal4.png new file mode 100644 index 0000000000..97f5b87cb3 Binary files /dev/null and b/devuser_guide/static/images/wallet/backup_modal4.png differ diff --git a/devuser_guide/static/images/wallet/backup_modal5.png b/devuser_guide/static/images/wallet/backup_modal5.png new file mode 100644 index 0000000000..9d02d8fcc5 Binary files /dev/null and b/devuser_guide/static/images/wallet/backup_modal5.png differ diff --git a/devuser_guide/static/images/wallet/backup_seed_phrase.png b/devuser_guide/static/images/wallet/backup_seed_phrase.png new file mode 100644 index 0000000000..48cfea0045 Binary files /dev/null and b/devuser_guide/static/images/wallet/backup_seed_phrase.png differ diff --git a/devuser_guide/static/images/wallet/context_menu_assets.png b/devuser_guide/static/images/wallet/context_menu_assets.png new file mode 100644 index 0000000000..44266c11e3 Binary files /dev/null and b/devuser_guide/static/images/wallet/context_menu_assets.png differ diff --git a/devuser_guide/static/images/wallet/context_menu_currency.png b/devuser_guide/static/images/wallet/context_menu_currency.png new file mode 100644 index 0000000000..c3c7577aa2 Binary files /dev/null and b/devuser_guide/static/images/wallet/context_menu_currency.png differ diff --git a/devuser_guide/static/images/wallet/currency_modal.png b/devuser_guide/static/images/wallet/currency_modal.png new file mode 100644 index 0000000000..4f42bcb8f9 Binary files /dev/null and b/devuser_guide/static/images/wallet/currency_modal.png differ diff --git a/devuser_guide/static/images/wallet/filter_assets.png b/devuser_guide/static/images/wallet/filter_assets.png new file mode 100644 index 0000000000..473a385561 Binary files /dev/null and b/devuser_guide/static/images/wallet/filter_assets.png differ diff --git a/devuser_guide/static/images/wallet/generate_account_modal.png b/devuser_guide/static/images/wallet/generate_account_modal.png new file mode 100644 index 0000000000..881bc91c13 Binary files /dev/null and b/devuser_guide/static/images/wallet/generate_account_modal.png differ diff --git a/devuser_guide/static/images/wallet/private_key_modal.png b/devuser_guide/static/images/wallet/private_key_modal.png new file mode 100644 index 0000000000..48e33f8fe8 Binary files /dev/null and b/devuser_guide/static/images/wallet/private_key_modal.png differ diff --git a/devuser_guide/static/images/wallet/receive_modal.png b/devuser_guide/static/images/wallet/receive_modal.png new file mode 100644 index 0000000000..58c787f0b9 Binary files /dev/null and b/devuser_guide/static/images/wallet/receive_modal.png differ diff --git a/devuser_guide/static/images/wallet/receive_modal2.png b/devuser_guide/static/images/wallet/receive_modal2.png new file mode 100644 index 0000000000..00c3543d73 Binary files /dev/null and b/devuser_guide/static/images/wallet/receive_modal2.png differ diff --git a/devuser_guide/static/images/wallet/seed_phrase_modal.png b/devuser_guide/static/images/wallet/seed_phrase_modal.png new file mode 100644 index 0000000000..b9e5f2f6dc Binary files /dev/null and b/devuser_guide/static/images/wallet/seed_phrase_modal.png differ diff --git a/devuser_guide/static/images/wallet/select_tokens.png b/devuser_guide/static/images/wallet/select_tokens.png new file mode 100644 index 0000000000..218dd98a95 Binary files /dev/null and b/devuser_guide/static/images/wallet/select_tokens.png differ diff --git a/devuser_guide/static/images/wallet/send_modal.png b/devuser_guide/static/images/wallet/send_modal.png new file mode 100644 index 0000000000..27c81b9b11 Binary files /dev/null and b/devuser_guide/static/images/wallet/send_modal.png differ diff --git a/devuser_guide/static/images/wallet/send_modal2.png b/devuser_guide/static/images/wallet/send_modal2.png new file mode 100644 index 0000000000..8e96cb9b7d Binary files /dev/null and b/devuser_guide/static/images/wallet/send_modal2.png differ diff --git a/devuser_guide/static/images/wallet/send_modal3.png b/devuser_guide/static/images/wallet/send_modal3.png new file mode 100644 index 0000000000..67a4219c9a Binary files /dev/null and b/devuser_guide/static/images/wallet/send_modal3.png differ diff --git a/devuser_guide/static/images/wallet/send_modal4.png b/devuser_guide/static/images/wallet/send_modal4.png new file mode 100644 index 0000000000..a265e615f0 Binary files /dev/null and b/devuser_guide/static/images/wallet/send_modal4.png differ diff --git a/devuser_guide/static/images/wallet/signing_phrase_modal.png b/devuser_guide/static/images/wallet/signing_phrase_modal.png new file mode 100644 index 0000000000..45230a6b0c Binary files /dev/null and b/devuser_guide/static/images/wallet/signing_phrase_modal.png differ