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

Conversation

bonomat
Copy link
Contributor

@bonomat bonomat commented Mar 7, 2024

resolves #1927

Screen.Recording.2024-03-07.at.3.18.38.pm.mov

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 <philipp@coblox.tech>
putting the wallet history next to send/receive gives a better overview as the history is always shown.

Signed-off-by: Philipp Hoenisch <philipp@coblox.tech>
Withdraw reminds me of _withdrawing_ from an exchange while this is its own wallet from which you can _send_.

Signed-off-by: Philipp Hoenisch <philipp@coblox.tech>
Signed-off-by: Philipp Hoenisch <philipp@coblox.tech>
this will influence date and number formatting (unless overwritten).

Signed-off-by: Philipp Hoenisch <philipp@coblox.tech>
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 <philipp@coblox.tech>
@holzeis
Copy link
Contributor

holzeis commented Mar 7, 2024

Looks good, will look at the code later.

nit: The history could use a header 🙂

@bonomat
Copy link
Contributor Author

bonomat commented Mar 7, 2024

nit: The history could use a header 🙂

I decided against it to not have to align the sizes with the tabs on the left 🙈

Copy link
Contributor

@holzeis holzeis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

webapp/frontend/lib/wallet/wallet_screen.dart Show resolved Hide resolved
@bonomat bonomat added this pull request to the merge queue Mar 7, 2024
Merged via the queue into main with commit cbdd5f7 Mar 7, 2024
21 checks passed
@bonomat bonomat deleted the feat/tx-history branch March 7, 2024 08:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Show transaction details in tx history
2 participants