Skip to content

ProfileChip

The active-profile control in the sidebar foot. Shows the current profile and opens a small dialog to set or clear it. Profile data is just a localStorage id (see ProfileContext); richer management lives on the Dashboard.

Interfaces

ProfileChipProps

Defined in: src/app/shell/ProfileChip.tsx:13

Properties

Property Type Description Defined in
expanded boolean Whether the sidebar is expanded (show the label) or collapsed (icon only). src/app/shell/ProfileChip.tsx:15

Functions

ProfileChip()

function ProfileChip(props): Element;

Defined in: src/app/shell/ProfileChip.tsx:24

The ProfileChip component.

Parameters

Parameter Type Description
props ProfileChipProps The props.

Returns

Element

The profile chip + its set/clear dialog.