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

feat(web): show transaction details in a dialog #2177

Merged
merged 6 commits into from
Mar 7, 2024
Merged

Commits on Mar 7, 2024

  1. fix(web): fetch and sync wallet in one go

    Previously we relied on the regular wallet refresh to refresh the frontend. With this fix, we sync the wallet and refresh right afterwards.
    
    Signed-off-by: Philipp Hoenisch <[email protected]>
    bonomat committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    14fe9a7 View commit details
    Browse the repository at this point in the history
  2. chore(web): redesign wallet interface

    putting the wallet history next to send/receive gives a better overview as the history is always shown.
    
    Signed-off-by: Philipp Hoenisch <[email protected]>
    bonomat committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    0f64207 View commit details
    Browse the repository at this point in the history
  3. chore(web): rename withdraw to send

    Withdraw reminds me of _withdrawing_ from an exchange while this is its own wallet from which you can _send_.
    
    Signed-off-by: Philipp Hoenisch <[email protected]>
    bonomat committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    3783c74 View commit details
    Browse the repository at this point in the history
  4. feat(web): introduce tx detail dialog

    Signed-off-by: Philipp Hoenisch <[email protected]>
    bonomat committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    c9dba75 View commit details
    Browse the repository at this point in the history
  5. chore(web): add system local support

    this will influence date and number formatting (unless overwritten).
    
    Signed-off-by: Philipp Hoenisch <[email protected]>
    bonomat committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    4c3a5e8 View commit details
    Browse the repository at this point in the history
  6. chore(web): format tx history date differently

    If the tx is older than 30 minutes, it will show the date, otherwise it will show something like 'moments ago', '15 minutes ago'
    
    Signed-off-by: Philipp Hoenisch <[email protected]>
    bonomat committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    93f19b4 View commit details
    Browse the repository at this point in the history