commit 0bc1d633c55eddddb7ecff63f929027616c2f1cc parent 788605d9ea06247706e77fa639c6c9f1cc64737c Author: Vlada Svirsh <svirv1@bfh.ch> Date: Wed, 22 Apr 2026 12:31:20 +0200 dd88 improvments and missing images for dd93 Diffstat:
9 files changed, 11 insertions(+), 2 deletions(-)
diff --git a/design-documents/088-wallet-withdraw.rst b/design-documents/088-wallet-withdraw.rst @@ -20,22 +20,24 @@ Withdraw ~~~~~~~~ .. image:: wallet-designs/cta-withdraw-1.png + :width: 50% After choosing "Withdraw" action or pressing "Withdraw digital cash" button from "Empty wallet screen", the user is presented with this screen. The keyboard for amount entry automatically opens. The Withdraw button is disabled until a valid amount is entered. Once a valid amount is provided, the button is enabled and displayed with the primary color. .. image:: wallet-designs/cta-withdraw-2.png + :width: 50% The user can select a currency from a dropdown list. A warning icon appears next to the currency selector; tapping it opens a dialog (see next image). The warning icon uses the warning color from the :doc:`066-wallet-color-scheme`. .. image:: wallet-designs/cta-withdraw-3.png + :width: 50% The warning dialog displays the message: "The service provider is not trusted by the developers of this wallet." -Colors warningContainer and onWarningContainer are applied here. .. image:: wallet-designs/cta-withdraw-4.png @@ -111,6 +113,13 @@ flag or dev-mode flag.) Alternatives ============ +* Alternative for input amount to simplify implementing +* Higher positioning of elements, so shortcuts are not hiden by keyboard + +.. image:: wallet-designs/cta-withdraw-alt-1.png + :width: 50% + + Drawbacks ========= diff --git a/design-documents/093-checkout-page.rst b/design-documents/093-checkout-page.rst @@ -79,7 +79,7 @@ Mobile layout ------------- .. image:: images/checkout-page-4.png :alt: Mobile layout of the checkout page - :width: 50% + :width: 50% On mobile devices, the same elements must be preserved but arranged in a single-column flow. The order of elements should be: diff --git a/design-documents/images/checkout-page-1.png b/design-documents/images/checkout-page-1.png Binary files differ. diff --git a/design-documents/images/checkout-page-2.png b/design-documents/images/checkout-page-2.png Binary files differ. diff --git a/design-documents/images/checkout-page-3.png b/design-documents/images/checkout-page-3.png Binary files differ. diff --git a/design-documents/images/checkout-page-4.png b/design-documents/images/checkout-page-4.png Binary files differ. diff --git a/design-documents/wallet-designs/cta-withdraw-2.png b/design-documents/wallet-designs/cta-withdraw-2.png Binary files differ. diff --git a/design-documents/wallet-designs/cta-withdraw-3.png b/design-documents/wallet-designs/cta-withdraw-3.png Binary files differ. diff --git a/design-documents/wallet-designs/cta-withdraw-alt-1.png b/design-documents/wallet-designs/cta-withdraw-alt-1.png Binary files differ.