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

[Feature]: RegEx Filter in Events Tab #838

Merged
merged 4 commits into from
Jan 25, 2019

Conversation

ericnograles
Copy link
Contributor

@ericnograles ericnograles commented Dec 5, 2018

Summary

While looking through some StackOverflow questions, I ran into someone who was asking how to whittle down a list of Vuex Mutations and Vue Events. It appears his app can generate up to 50 events/second and it essentially crashes Vue DevTools due to the volume and on-screen rendering.

I saw that RegEx filtering was available for the Vuex tab but not the Events tab, so I took the liberty of taking a crack at applying the same approach to the Events tab.

Please lmk what adjustments I can make. Thanks!

Screenshots

image

@johnrhampton
Copy link

👍

@ericnograles ericnograles changed the title [Feature]: RegEx Lookup in Events Tab [Feature]: RegEx Filter in Events Tab Dec 5, 2018
@DannyFeliz
Copy link

I need this

@Akryum Akryum force-pushed the feature/events-regexp-search branch from 2717a36 to eeda8c8 Compare January 25, 2019 17:12
@Akryum Akryum merged commit 118a37f into vuejs:dev Jan 25, 2019
simsim0709 pushed a commit to simsim0709/vue-devtools that referenced this pull request May 7, 2019
* applies similar RegExp lookup to events as we do in Vuex

* instantiates regex once before .filter loop

* ESLint issues

* test(e2e): search event RegEx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants