nuxt / devtools

Unleash Nuxt Developer Experience
https://devtools.nuxt.com
MIT License
2.85k stars 153 forks source link

feat: add search functionality to components graph #696

Closed arashsheyda closed 1 month ago

arashsheyda commented 1 month ago

closes #693

this PR adds highlighting functionality to component graph when a component is searched. the highlighted component will be shown in purple

Dark Mode Light Mode
Screenshot 2024-07-21 at 7 11 08 PM Screenshot 2024-07-21 at 7 10 42 PM
cloudflare-pages[bot] commented 1 month ago

Deploying nuxt-devtools with  Cloudflare Pages  Cloudflare Pages

Latest commit: c8d2462
Status:⚡️  Build in progress...

View logs

antfu commented 1 month ago

Instead of making it purple, I changed it to graying out unmatched nodes:

Screenshot 2024-07-22 at 19 22 19
arashsheyda commented 1 month ago

ah that makes much more sense thanks :)