You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I developed a UI plugin that needed to add a new button to the content header buttons. I found there was no API or event that I could use to know when the content header buttons had been (re-)rendered. I therefore had to use a DOM mutation observer to know when to add in my custom button. This is a rather fragile solution.
Perhaps we could introduce something like the navigation API as per the framework?
Can you work on this feature?
I can contribute
The text was updated successfully, but these errors were encountered:
Feature description
I developed a UI plugin that needed to add a new button to the content header buttons. I found there was no API or event that I could use to know when the content header buttons had been (re-)rendered. I therefore had to use a DOM mutation observer to know when to add in my custom button. This is a rather fragile solution.
Perhaps we could introduce something like the navigation API as per the framework?
Can you work on this feature?
The text was updated successfully, but these errors were encountered: