-
Notifications
You must be signed in to change notification settings - Fork 4
Show file size on each timeline frame #7
Copy link
Copy link
Open
Labels
.NETPull requests that update .NET codePull requests that update .NET codeenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
Activity
Metadata
Metadata
Assignees
Labels
.NETPull requests that update .NET codePull requests that update .NET codeenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Goal
Show each captured frame's file size in the Timeline gallery.
FrameInfo.SizeBytesalready exposes the value, so this should stay in the presentation layer.Acceptance criteria
2 KBand 1,572,864 bytes displays as1.5 MB.FrameInfo.SizeBytesfield; do not change the frames endpoint shape.TimelinePageTeststo cover the initial server-rendered card and the dynamically constructed Load more card, including a KB and an MB case.Please comment with your proposed approach before starting. A draft PR is welcome.