Provide extension point to add and remove toolbar buttons #7
Description
Is your feature request related to a problem? Please describe.
We currently forked Element to provide the functionality described in element-hq/element-web#15737
We replace the widget toggle button from the toolbar with custom buttons for each widget. We heavily rely on widgets in our setup and want to make them more easily accessible.
Describe the solution you'd like
A general extension point that allows to remove certain toolbar buttons (e.g. at least the toggle widget button) and to add custom buttons (with title and icon) to it. We need to be able to dynamically change the buttons we add (not just once).
Describe alternatives you've considered
Alternative is to land an improvement into Element Web directly (see element-hq/element-web#15737). The issue is already open for some time, so I assume that there is currently no interest in landing such a change in Element itself. But we would also be glad to contribute it directly.
Additional context
I can provide additional details, e.g. the exact changes in out fork privately if you are interested.