t3n / neos-debug

Adds a debug panel to your Neos CMS website
MIT License
30 stars 16 forks source link

Rewrite plugin frontend #124

Open Sebobo opened 3 years ago

Sebobo commented 3 years ago

It's getting harder and harder to extend the plugins frontend part.

As we anyway have to do some rewrites for the backend to support Neos 7 we might also switch to some lightweight frontend library to render the debug interface.

I would like to try whether we could even use the Neos.Ui React components without creating huge bundle and this way have a Neos theme. But as the plugin is anyway only active in development, it shouldn't be a bis issue IMO.