Developer ReferenceDashboard (Wish)ComponentsDashboard
components/dashboard/apps
Functions
Apps()
function Apps(__namedParameters?): Element;Defined in: components/dashboard/apps.tsx:80
Renders the catalog grid, its search box and the per-app detail view inside a dialog controlled by the parent.
The catalog is fetched once per modal open, plus explicit Retry presses; a failure settles into the error view rather than refetching. The fetch is aborted after a timeout and on close or unmount.
Parameters
| Parameter | Type |
|---|---|
__namedParameters | AppsProps |
Returns
Element