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
Sidebar panel icons, including for panels that are not actively selected, do not have a provision to add a badge or some other visual treatment to suggest that the user should open the sidebar panel and perform some action, such as reading a message or responding to an error.
Proposed Solution
Modify the sidebar widget API to allow for the panel icon to have a badge on it, with some combination of a shape and a text annotation, such as a number. Allow for widgets to dynamically show, hide, or update the badge in response to actions in any part of JupyterLab.
Related PR: #15155 would add a popover to show shortcuts when an accelerator is pressed. If we implement this, we need to avoid conflicts with the popover on keypress.
Problem
Sidebar panel icons, including for panels that are not actively selected, do not have a provision to add a badge or some other visual treatment to suggest that the user should open the sidebar panel and perform some action, such as reading a message or responding to an error.
Proposed Solution
Modify the sidebar widget API to allow for the panel icon to have a badge on it, with some combination of a shape and a text annotation, such as a number. Allow for widgets to dynamically show, hide, or update the badge in response to actions in any part of JupyterLab.
Additional context
See also:
The text was updated successfully, but these errors were encountered: