Skip to content

[BUG][UI]: Experiment view table nits #10329

@rickarize

Description

@rickarize
Image

Couple things:

  1. "avg" vs "AVG" in the aggregate metrics header – we should probably have a formalized component for value display that includes an isAverage prop (and isPending etc) or something, because we use these everywhere and want consistent formatting, spacing between values and the surrounding elements, etc.
  2. Table with small number of rows should take up remaining page height so the horizontal scrollbar is at the bottom of the window and not in the middle
  3. Tokens, latency, cost, etc should hug their content more and make room for the output. Yasmine had some good context about this: this is for headroom for future anomalous values. The table content is virtualized/paginated and we don't know all values that will enter in the future, so we provide headroom for extreme things in the future. We can still adjust these defaults and the way values truncate to get improved spacing.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingc/ui

    Type

    No type

    Projects

    Status

    📘 Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions