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

feat: Pinia panel Store optimization (support one-click expand/collapse, search) #467

Open
normal-coder opened this issue Jun 23, 2024 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@normal-coder
Copy link

Description of the problem

The current Pinia Store management interface is always put away by default every time you enter it, which is not convenient for users to debug, or to quickly view Pinia Stores, and this situation becomes more and more obvious with the increase of layers and Stores, so I hope it can be improved.

Expected results

  • Support for expanding/collapsing Pinia Store data structures with a single click.
    • One-click operation for all Stores
    • Expand/collapse operations for a specific Store node (with interaction provided by the current node Hover).
  • Provide Pinia Store key-value pair retrieval (at the top of the Store panel).

Other

Compared to the management of Compoments Tree, Pinia Store doesn't have similar ability to “locate Compoments based on DOM”, so providing easy and flexible interactions seems to be an effective way to improve it. If you have better ideas, please feel free to discuss them :)

@webfansplz webfansplz added the good first issue Good for newcomers label Jun 23, 2024
@webfansplz
Copy link
Member

Thank you for your feedback, we will improve it.

@webfansplz webfansplz added the enhancement New feature or request label Jun 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants