From ac339767f05a7580849b4f964c9290a712487465 Mon Sep 17 00:00:00 2001 From: Belen Date: Sat, 15 Jan 2022 13:00:14 +0000 Subject: Deposit feature in web extension new iteration * The "last activity" tab is now "pending activity" * The exchange URI has been added to the KYC screen * The deposit screen now displays the balance * The deposit fields now add the fee to the deposit amount * The deposit screen provides an "up to" amount that sets the amount the maximum deposit * The design includes an error message when the deposit amount is too high * The design includes an "enter URI" action Signed-off-by: Belen --- .../wallet_backup/feedback_on_iteration2.txt | 49 +++++++++++++++++++++ .../10_zero_balance_multiple_currencies_popup.png | Bin 22303 -> 0 bytes .../11_deposit_amount_empty.png | Bin 29303 -> 0 bytes .../12_deposit_amount_filled.png | Bin 29961 -> 0 bytes .../deposit_screens_png/13_deposit_completed.png | Bin 48599 -> 0 bytes .../14_deposit_triggers_KYC.png | Bin 53418 -> 0 bytes .../15_transaction_tab_KYC_pending.png | Bin 51691 -> 0 bytes .../1_balance_multiple_currencies_popup.png | Bin 24899 -> 0 bytes .../2_deposit_split_button_options.png | Bin 30295 -> 0 bytes .../3_balance_multiple_currencies_tab.png | Bin 44388 -> 0 bytes .../deposit_screens_png/4_currency_dropdown.png | Bin 41061 -> 0 bytes .../5_balance_single_currency_popup.png | Bin 19049 -> 0 bytes .../6_balance_single_currency_tab.png | Bin 44025 -> 0 bytes .../deposit_screens_png/7_no_balance_popup.png | Bin 21825 -> 0 bytes .../deposit_screens_png/8_no_balance_tab.png | Bin 24574 -> 0 bytes .../9_zero_balance_multiple_currencies_tab.png | Bin 43276 -> 0 bytes .../10_zero_balance_multiple_currencies_popup.png | Bin 0 -> 22303 bytes .../11_deposit_amount_empty.png | Bin 0 -> 29303 bytes .../12_deposit_amount_filled.png | Bin 0 -> 29961 bytes .../13_deposit_completed.png | Bin 0 -> 48599 bytes .../14_deposit_triggers_KYC.png | Bin 0 -> 53418 bytes .../15_transaction_tab_KYC_pending.png | Bin 0 -> 51691 bytes .../1_balance_multiple_currencies_popup.png | Bin 0 -> 24899 bytes .../2_deposit_split_button_options.png | Bin 0 -> 30295 bytes .../3_balance_multiple_currencies_tab.png | Bin 0 -> 44388 bytes .../deposit_screens_png_v1/4_currency_dropdown.png | Bin 0 -> 41061 bytes .../5_balance_single_currency_popup.png | Bin 0 -> 19049 bytes .../6_balance_single_currency_tab.png | Bin 0 -> 44025 bytes .../deposit_screens_png_v1/7_no_balance_popup.png | Bin 0 -> 21825 bytes .../deposit_screens_png_v1/8_no_balance_tab.png | Bin 0 -> 24574 bytes .../9_zero_balance_multiple_currencies_tab.png | Bin 0 -> 43276 bytes .../1.2_deposit_dropdown_popup.png | Bin 0 -> 30543 bytes .../deposit_screens_png_v2/1.3_enter_uri_popup.png | Bin 0 -> 25620 bytes .../10_single_currency_popup.png | Bin 0 -> 18942 bytes .../11_single_currency_tab.png | Bin 0 -> 45587 bytes .../deposit_screens_png_v2/12_no_balance_popup.png | Bin 0 -> 22536 bytes .../deposit_screens_png_v2/13_no_balance_tab.png | Bin 0 -> 25217 bytes .../14_zero_balance_for_one_currency_tab.png | Bin 0 -> 44808 bytes .../15_zero_balance_for_all_currencies_popup.png | Bin 0 -> 22469 bytes .../deposit_screens_png_v2/1_popup.png | Bin 0 -> 24820 bytes .../2.1_currency_dropdown.png | Bin 0 -> 42392 bytes .../2.2_testkudos_transaction_list.png | Bin 0 -> 46675 bytes .../2.3_enter_uri_full_page.png | Bin 0 -> 50065 bytes .../2_transaction_list_tab_multiple_currencies.png | Bin 0 -> 45955 bytes .../3.1_deposit_maximum_set.png | Bin 0 -> 32800 bytes .../3.2_deposit_amount_filled.png | Bin 0 -> 32560 bytes .../deposit_screens_png_v2/3.3_amount_too_high.png | Bin 0 -> 36972 bytes .../deposit_screens_png_v2/3_deposit.png | Bin 0 -> 31935 bytes .../deposit_screens_png_v2/4_deposit_completed.png | Bin 0 -> 50179 bytes .../deposit_screens_png_v2/6_KYC_triggered.png | Bin 0 -> 54208 bytes .../deposit_screens_png_v2/7_KYC_pending.png | Bin 0 -> 52944 bytes .../deposit_videos/deposit_v4.webm | Bin 0 -> 5231990 bytes 52 files changed, 49 insertions(+) create mode 100644 anastasis_integration_wallet/backup/wallet_backup/feedback_on_iteration2.txt delete mode 100644 web_extension_deposit_feature/deposit_screens_png/10_zero_balance_multiple_currencies_popup.png delete mode 100644 web_extension_deposit_feature/deposit_screens_png/11_deposit_amount_empty.png delete mode 100644 web_extension_deposit_feature/deposit_screens_png/12_deposit_amount_filled.png delete mode 100644 web_extension_deposit_feature/deposit_screens_png/13_deposit_completed.png delete mode 100644 web_extension_deposit_feature/deposit_screens_png/14_deposit_triggers_KYC.png delete mode 100644 web_extension_deposit_feature/deposit_screens_png/15_transaction_tab_KYC_pending.png delete mode 100644 web_extension_deposit_feature/deposit_screens_png/1_balance_multiple_currencies_popup.png delete mode 100644 web_extension_deposit_feature/deposit_screens_png/2_deposit_split_button_options.png delete mode 100644 web_extension_deposit_feature/deposit_screens_png/3_balance_multiple_currencies_tab.png delete mode 100644 web_extension_deposit_feature/deposit_screens_png/4_currency_dropdown.png delete mode 100644 web_extension_deposit_feature/deposit_screens_png/5_balance_single_currency_popup.png delete mode 100644 web_extension_deposit_feature/deposit_screens_png/6_balance_single_currency_tab.png delete mode 100644 web_extension_deposit_feature/deposit_screens_png/7_no_balance_popup.png delete mode 100644 web_extension_deposit_feature/deposit_screens_png/8_no_balance_tab.png delete mode 100644 web_extension_deposit_feature/deposit_screens_png/9_zero_balance_multiple_currencies_tab.png create mode 100644 web_extension_deposit_feature/deposit_screens_png_v1/10_zero_balance_multiple_currencies_popup.png create mode 100644 web_extension_deposit_feature/deposit_screens_png_v1/11_deposit_amount_empty.png create mode 100644 web_extension_deposit_feature/deposit_screens_png_v1/12_deposit_amount_filled.png create mode 100644 web_extension_deposit_feature/deposit_screens_png_v1/13_deposit_completed.png create mode 100644 web_extension_deposit_feature/deposit_screens_png_v1/14_deposit_triggers_KYC.png create mode 100644 web_extension_deposit_feature/deposit_screens_png_v1/15_transaction_tab_KYC_pending.png create mode 100644 web_extension_deposit_feature/deposit_screens_png_v1/1_balance_multiple_currencies_popup.png create mode 100644 web_extension_deposit_feature/deposit_screens_png_v1/2_deposit_split_button_options.png create mode 100644 web_extension_deposit_feature/deposit_screens_png_v1/3_balance_multiple_currencies_tab.png create mode 100644 web_extension_deposit_feature/deposit_screens_png_v1/4_currency_dropdown.png create mode 100644 web_extension_deposit_feature/deposit_screens_png_v1/5_balance_single_currency_popup.png create mode 100644 web_extension_deposit_feature/deposit_screens_png_v1/6_balance_single_currency_tab.png create mode 100644 web_extension_deposit_feature/deposit_screens_png_v1/7_no_balance_popup.png create mode 100644 web_extension_deposit_feature/deposit_screens_png_v1/8_no_balance_tab.png create mode 100644 web_extension_deposit_feature/deposit_screens_png_v1/9_zero_balance_multiple_currencies_tab.png create mode 100644 web_extension_deposit_feature/deposit_screens_png_v2/1.2_deposit_dropdown_popup.png create mode 100644 web_extension_deposit_feature/deposit_screens_png_v2/1.3_enter_uri_popup.png create mode 100644 web_extension_deposit_feature/deposit_screens_png_v2/10_single_currency_popup.png create mode 100644 web_extension_deposit_feature/deposit_screens_png_v2/11_single_currency_tab.png create mode 100644 web_extension_deposit_feature/deposit_screens_png_v2/12_no_balance_popup.png create mode 100644 web_extension_deposit_feature/deposit_screens_png_v2/13_no_balance_tab.png create mode 100644 web_extension_deposit_feature/deposit_screens_png_v2/14_zero_balance_for_one_currency_tab.png create mode 100644 web_extension_deposit_feature/deposit_screens_png_v2/15_zero_balance_for_all_currencies_popup.png create mode 100644 web_extension_deposit_feature/deposit_screens_png_v2/1_popup.png create mode 100644 web_extension_deposit_feature/deposit_screens_png_v2/2.1_currency_dropdown.png create mode 100644 web_extension_deposit_feature/deposit_screens_png_v2/2.2_testkudos_transaction_list.png create mode 100644 web_extension_deposit_feature/deposit_screens_png_v2/2.3_enter_uri_full_page.png create mode 100644 web_extension_deposit_feature/deposit_screens_png_v2/2_transaction_list_tab_multiple_currencies.png create mode 100644 web_extension_deposit_feature/deposit_screens_png_v2/3.1_deposit_maximum_set.png create mode 100644 web_extension_deposit_feature/deposit_screens_png_v2/3.2_deposit_amount_filled.png create mode 100644 web_extension_deposit_feature/deposit_screens_png_v2/3.3_amount_too_high.png create mode 100644 web_extension_deposit_feature/deposit_screens_png_v2/3_deposit.png create mode 100644 web_extension_deposit_feature/deposit_screens_png_v2/4_deposit_completed.png create mode 100644 web_extension_deposit_feature/deposit_screens_png_v2/6_KYC_triggered.png create mode 100644 web_extension_deposit_feature/deposit_screens_png_v2/7_KYC_pending.png create mode 100644 web_extension_deposit_feature/deposit_videos/deposit_v4.webm diff --git a/anastasis_integration_wallet/backup/wallet_backup/feedback_on_iteration2.txt b/anastasis_integration_wallet/backup/wallet_backup/feedback_on_iteration2.txt new file mode 100644 index 0000000..74485b4 --- /dev/null +++ b/anastasis_integration_wallet/backup/wallet_backup/feedback_on_iteration2.txt @@ -0,0 +1,49 @@ +0:59) Very minor: + +"Your backups are encrypted" + +-- well, not yet (if not yet enabled). +What about using "Backups will be encrypted" if the backup is not yet set up? + +1:31) English: I think it should be "ending with a forward slash", not "ended". + +1:45) "recognize" suggests that we have a list of known providers. Maybe better +to say "The service at this address does not support the Taler wallet backup +protocol." or (depending on the internal evaluation) "The service at this address +does not support the right version of the Taler wallet backup protocol." + +3:10) No idea, but probably may need to give user a way to change the file location, +ideally using standard OS-specific dialogs. Not sure about the "back up with a +cloud provider" option, I would have expected that action to be the normal "back" +action --- it's not like backing up to a file will disable the cloud backup, right? +So if the file is just an additional thing one can do manually, I think "back" is +the right thing. + +4:00) Maybe good to explain about auto-renewal here, like "the wallet will automatically +extend the service by another year unless you disable the backup before the expiration date"? + +6:06) Not "by other people", but "by malicious Apps on your phone". + +7:01) I guess we can show this information, but it is not really +something we'd fetch from the provider at this time -- we can simply +(even locally!) confirm that this is our *current* backup. +Alternatively, I guess the wallet could really test the provider and +download its current state from the provider -- but still this +information is part of the wallet state, the sync protocol does not +tell us what the fee paid, storage used or expiration date would be +--- the wallet needs to remember this explicitly internally. What we +might instead want to show is the *time* of the last synchronization +with that provider. + +7:12) I think we should use backup (singluar) here, as there can only +ever be one (the latest) backup per provider/credential. + +7:40) We should have the same security warning as at 6:06 because copying the +text or the QR code to the clipboard have the same security issue with +malicious apps on the phone. + +9:09) auto-renewal is not super discoverable. Maybe make the toggle +already part of the original 'pay' dialog? + +10:15) Maybe make it clear that the existing backups will NOT be deleted +by this? diff --git a/web_extension_deposit_feature/deposit_screens_png/10_zero_balance_multiple_currencies_popup.png b/web_extension_deposit_feature/deposit_screens_png/10_zero_balance_multiple_currencies_popup.png deleted file mode 100644 index bab42d2..0000000 Binary files a/web_extension_deposit_feature/deposit_screens_png/10_zero_balance_multiple_currencies_popup.png and /dev/null differ diff --git a/web_extension_deposit_feature/deposit_screens_png/11_deposit_amount_empty.png b/web_extension_deposit_feature/deposit_screens_png/11_deposit_amount_empty.png deleted file mode 100644 index 8bb3e74..0000000 Binary files a/web_extension_deposit_feature/deposit_screens_png/11_deposit_amount_empty.png and /dev/null differ diff --git a/web_extension_deposit_feature/deposit_screens_png/12_deposit_amount_filled.png b/web_extension_deposit_feature/deposit_screens_png/12_deposit_amount_filled.png deleted file mode 100644 index 332b99e..0000000 Binary files a/web_extension_deposit_feature/deposit_screens_png/12_deposit_amount_filled.png and /dev/null differ diff --git a/web_extension_deposit_feature/deposit_screens_png/13_deposit_completed.png b/web_extension_deposit_feature/deposit_screens_png/13_deposit_completed.png deleted file mode 100644 index 6ff1ff9..0000000 Binary files a/web_extension_deposit_feature/deposit_screens_png/13_deposit_completed.png and /dev/null differ diff --git a/web_extension_deposit_feature/deposit_screens_png/14_deposit_triggers_KYC.png b/web_extension_deposit_feature/deposit_screens_png/14_deposit_triggers_KYC.png deleted file mode 100644 index c10ce2d..0000000 Binary files a/web_extension_deposit_feature/deposit_screens_png/14_deposit_triggers_KYC.png and /dev/null differ diff --git a/web_extension_deposit_feature/deposit_screens_png/15_transaction_tab_KYC_pending.png b/web_extension_deposit_feature/deposit_screens_png/15_transaction_tab_KYC_pending.png deleted file mode 100644 index a56483b..0000000 Binary files a/web_extension_deposit_feature/deposit_screens_png/15_transaction_tab_KYC_pending.png and /dev/null differ diff --git a/web_extension_deposit_feature/deposit_screens_png/1_balance_multiple_currencies_popup.png b/web_extension_deposit_feature/deposit_screens_png/1_balance_multiple_currencies_popup.png deleted file mode 100644 index 749d80c..0000000 Binary files a/web_extension_deposit_feature/deposit_screens_png/1_balance_multiple_currencies_popup.png and /dev/null differ diff --git a/web_extension_deposit_feature/deposit_screens_png/2_deposit_split_button_options.png b/web_extension_deposit_feature/deposit_screens_png/2_deposit_split_button_options.png deleted file mode 100644 index d80f1d7..0000000 Binary files a/web_extension_deposit_feature/deposit_screens_png/2_deposit_split_button_options.png and /dev/null differ diff --git a/web_extension_deposit_feature/deposit_screens_png/3_balance_multiple_currencies_tab.png b/web_extension_deposit_feature/deposit_screens_png/3_balance_multiple_currencies_tab.png deleted file mode 100644 index bd57e39..0000000 Binary files a/web_extension_deposit_feature/deposit_screens_png/3_balance_multiple_currencies_tab.png and /dev/null differ diff --git a/web_extension_deposit_feature/deposit_screens_png/4_currency_dropdown.png b/web_extension_deposit_feature/deposit_screens_png/4_currency_dropdown.png deleted file mode 100644 index bd90244..0000000 Binary files a/web_extension_deposit_feature/deposit_screens_png/4_currency_dropdown.png and /dev/null differ diff --git a/web_extension_deposit_feature/deposit_screens_png/5_balance_single_currency_popup.png b/web_extension_deposit_feature/deposit_screens_png/5_balance_single_currency_popup.png deleted file mode 100644 index abd9d5b..0000000 Binary files a/web_extension_deposit_feature/deposit_screens_png/5_balance_single_currency_popup.png and /dev/null differ diff --git a/web_extension_deposit_feature/deposit_screens_png/6_balance_single_currency_tab.png b/web_extension_deposit_feature/deposit_screens_png/6_balance_single_currency_tab.png deleted file mode 100644 index 63b93b6..0000000 Binary files a/web_extension_deposit_feature/deposit_screens_png/6_balance_single_currency_tab.png and /dev/null differ diff --git a/web_extension_deposit_feature/deposit_screens_png/7_no_balance_popup.png b/web_extension_deposit_feature/deposit_screens_png/7_no_balance_popup.png deleted file mode 100644 index 67e9822..0000000 Binary files a/web_extension_deposit_feature/deposit_screens_png/7_no_balance_popup.png and /dev/null differ diff --git a/web_extension_deposit_feature/deposit_screens_png/8_no_balance_tab.png b/web_extension_deposit_feature/deposit_screens_png/8_no_balance_tab.png deleted file mode 100644 index e604cc3..0000000 Binary files a/web_extension_deposit_feature/deposit_screens_png/8_no_balance_tab.png and /dev/null differ diff --git a/web_extension_deposit_feature/deposit_screens_png/9_zero_balance_multiple_currencies_tab.png b/web_extension_deposit_feature/deposit_screens_png/9_zero_balance_multiple_currencies_tab.png deleted file mode 100644 index 213a43f..0000000 Binary files a/web_extension_deposit_feature/deposit_screens_png/9_zero_balance_multiple_currencies_tab.png and /dev/null differ diff --git a/web_extension_deposit_feature/deposit_screens_png_v1/10_zero_balance_multiple_currencies_popup.png b/web_extension_deposit_feature/deposit_screens_png_v1/10_zero_balance_multiple_currencies_popup.png new file mode 100644 index 0000000..bab42d2 Binary files /dev/null and b/web_extension_deposit_feature/deposit_screens_png_v1/10_zero_balance_multiple_currencies_popup.png differ diff --git a/web_extension_deposit_feature/deposit_screens_png_v1/11_deposit_amount_empty.png b/web_extension_deposit_feature/deposit_screens_png_v1/11_deposit_amount_empty.png new file mode 100644 index 0000000..8bb3e74 Binary files /dev/null and b/web_extension_deposit_feature/deposit_screens_png_v1/11_deposit_amount_empty.png differ diff --git a/web_extension_deposit_feature/deposit_screens_png_v1/12_deposit_amount_filled.png b/web_extension_deposit_feature/deposit_screens_png_v1/12_deposit_amount_filled.png new file mode 100644 index 0000000..332b99e Binary files /dev/null and b/web_extension_deposit_feature/deposit_screens_png_v1/12_deposit_amount_filled.png differ diff --git a/web_extension_deposit_feature/deposit_screens_png_v1/13_deposit_completed.png b/web_extension_deposit_feature/deposit_screens_png_v1/13_deposit_completed.png new file mode 100644 index 0000000..6ff1ff9 Binary files /dev/null and b/web_extension_deposit_feature/deposit_screens_png_v1/13_deposit_completed.png differ diff --git a/web_extension_deposit_feature/deposit_screens_png_v1/14_deposit_triggers_KYC.png b/web_extension_deposit_feature/deposit_screens_png_v1/14_deposit_triggers_KYC.png new file mode 100644 index 0000000..c10ce2d Binary files /dev/null and b/web_extension_deposit_feature/deposit_screens_png_v1/14_deposit_triggers_KYC.png differ diff --git a/web_extension_deposit_feature/deposit_screens_png_v1/15_transaction_tab_KYC_pending.png b/web_extension_deposit_feature/deposit_screens_png_v1/15_transaction_tab_KYC_pending.png new file mode 100644 index 0000000..a56483b Binary files /dev/null and b/web_extension_deposit_feature/deposit_screens_png_v1/15_transaction_tab_KYC_pending.png differ diff --git a/web_extension_deposit_feature/deposit_screens_png_v1/1_balance_multiple_currencies_popup.png b/web_extension_deposit_feature/deposit_screens_png_v1/1_balance_multiple_currencies_popup.png new file mode 100644 index 0000000..749d80c Binary files /dev/null and b/web_extension_deposit_feature/deposit_screens_png_v1/1_balance_multiple_currencies_popup.png differ diff --git a/web_extension_deposit_feature/deposit_screens_png_v1/2_deposit_split_button_options.png b/web_extension_deposit_feature/deposit_screens_png_v1/2_deposit_split_button_options.png new file mode 100644 index 0000000..d80f1d7 Binary files /dev/null and b/web_extension_deposit_feature/deposit_screens_png_v1/2_deposit_split_button_options.png differ diff --git a/web_extension_deposit_feature/deposit_screens_png_v1/3_balance_multiple_currencies_tab.png b/web_extension_deposit_feature/deposit_screens_png_v1/3_balance_multiple_currencies_tab.png new file mode 100644 index 0000000..bd57e39 Binary files /dev/null and b/web_extension_deposit_feature/deposit_screens_png_v1/3_balance_multiple_currencies_tab.png differ diff --git a/web_extension_deposit_feature/deposit_screens_png_v1/4_currency_dropdown.png b/web_extension_deposit_feature/deposit_screens_png_v1/4_currency_dropdown.png new file mode 100644 index 0000000..bd90244 Binary files /dev/null and b/web_extension_deposit_feature/deposit_screens_png_v1/4_currency_dropdown.png differ diff --git a/web_extension_deposit_feature/deposit_screens_png_v1/5_balance_single_currency_popup.png b/web_extension_deposit_feature/deposit_screens_png_v1/5_balance_single_currency_popup.png new file mode 100644 index 0000000..abd9d5b Binary files /dev/null and b/web_extension_deposit_feature/deposit_screens_png_v1/5_balance_single_currency_popup.png differ diff --git a/web_extension_deposit_feature/deposit_screens_png_v1/6_balance_single_currency_tab.png b/web_extension_deposit_feature/deposit_screens_png_v1/6_balance_single_currency_tab.png new file mode 100644 index 0000000..63b93b6 Binary files /dev/null and b/web_extension_deposit_feature/deposit_screens_png_v1/6_balance_single_currency_tab.png differ diff --git a/web_extension_deposit_feature/deposit_screens_png_v1/7_no_balance_popup.png b/web_extension_deposit_feature/deposit_screens_png_v1/7_no_balance_popup.png new file mode 100644 index 0000000..67e9822 Binary files /dev/null and b/web_extension_deposit_feature/deposit_screens_png_v1/7_no_balance_popup.png differ diff --git a/web_extension_deposit_feature/deposit_screens_png_v1/8_no_balance_tab.png b/web_extension_deposit_feature/deposit_screens_png_v1/8_no_balance_tab.png new file mode 100644 index 0000000..e604cc3 Binary files /dev/null and b/web_extension_deposit_feature/deposit_screens_png_v1/8_no_balance_tab.png differ diff --git a/web_extension_deposit_feature/deposit_screens_png_v1/9_zero_balance_multiple_currencies_tab.png b/web_extension_deposit_feature/deposit_screens_png_v1/9_zero_balance_multiple_currencies_tab.png new file mode 100644 index 0000000..213a43f Binary files /dev/null and b/web_extension_deposit_feature/deposit_screens_png_v1/9_zero_balance_multiple_currencies_tab.png differ diff --git a/web_extension_deposit_feature/deposit_screens_png_v2/1.2_deposit_dropdown_popup.png b/web_extension_deposit_feature/deposit_screens_png_v2/1.2_deposit_dropdown_popup.png new file mode 100644 index 0000000..9aa6349 Binary files /dev/null and b/web_extension_deposit_feature/deposit_screens_png_v2/1.2_deposit_dropdown_popup.png differ diff --git a/web_extension_deposit_feature/deposit_screens_png_v2/1.3_enter_uri_popup.png b/web_extension_deposit_feature/deposit_screens_png_v2/1.3_enter_uri_popup.png new file mode 100644 index 0000000..f98d623 Binary files /dev/null and b/web_extension_deposit_feature/deposit_screens_png_v2/1.3_enter_uri_popup.png differ diff --git a/web_extension_deposit_feature/deposit_screens_png_v2/10_single_currency_popup.png b/web_extension_deposit_feature/deposit_screens_png_v2/10_single_currency_popup.png new file mode 100644 index 0000000..ada70a3 Binary files /dev/null and b/web_extension_deposit_feature/deposit_screens_png_v2/10_single_currency_popup.png differ diff --git a/web_extension_deposit_feature/deposit_screens_png_v2/11_single_currency_tab.png b/web_extension_deposit_feature/deposit_screens_png_v2/11_single_currency_tab.png new file mode 100644 index 0000000..974be83 Binary files /dev/null and b/web_extension_deposit_feature/deposit_screens_png_v2/11_single_currency_tab.png differ diff --git a/web_extension_deposit_feature/deposit_screens_png_v2/12_no_balance_popup.png b/web_extension_deposit_feature/deposit_screens_png_v2/12_no_balance_popup.png new file mode 100644 index 0000000..58b6ca4 Binary files /dev/null and b/web_extension_deposit_feature/deposit_screens_png_v2/12_no_balance_popup.png differ diff --git a/web_extension_deposit_feature/deposit_screens_png_v2/13_no_balance_tab.png b/web_extension_deposit_feature/deposit_screens_png_v2/13_no_balance_tab.png new file mode 100644 index 0000000..cf20ab7 Binary files /dev/null and b/web_extension_deposit_feature/deposit_screens_png_v2/13_no_balance_tab.png differ diff --git a/web_extension_deposit_feature/deposit_screens_png_v2/14_zero_balance_for_one_currency_tab.png b/web_extension_deposit_feature/deposit_screens_png_v2/14_zero_balance_for_one_currency_tab.png new file mode 100644 index 0000000..61f0d12 Binary files /dev/null and b/web_extension_deposit_feature/deposit_screens_png_v2/14_zero_balance_for_one_currency_tab.png differ diff --git a/web_extension_deposit_feature/deposit_screens_png_v2/15_zero_balance_for_all_currencies_popup.png b/web_extension_deposit_feature/deposit_screens_png_v2/15_zero_balance_for_all_currencies_popup.png new file mode 100644 index 0000000..762c99b Binary files /dev/null and b/web_extension_deposit_feature/deposit_screens_png_v2/15_zero_balance_for_all_currencies_popup.png differ diff --git a/web_extension_deposit_feature/deposit_screens_png_v2/1_popup.png b/web_extension_deposit_feature/deposit_screens_png_v2/1_popup.png new file mode 100644 index 0000000..d096fdc Binary files /dev/null and b/web_extension_deposit_feature/deposit_screens_png_v2/1_popup.png differ diff --git a/web_extension_deposit_feature/deposit_screens_png_v2/2.1_currency_dropdown.png b/web_extension_deposit_feature/deposit_screens_png_v2/2.1_currency_dropdown.png new file mode 100644 index 0000000..54b6297 Binary files /dev/null and b/web_extension_deposit_feature/deposit_screens_png_v2/2.1_currency_dropdown.png differ diff --git a/web_extension_deposit_feature/deposit_screens_png_v2/2.2_testkudos_transaction_list.png b/web_extension_deposit_feature/deposit_screens_png_v2/2.2_testkudos_transaction_list.png new file mode 100644 index 0000000..b7da792 Binary files /dev/null and b/web_extension_deposit_feature/deposit_screens_png_v2/2.2_testkudos_transaction_list.png differ diff --git a/web_extension_deposit_feature/deposit_screens_png_v2/2.3_enter_uri_full_page.png b/web_extension_deposit_feature/deposit_screens_png_v2/2.3_enter_uri_full_page.png new file mode 100644 index 0000000..737f1a4 Binary files /dev/null and b/web_extension_deposit_feature/deposit_screens_png_v2/2.3_enter_uri_full_page.png differ diff --git a/web_extension_deposit_feature/deposit_screens_png_v2/2_transaction_list_tab_multiple_currencies.png b/web_extension_deposit_feature/deposit_screens_png_v2/2_transaction_list_tab_multiple_currencies.png new file mode 100644 index 0000000..7c4b914 Binary files /dev/null and b/web_extension_deposit_feature/deposit_screens_png_v2/2_transaction_list_tab_multiple_currencies.png differ diff --git a/web_extension_deposit_feature/deposit_screens_png_v2/3.1_deposit_maximum_set.png b/web_extension_deposit_feature/deposit_screens_png_v2/3.1_deposit_maximum_set.png new file mode 100644 index 0000000..a03afda Binary files /dev/null and b/web_extension_deposit_feature/deposit_screens_png_v2/3.1_deposit_maximum_set.png differ diff --git a/web_extension_deposit_feature/deposit_screens_png_v2/3.2_deposit_amount_filled.png b/web_extension_deposit_feature/deposit_screens_png_v2/3.2_deposit_amount_filled.png new file mode 100644 index 0000000..eec3365 Binary files /dev/null and b/web_extension_deposit_feature/deposit_screens_png_v2/3.2_deposit_amount_filled.png differ diff --git a/web_extension_deposit_feature/deposit_screens_png_v2/3.3_amount_too_high.png b/web_extension_deposit_feature/deposit_screens_png_v2/3.3_amount_too_high.png new file mode 100644 index 0000000..935db52 Binary files /dev/null and b/web_extension_deposit_feature/deposit_screens_png_v2/3.3_amount_too_high.png differ diff --git a/web_extension_deposit_feature/deposit_screens_png_v2/3_deposit.png b/web_extension_deposit_feature/deposit_screens_png_v2/3_deposit.png new file mode 100644 index 0000000..5231454 Binary files /dev/null and b/web_extension_deposit_feature/deposit_screens_png_v2/3_deposit.png differ diff --git a/web_extension_deposit_feature/deposit_screens_png_v2/4_deposit_completed.png b/web_extension_deposit_feature/deposit_screens_png_v2/4_deposit_completed.png new file mode 100644 index 0000000..1c0177a Binary files /dev/null and b/web_extension_deposit_feature/deposit_screens_png_v2/4_deposit_completed.png differ diff --git a/web_extension_deposit_feature/deposit_screens_png_v2/6_KYC_triggered.png b/web_extension_deposit_feature/deposit_screens_png_v2/6_KYC_triggered.png new file mode 100644 index 0000000..197e9a8 Binary files /dev/null and b/web_extension_deposit_feature/deposit_screens_png_v2/6_KYC_triggered.png differ diff --git a/web_extension_deposit_feature/deposit_screens_png_v2/7_KYC_pending.png b/web_extension_deposit_feature/deposit_screens_png_v2/7_KYC_pending.png new file mode 100644 index 0000000..ea2a5b0 Binary files /dev/null and b/web_extension_deposit_feature/deposit_screens_png_v2/7_KYC_pending.png differ diff --git a/web_extension_deposit_feature/deposit_videos/deposit_v4.webm b/web_extension_deposit_feature/deposit_videos/deposit_v4.webm new file mode 100644 index 0000000..f5dd115 Binary files /dev/null and b/web_extension_deposit_feature/deposit_videos/deposit_v4.webm differ -- cgit v1.2.3