{partial ? 'Some categories aren\'t shared' : 'Syncing in the background'}
{partial
? 'Open Apple Health to share the missing categories with Ordentus.'
: 'Last sync 14 minutes ago · 1,284 samples in the last 24h.'}
{cats.map((r, i) => (
{r.t}
{r.s} · {r.detail}
{r.on
?
: Open Health
}
))}
Live sync
Cellular sync
Server
portal.l.workers.dev
Last sync
14 min ago · 1,284 samples
Ordentus reads from Apple Health and writes to your own server only. Permissions can also be changed anytime in Settings → Health → Data Access & Devices → Ordentus.
);
}
window.HealthKitManage = HealthKitManage;
// ─────────────────────────────────────────────────────────────
// 4. PARTIAL — Overview with a permission banner
// ─────────────────────────────────────────────────────────────
function HealthKitPartial({ dark = false }) {
return (