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

Add status panel extensions #15775

Closed
alexymantha opened this issue Oct 2, 2023 · 0 comments · Fixed by #15780
Closed

Add status panel extensions #15775

alexymantha opened this issue Oct 2, 2023 · 0 comments · Fixed by #15780
Labels
enhancement New feature or request

Comments

@alexymantha
Copy link
Member

alexymantha commented Oct 2, 2023

Summary

Add a new status panel extension hook to customize the status panel.

Motivation

Mentionned in #14463, it would be nice to be able to extend the status panel of an application to display extra information on the application's status. Here is an example of what it would look like for the progressive sync feature:

image

Similar to optional status such as the sync windows notification.

Proposal

Add a new type of extension in:

import {Application, ApplicationTree, State} from '../models';

The Application should be passed to the extensions

Very similar to other types of extension.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
1 participant