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
Resolves: #1938
Add a queued tasks count badge plus and item drawer.
- Use the standard `NotificationDrawer` attached to
the `Page` layout to render the task manager item
drawer.
- Add a `TaskManagerContext` to control the count indicator
and visibility of the drawer. This is a top level context
so the task manager is available on all pages.
__Still Needs__:
- Query for hitting the queued count endpoint
- Query for pulling queued task details at a set page size (pull just
enough so the user needs to scroll to see more)
- Task rows in the notification drawer
- Individual task actions
- Infinite scroll on the task list (or at least a load more link/icon,
maybe a visual indicator that more can be fetched on scroll or click)
Related changes:
- Update the `HeaderApp` to handle visibility of masthead
toolbar items at the `ToolbarGroup` level.
- Rename `SSOMenu` to `SsoToolbarItem`.
Signed-off-by: Scott J Dickerson <[email protected]>
0 commit comments