wp-graphql / wpgraphql-ide

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

feat: register activity bar panel API #165

Closed josephfusco closed 3 months ago

josephfusco commented 3 months ago

This introduces the registerActivityBarPanel API and refactors the help panel and query composer panel as (built-in) 3rd party PHP plugins that make use of the API.

In addition to introducing the API, this updates the build scripts (and start scripts) to build the main plugin and extending plugins by running npm run build or npm run start.