urql-graphql / urql-devtools

A tool for monitoring and debugging urql during development
https://formidable.com/open-source/urql/docs/advanced/debugging/#devtools
MIT License
257 stars 11 forks source link

Add pane titles to Timeline events, closes #239 #318

Closed bkonkle closed 4 years ago

bkonkle commented 4 years ago

I went with the suggested styling - 12px right-justified text - within an h2 element for semantics, since the headings are h3 elements.

Screen Shot 2020-10-05 at 3 55 21 PM

andyrichardson commented 4 years ago

This is so subtle and yet makes a huge difference!

andyrichardson commented 4 years ago

Visual regression failing is expected (diffs are here).

Until we get something like chromatic, we have to update snapshots locally.

# Run visual regression
yarn visual-regression --watch

# Snapshots will fail - check the diff folder in `src/panel/__image_snapshots__`
# Assuming diffs are expected, hit 'u' to update snapshots 📸