Skip to content

panelStates

Shared Dashboard panel states (no-profile + loading).

Functions

NoProfile()

function NoProfile(props): Element;

Defined in: src/features/profile/components/panelStates.tsx:14

Shown by a panel when no profile is set.

Parameters

Parameter Type Description
props { what: string; } What the profile is needed for.
props.what string -

Returns

Element

The empty state.


PanelLoading()

function PanelLoading(): Element;

Defined in: src/features/profile/components/panelStates.tsx:29

A centered loading spinner for a panel's first load.

Returns

Element

The spinner.