forked from MystenLabs/sui
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
show call transaction amount on table view and transaction details (M…
…ystenLabs#8194) - Show the amount for Call transaction - On the transaction table view only show the SUI coin - Since Epoch change transaction from `0x5` has a lot of `coinBalance` change events, paginate the data - Note using absolute amount since the amount from events could be negative. CC @mystie711 - For txn with multiple `coinType` or `address` do not show the total sent. <img width="592" alt="Screenshot 2023-02-09 at 8 22 36 AM" src="https://user-images.githubusercontent.com/8676844/217842339-e8a6f397-9dbb-46e7-b132-b6fdc0f1a762.png"> <img width="1300" alt="Screenshot 2023-02-09 at 9 35 11 AM" src="https://user-images.githubusercontent.com/8676844/217842510-e2c2587d-6203-4de5-9dd0-6147f395d4c4.png"> <img width="457" alt="Screenshot 2023-02-10 at 11 22 19 AM" src="https://user-images.githubusercontent.com/8676844/218142871-6c4ffa23-626b-4d17-a405-45121efbd251.png"> <img width="1496" alt="Screenshot 2023-02-10 at 11 23 14 AM" src="https://user-images.githubusercontent.com/8676844/218142962-5204ee29-fd48-4c6d-b63e-7aaa17b2e850.png">
- Loading branch information
Showing
6 changed files
with
169 additions
and
81 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.