taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 92fa9690a9ea2f54672b07e8031656ee80c3f595
parent a4071ffbec5830bee9b22fb02681ff7e6ed146a4
Author: Vlada Svirsh <svirv1@bfh.ch>
Date:   Sun,  1 Mar 2026 18:10:57 +0100

DD 87: wallet onboarding update

Diffstat:
Mdesign-documents/087-wallet-onboarding.rst | 18+++++++-----------
1 file changed, 7 insertions(+), 11 deletions(-)

diff --git a/design-documents/087-wallet-onboarding.rst b/design-documents/087-wallet-onboarding.rst @@ -52,12 +52,10 @@ Choosing payment service (exchange) When user clicks on **"Withdraw digital cash" button**, they should be able to choose one of the preloaded trusted payment services (exchanges) for first withdrawal of digital cash. -.. image:: wallet-designs/empty-wallet-psp-mobile.png - -.. image:: wallet-designs/empty-wallet-psp-webex.png +Mobile +~~~~~~ -Mobile (Android / iOS) -~~~~~~~~~~~~~~~~~~~~~~ +.. image:: wallet-designs/empty-wallet-psp-mobile.png This screen is shown as a full page. @@ -69,15 +67,15 @@ Each option contains: Sorting by currency code is recommended. -On the bottom of the screen is primary button: - -Button: "Continue" +On the bottom of the screen is primary button "Continue" Action: proceed to withdraw screen using the selected payment service (exchange). WebExtension ~~~~~~~~~~~~ +.. image:: wallet-designs/empty-wallet-psp-webex.png + This step is shown as a modal dialog on top of wallet main view (background is dimmed). List of payment services is presented as radio options (single choice). @@ -88,9 +86,7 @@ Each option contains: Sorting by currency code is recommended. -On the bottom-right of the modal is primary button: - -Button: "Continue" +On the bottom-right of the modal is primary button "Continue" Action: proceed to withdraw screen using the selected payment service (exchange).