kingfisherdirect / magento2-better-debug-hints

Improved Magento 2 debug hints for layout and blocks
MIT License
2 stars 0 forks source link

Could be a great addition to Debug Toolbar #1

Open MagePsycho opened 6 months ago

MagePsycho commented 6 months ago

This can be a great addition to https://github.com/vpietri/magento2-developer-quickdevbar or https://github.com/Smile-SA/magento2-module-debug-toolbar

Any plans for creating a plugin for those toolbars?

lumnn commented 6 months ago

Thanks for the suggestion. I see that we could potentially add a panels to one of the module, to at least allow easier enabling of the hints and trigger picker with a button.

On the other side I don't want this module to depend on any other toolbars, so integration would have to be optional if both modules are installed. Majority of the work this module does, is happening on front-end, while the toolbar data and panels are built on backend, so this module would have to inject data into toolbar outside the APIs they provide, making the integration not as bullet proof against any changes made in toolbar modules.

Considering above and limited time I've got to spend on this module I'm probably not going to look into getting this integration sorted anytime soon, but PRs are welcome

MagePsycho commented 6 months ago

No worries. Thanks for your clarification. May the other way around is feasible.