Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add filter options to event debugger #171

Open
smeijer opened this issue Jun 16, 2020 · 1 comment
Open

add filter options to event debugger #171

smeijer opened this issue Jun 16, 2020 · 1 comment
Assignees
Labels
feature New feature or request project:events Tickets related to the /events route

Comments

@smeijer
Copy link
Member

smeijer commented Jun 16, 2020

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 smeijer added the feature New feature or request label Jun 16, 2020
@smeijer smeijer changed the title feat: add filter options to event debugger add filter options to event debugger Jun 16, 2020
@smeijer smeijer added the project:events Tickets related to the /events route label Jun 16, 2020
@delca85
Copy link
Member

delca85 commented Jun 17, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request project:events Tickets related to the /events route
Projects
None yet
Development

No branches or pull requests

2 participants