-
-
Notifications
You must be signed in to change notification settings - Fork 218
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
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 Storedata structures with a single click.- One-click operation for all
Stores - Expand/collapse operations for a specific
Storenode (with interaction provided by the current node Hover).
- One-click operation for all
- Provide
Pinia Storekey-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 :)
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers