The About screen shows app version, build metadata, and connectivity status at the routeDocumentation Index
Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt
Use this file to discover all available pages before exploring further.
/settings/about.
Overview
The About screen is accessible from Settings and renders theAboutPanel component. It displays the current app version, latest available version, last-checked timestamp, and a check-for-updates action. A network-online indicator and service worker status (active, update-waiting, or unknown) are also shown. Users can trigger a force-refresh to clear cached assets.
Who it’s for
No explicit permission gate on this route.Before you start
Must be authenticated; the route lives inside the authenticated app shell.Steps
Check for updates
Click the check-for-updates button to compare against the latest available version.
Key concepts
version/buildTime— values fromuseAppVersionhookisOnline— network connectivity status fromuseNetworkStatus- Service worker status:
active,update-waiting,unknown
Related
Platform Foundation
Platform Foundation overview.
Governance & parity
Documentation coverage and governance.
This page documents shipped product behavior. It is not medical, legal, or
billing advice. Verify against your organization’s policies and applicable
regulations before using it for clinical, compliance, or billing decisions.
Protected health information (PHI) shown in the product is governed by your
tenant’s access controls and is never exposed in this documentation.
Documentation sources
Documentation sources
- src/routes/platform.tsx
- src/platform/settings/AboutPage.tsx
- src/platform/pwa/components/AboutPanel.tsx