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

[explorer/frontend] feat: add fees breakdown section to transaction page #1227

Open
wants to merge 2 commits into
base: explorer-frontend/dev
Choose a base branch
from

Conversation

OlegMakarenko
Copy link
Contributor

@OlegMakarenko OlegMakarenko commented Dec 24, 2024

Problem

The Transaction Details page currently lacks a detailed breakdown of fees associated with a transaction. Wrong amount was assigned to a total fee field for multisig transaction.

Solution

  • Added a new table to the Transaction Details page displaying:
    • Multisig transaction fee.
    • Embedded transaction fee (e.g., transfer, namespace, etc.).
    • Signature fees.
    • Total fees paid for the transaction.
  • The data is fetched from the Explorer API and mapped into an array of objects for rendering in the table UI component.
  • Updated tests.
  • Added an option to hide the table header.
  • Aligned the columns of the fees table and the signature table with the basic info card.
  • Bumped the ApexCharts version to resolve the error in Jenkins.
Screenshot 2024-12-24 at 16 55 47

@OlegMakarenko OlegMakarenko requested a review from Wayonb December 24, 2024 16:01
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.

1 participant