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

ref(perf): Move out the span transactions table #69771

Merged
merged 10 commits into from
May 8, 2024

Commits on Apr 26, 2024

  1. Move transactions table into the module

    It's only used here!
    gggritso committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    5e09bf0 View commit details
    Browse the repository at this point in the history
  2. Lift up data fetching state

    gggritso committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    0df5536 View commit details
    Browse the repository at this point in the history
  3. Static column order

    gggritso committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    b1a2e03 View commit details
    Browse the repository at this point in the history
  4. Remove redundant wrapper

    gggritso committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    131c132 View commit details
    Browse the repository at this point in the history
  5. Simplify routing

    Remove conditional routing and unused parameters
    gggritso committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    dc6144e View commit details
    Browse the repository at this point in the history
  6. Move out table cell renderer

    gggritso committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    21b3e06 View commit details
    Browse the repository at this point in the history
  7. Export testable component

    gggritso committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    8bc35e3 View commit details
    Browse the repository at this point in the history
  8. Sorting

    gggritso committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    f3e00a8 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Configuration menu
    Copy the full SHA
    53fa32b View commit details
    Browse the repository at this point in the history
  2. Update spec

    gggritso committed May 6, 2024
    Configuration menu
    Copy the full SHA
    8f76d71 View commit details
    Browse the repository at this point in the history