testing-playground icon indicating copy to clipboard operation
testing-playground copied to clipboard

add filter options to event debugger

Open smeijer opened this issue 4 years ago • 1 comments

It should be possible to filter events in the event debugger (under /events, introduced by #167). This way the event log will be less noisy, so it would become easier to extract the data of interest.

To fix this, we can add "dropdown" menu's to the type and name columns, which will allow to enable/disable specific types.

By default, the following events should be filtered out:

mouseenter
mousemove
mouseover
mouseout
mouseleave

pointerover
pointermove
pointerenter
pointerleave
pointerout

smeijer avatar Jun 16 '20 14:06 smeijer

If it sounds good to all you I could go with this one.

delca85 avatar Jun 17 '20 20:06 delca85