Skip to main content
The About screen shows app version, build metadata, and connectivity status at the route /settings/about.

Overview

The About screen is accessible from Settings and renders the AboutPanel 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

Access follows your organization’s role and module configuration. ## Before you start Must be authenticated; the route lives inside the authenticated app shell.

Steps

1

Open Settings

Navigate to Settings from the sidebar.
2

Select About

Choose “About” to open the About screen.
3

Check version

Review the current app version and build time shown in the panel.
4

Check for updates

Click the check-for-updates button to compare against the latest available version.
5

Force refresh (optional)

Use the force-refresh action to clear cached assets if experiencing stale content.

Key concepts

  • version / buildTime — values from useAppVersion hook
  • isOnline — network connectivity status from useNetworkStatus
  • Service worker status: active, update-waiting, unknown

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.
  • src/routes/platform.tsx
  • src/platform/settings/AboutPage.tsx
  • src/platform/pwa/components/AboutPanel.tsx