This Theme Component adds a button to the site header to enable the Developer Tools. When Dev Tools are not enabled, the button is the normal bug icon. When it is enabled, it is at the bug-slash icon.
Before enabling:
After enabling:
The button should remain at its respective state even when the page is closed, as it uses localStorage.
It moves the search and chat a a few other goodies to a bottom bar. Not a big deal. As the Dev bar when active is a bit busy compared to the old TC plugin outlets in mobile.
I’ve just merged in a PR that fixes the logic related to the admin_only setting. The setting should now function properly. Somehow I missed this bug for quite a while.