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

fix(web): add chart fixes #598

Merged
merged 11 commits into from
Nov 8, 2024
Merged

fix(web): add chart fixes #598

merged 11 commits into from
Nov 8, 2024

Commits on Oct 11, 2024

  1. Configuration menu
    Copy the full SHA
    bf27eb7 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2024

  1. perf(web): prevent unnecessary re-renders in MetricCard

    Resolved an issue where the increment animation was being triggered n times, where n is the value of the metric
    PJColombo committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    3e71a78 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. feat(web): display Ethereum units in the chart title instead of on th…

    …e axis + show full (non-compacted) amounts in tooltips + align chart's grid positioning
    PJColombo committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    63deae1 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2024

  1. fix(web): add daily blob size chart improvements:

    - Hide y-axis byte units and display it on chart title
    - Fix displayed byte unit on y-axis
    PJColombo committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    6b49fbe View commit details
    Browse the repository at this point in the history
  2. chore: add changesets

    PJColombo committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    d090444 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2589762 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. Configuration menu
    Copy the full SHA
    4da865f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b96a337 View commit details
    Browse the repository at this point in the history
  3. refactor: make the target unit optional in the Wei formatting functions

    If no unit is provided, automatically determine and use the most appropriate unit
    PJColombo committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    468012a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c3c0022 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    78bc1e0 View commit details
    Browse the repository at this point in the history