wp-graphql / wpgraphql-ide

A next-gen query editor for WPGraphQL 🚀
GNU General Public License v3.0
10 stars 0 forks source link

Docs Explorer Plugin #167

Open jasonbahl opened 3 months ago

jasonbahl commented 3 months ago

Acceptance Criteria

The "Docs Explorer Panel" should be migrated to a "plugin", (similar to the Query Composer and Help Panel) making use of registerActivityBarPanel and using redux for state management.

The components needed for the Docs Explorer Panel should be coupled with the plugin (similar to the Query Composer).

We'll likely need to introduce some new redux abilities to support features like:


related: #119