taler-docs

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

commit 58e93fe36897e8a46209f1cbb4ee6b5934a282b3
parent e5f7026202366812cb29e8a326cd82e2e3b80eb4
Author: Iván Ávalos <avalos@disroot.org>
Date:   Thu, 17 Apr 2025 14:02:22 +0200

dd53: add transactions pending screenshot

Diffstat:
Mdesign-documents/053-wallet-ui.rst | 91+++++++++++++++++++++++++++++++++++++++----------------------------------------
Ascreenshots/cta-transactions-pending-android-0.png | 0
Ascreenshots/cta-transactions-pending-android-latest.png | 2++
3 files changed, 47 insertions(+), 46 deletions(-)

diff --git a/design-documents/053-wallet-ui.rst b/design-documents/053-wallet-ui.rst @@ -150,7 +150,7 @@ Actions * **View transactions**. Clicking on a balance item should take you to the transaction list (:ref:`cta-transaction-list-ref`) associated with that balance. * **View pending**. Clicking on the pending transaction amount should take you to the - pending transaction list (:ref:`cta-pending-list-ref`) associated with that currency. + pending transaction list (:ref:`cta-transactions-pending-ref`) associated with that currency. Screenshots ^^^^^^^^^^^ @@ -168,47 +168,6 @@ Screenshots +-----------+------------------------------------------------------------------------+ -.. _cta-pending-list-ref: - -pending-list ------------- - -This screen shows a currency-scoped list of the pending transactions of the wallet -for that currency, allowing the user to view details about those pending transactions. - -Info -^^^^ - -* List of pending transactions with type/summary, time and amount - - -Actions -^^^^^^^ - -* **Back**. Goes to the balances (:ref:`cta-balance-list-ref`) -* **Select item**. Clicking on the pending transaction shows goes to a dialog - with details about the transaction (and allows the user to abort it). - - * See :ref:`cta-withdraw-pending-ref` for the most relevant withdraw-pending screen - - -Screenshots -^^^^^^^^^^^ - -+-----------+------------------------------------------------------------------------+ -| Platform | Screenshot | -+===========+========================================================================+ -| WebEx | .. image:: ../screenshots/cta-transactions-pending-firefox-latest.png | -+-----------+------------------------------------------------------------------------+ -| Android | .. image:: ../screenshots/cta-transactions-pending-android-latest.png | -| | :width: 30% | -+-----------+------------------------------------------------------------------------+ -| iOS | .. image:: ../screenshots/cta-transactions-pending-ios-latest.png | -| | :width: 30% | -+-----------+------------------------------------------------------------------------+ - - - .. _cta-actions-ref: cta-actions @@ -392,6 +351,46 @@ Screenshots +-----------+--------------------------------------------------------------------+ +.. _cta-transactions-pending-ref: + +transactions-pending +------------ + +This screen shows a currency-scoped list of the pending transactions of the wallet +for that currency, allowing the user to view details about those pending transactions. + +Info +^^^^ + +* List of pending transactions with type/summary, time and amount + + +Actions +^^^^^^^ + +* **Back**. Goes to the balances (:ref:`cta-balance-list-ref`) +* **Select item**. Clicking on the pending transaction shows goes to a dialog + with details about the transaction (and allows the user to abort it). + + * See :ref:`cta-withdraw-pending-ref` for the most relevant withdraw-pending screen + + +Screenshots +^^^^^^^^^^^ + ++-----------+------------------------------------------------------------------------+ +| Platform | Screenshot | ++===========+========================================================================+ +| WebEx | .. image:: ../screenshots/cta-transactions-pending-firefox-latest.png | ++-----------+------------------------------------------------------------------------+ +| Android | .. image:: ../screenshots/cta-transactions-pending-android-latest.png | +| | :width: 30% | ++-----------+------------------------------------------------------------------------+ +| iOS | .. image:: ../screenshots/cta-transactions-pending-ios-latest.png | +| | :width: 30% | ++-----------+------------------------------------------------------------------------+ + + .. _cta-withdraw-review-ref: cta-withdraw-review @@ -487,7 +486,7 @@ Issues * WebEx(major): the flow and dialog style here diverges too much from the other platforms (bad). * iOS(minor): title is less clear than "Withdraw from bank" on Android - + Adoption ^^^^^^^^ @@ -634,7 +633,7 @@ Actions * **copy** (per QR code): copies image to the clipboard (?) * **share** (per QR code): opens link on local system (?) - + +-----------+------------------------------------------------------------------+ | Platform | Screenshot | +===========+==================================================================+ @@ -655,7 +654,7 @@ cta-withdraw-pending This screen is used to show the user the information for a pending wire transfer to complete a manual withdrawal operation when viewing the transaction via the pending -transaction history (:ref:`cta-pending-list-ref`). +transaction history (:ref:`cta-transactions-pending-ref`). Info ^^^^ @@ -682,7 +681,7 @@ Issues details; exchange URL is too prominent * iOS(text): remove text URL in section header * iOS(minor): remove fees if fees are zero - + Screenshots ^^^^^^^^^^^ diff --git a/screenshots/cta-transactions-pending-android-0.png b/screenshots/cta-transactions-pending-android-0.png Binary files differ. diff --git a/screenshots/cta-transactions-pending-android-latest.png b/screenshots/cta-transactions-pending-android-latest.png @@ -0,0 +1 @@ +cta-transactions-pending-android-0.png +\ No newline at end of file