Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow UI plugins to customise the content header #284

Open
1 task done
chris-steele opened this issue Apr 19, 2024 · 1 comment
Open
1 task done

Allow UI plugins to customise the content header #284

chris-steele opened this issue Apr 19, 2024 · 1 comment
Labels
enhancement New or additional functionality
Milestone

Comments

@chris-steele
Copy link
Contributor

chris-steele commented Apr 19, 2024

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?

  • I can contribute
@chris-steele chris-steele added the enhancement New or additional functionality label Apr 19, 2024
@chris-steele chris-steele changed the title Allowing UI plugins to customise the content header Allow UI plugins to customise the content header Apr 19, 2024
@taylortom
Copy link
Contributor

Sounds very reasonable. I think we need a wider discussion about introducing this kind of think into v1.1

@taylortom taylortom added this to the v1.1.0 milestone Jun 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New or additional functionality
Projects
Development

No branches or pull requests

2 participants