A round of polish on the check detail page — specifically the Network and Console tabs. Small things that were making the panel harder to use than it needed to be.
✦ Network panel header stays put
The column headers in the Network tab now stick to the top as you scroll, so you always know which column you're looking at — even in a long list of requests.
✦ Long URLs no longer break the layout
Long request URLs in the Network tab now truncate with an ellipsis instead of stretching the column and pushing everything else off-screen.
Bug fixes
- Real timestamps on the timeline. Console logs, network requests, actions, websockets, and performance entries now show the actual time they happened relative to the recording start. Before, rows could all show 0:00, which made the timeline useless.
- Readable error messages. Nested error objects in the console now render cleanly instead of showing
[object Object]— you see the whole error, not a placeholder.