paularmstrong / build-tracker

A set of tools to track the size of your build artifacts over time.
https://buildtracker.dev
MIT License
439 stars 27 forks source link

feat(app): Press on size or delta cell in ComparisonTable to show more information #183

Closed paularmstrong closed 4 years ago

paularmstrong commented 4 years ago

Problem

Sometimes when I'm digging into the table, I want to see more information about the artifact in the build or the delta (like all sizeKey changes, etc). There's currently no short way of doing that.

Solution

On press (click), a modal window could open that nicely formats the full Artifact or ArtifactDelta object (depending on which cell type).