| ID | product.user_facing.dashboard_app.shell |
|---|---|
| Description | Layout and authentication. |
| Key | shell |
| Type | component |
| Team | Apps |
| Owner | apps@iotgateway.example |
| Status | active |
| Technologies | TypeScript, React, Next.js |
| Attributes | framework: Next.js |
| Tags |
The App Shell is the frame the rest of the dashboard renders into. It owns the layout, client-side routing and the authentication session, so individual views like the Fleet Table can focus purely on their data.
One place for cross-cutting concerns
Auth, navigation chrome and global error boundaries live here once, instead of being re-implemented by every feature view.
3 incoming links
| Source object | Label | Link type | Relation | Raw id | Required | Description | |
|---|---|---|---|---|---|---|---|
| rendered in | — | links | product.user_facing.dashboard_app.shell | — | — | ||
| rendered in | — | links | product.user_facing.dashboard_app.shell | — | — | ||
| rendered in | — | links | product.user_facing.dashboard_app.shell | — | — |