vite-plugin-vue-devtools icon indicating copy to clipboard operation
vite-plugin-vue-devtools copied to clipboard

feat: supports filtering documents

Open liuseen-l opened this issue 2 years ago • 7 comments

https://github.com/webfansplz/vite-plugin-vue-devtools/assets/91084928/ce19fba6-bdea-4564-a48a-8dac4a8b23b8

liuseen-l avatar Jun 29 '23 16:06 liuseen-l

Maybe fuzzy search is better, refer to useFuse

alexzhang1030 avatar Jun 30 '23 02:06 alexzhang1030

@alexzhang1030 thanks for your suggestion, I'll check it out

liuseen-l avatar Jun 30 '23 02:06 liuseen-l

Thanks for the PR, but I don't think we need it for the while, because there's not much data and it's easy to look it up.

webfansplz avatar Jun 30 '23 03:06 webfansplz

Thanks for the PR, but I don't think we need it for the while, because there's not much data and it's easy to look it up.

Is it possible to support user-defined adding documents? what I think is that users can customize and add some documents in it, which may lead to a large number of documents

liuseen-l avatar Jun 30 '23 04:06 liuseen-l

Thanks for the PR, but I don't think we need it for the while, because there's not much data and it's easy to look it up.

Is it possible to support user-defined adding documents? what I think is that users can customize and add some documents in it, which may lead to a large number of documents

Yes, we may add the ability to customize tabs and documents in the future. So let's hold this PR until we support it.

webfansplz avatar Jul 06 '23 01:07 webfansplz

@webfansplz adding and deleting documents is now supported, and the filtering method of document query is changed to fuzzy query

liuseen-l avatar Jul 06 '23 08:07 liuseen-l

https://github.com/webfansplz/vite-plugin-vue-devtools/assets/91084928/c8988752-1ee8-4f45-98e8-cb695b4435b1

@webfansplz cc

liuseen-l avatar Jul 06 '23 11:07 liuseen-l