johnbillion / query-monitor

The developer tools panel for WordPress
https://querymonitor.com
GNU General Public License v2.0
1.59k stars 208 forks source link

Native Block Editor integration #720

Open fabiankaegy opened 1 year ago

fabiankaegy commented 1 year ago

Currently, query monitor only lives within the regular wp admin bar, which is the correct place for it. However, with Gutenberg taking over more and more of the UI the admin bar is not always reachable anymore. In the post editor you can only reach it when disabling the "Fullscreen mode". In the site editor however there is no option to even do this. So it is currently impossible to invoke query monitor when working in the site editor.

It would be really neat to use the slot fill system of the block editor to also render a Gutenberg native UI for the query monitor menu.

johnbillion commented 1 year ago

Yeah agreed, but this is low on my list of priorities. #483 needs to come first anyway.