day8 / re-frame-10x

A debugging dashboard for re-frame. X-ray vision as tooling.
MIT License
631 stars 68 forks source link

How can I see the list of events? #213

Closed achikin closed 5 years ago

achikin commented 5 years ago

How can I see the list of events as I did in re-frisk?

danielcompton commented 5 years ago

To do this:

  1. Go to the Trace tab
  2. Select to show only events
  3. Disable the "Only show traces for this epoch?" checkbox.
screenshot of google chrome 4-02-19 11-11-45 am

I think that's what you're looking for? Let me know if I've got it wrong and you're thinking of something else.