Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Memo message #401

Open
wants to merge 14 commits into
base: main
Choose a base branch
from
Open

Memo message #401

wants to merge 14 commits into from

Commits on May 17, 2024

  1. fix: ensure transaction's acceptance by checking current balance and …

    …not projected balance
    
    Pending transactions might not be processed in chronological order in
    some financial backends. This can lead to transactions to be rejected
    due to monujo showing the projected balance. This fix will check the
    real balance (without the pending transactions) before sending a new
    transaction.
    Seddik authored and vaab committed May 17, 2024
    Configuration menu
    Copy the full SHA
    1ede6d2 View commit details
    Browse the repository at this point in the history
  2. new: pkg: make cypress wait up to 60s for changes

    Test are now failing regularly with timeout and make this change
    required.
    vaab committed May 17, 2024
    Configuration menu
    Copy the full SHA
    46b3dbc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a61d7f7 View commit details
    Browse the repository at this point in the history
  4. fix: display specific pop-up error message in case we don't receive a…

    … confirmation message
    
    Once the transaction is successfully sent, we are checking afterwards
    if it is correctly registered on the financial backend. It this check
    fails, we must explain the situation clearly to the user as the
    transaction was probably correctly processed, but our failing check,
    should probably raise the vigilance of the user.
    Seddik authored and vaab committed May 17, 2024
    Configuration menu
    Copy the full SHA
    15dbd80 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. new: add money request

    Seddik authored and vaab committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    12a73f0 View commit details
    Browse the repository at this point in the history
  2. new: pkg: update gradle to 8.0.2

    vaab committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    d9da847 View commit details
    Browse the repository at this point in the history
  3. new: dev: factorize out the content of the transaction form

    Seddik authored and vaab committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    9b9eef4 View commit details
    Browse the repository at this point in the history
  4. new: add button to download QR code from money request

    Seddik authored and vaab committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    f9e0ffd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bce49fa View commit details
    Browse the repository at this point in the history
  6. new: add reconversion feature to reclaim national currencies from loc…

    …al currency
    Seddik authored and Seddik committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    2b76481 View commit details
    Browse the repository at this point in the history
  7. fix: dev: remove useless code

    Seddik authored and Seddik committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    519b29f View commit details
    Browse the repository at this point in the history
  8. new: add export wallet to the account options menu

    Seddik authored and Seddik committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    66bd275 View commit details
    Browse the repository at this point in the history
  9. fix: dev: simplify account data given to BankAccountItem component

    Seddik authored and Seddik committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    631da7a View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. fix: dev: remove moneyReconversionModal and factorize the code …

    …with ```monetTransferModal```
    Seddik authored and Seddik committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    f8e8a20 View commit details
    Browse the repository at this point in the history