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

Copy all the storage query result #13

Open
xlc opened this issue Nov 26, 2024 · 6 comments
Open

Copy all the storage query result #13

xlc opened this issue Nov 26, 2024 · 6 comments

Comments

@xlc
Copy link

xlc commented Nov 26, 2024

I often need to query all the entries under a storage map and need to search for a particular key. It seems like the current page is implemented very efficiently that only visible items are rendered in DOM. But it is too efficient that I cannot use it. I need a way to dump all the JSON so I can search it

@josepot
Copy link
Member

josepot commented Nov 26, 2024

I see... Yeah, that's annoying... I guess that we could add a fuzzy-filter? 🤔 Also, it would probably be very useful to have the ability to just copy into the clipboard a JSON with all the results...

What do you think?

@xlc
Copy link
Author

xlc commented Nov 27, 2024

a button to just copy everything to clipboard will be great. fuzzy filter will be useful so I can enjoy the nice rendering

@xlc
Copy link
Author

xlc commented Nov 28, 2024

also it seems that the keys are not displayed?

@josepot
Copy link
Member

josepot commented Nov 28, 2024

also it seems that the keys are not displayed?

image

@xlc
Copy link
Author

xlc commented Nov 28, 2024

Screenshot 2024-11-28 at 10 18 14 PM not in this case

@carlosala
Copy link
Member

Yep, we are not showing "complex" keys. It is indeed something missing.

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

No branches or pull requests

3 participants