Skip to content

v2.2.5 — a call's detail opens under its row

Choose a tag to compare

@bet0x bet0x released this 06 Sep 06:30
· 5 commits to main since this release

Fixed

  • A row's detail in Metrics → Calls opens under that row instead of after the whole table.
    Opening row 1 of 100 put its fields below row 100, so reading a call meant scrolling the page
    away from the row that was clicked. The chevron on the left already promised an inline
    disclosure, and a disclosure that opens a hundred rows away is a broken affordance rather than a
    layout preference. Thirteen fields also lay out in three columns on a wide screen now, so the
    rows below do not travel far.
    (#274)