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

feat: integrate with alert-api #173

Open
pjungermann opened this issue Jun 26, 2023 · 1 comment
Open

feat: integrate with alert-api #173

pjungermann opened this issue Jun 26, 2023 · 1 comment

Comments

@pjungermann
Copy link

Integrating the announcements with the alert-api by Backstage (core-plugin-api) would allow to display them at any view. This would not require a "home" page with a provided announcement widget to be used.

@chipnesh
Copy link

Agree.
For now, in order to display it as shown in the documentation example, I need to place the NewAnnouncementBanner on every single page.

Alternatively, I can place it inside the Root component, but this will alter the page layout and cause it to appear above the header.

<AppRouter>
    <VisitListener/>
    <Root>
        <NewAnnouncementBanner category='public' max={3}/>
        {routes}
    </Root>
</AppRouter>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants