frontend: rename wger surfaces
This commit is contained in:
parent
72cd78c014
commit
76d13b19ba
@ -143,7 +143,7 @@ export function fallbackServices() {
|
|||||||
link: "https://pegasus.bstein.dev",
|
link: "https://pegasus.bstein.dev",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Atlas Health",
|
name: "Wger",
|
||||||
icon: "🏋️",
|
icon: "🏋️",
|
||||||
category: "health",
|
category: "health",
|
||||||
summary: "Workout + nutrition tracking with the wger mobile app.",
|
summary: "Workout + nutrition tracking with the wger mobile app.",
|
||||||
|
|||||||
@ -167,7 +167,7 @@
|
|||||||
|
|
||||||
<div class="card module">
|
<div class="card module">
|
||||||
<div class="module-head">
|
<div class="module-head">
|
||||||
<h2>Atlas Health (wger)</h2>
|
<h2>Wger</h2>
|
||||||
<span
|
<span
|
||||||
class="pill mono"
|
class="pill mono"
|
||||||
:class="
|
:class="
|
||||||
|
|||||||
@ -66,6 +66,12 @@ const sections = [
|
|||||||
target: "_blank",
|
target: "_blank",
|
||||||
description: "Kanban planning boards for projects.",
|
description: "Kanban planning boards for projects.",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: "Wger",
|
||||||
|
url: "https://health.bstein.dev",
|
||||||
|
target: "_blank",
|
||||||
|
description: "Workout + nutrition tracking with the wger mobile app.",
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
@ -150,23 +156,6 @@ const sections = [
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
|
||||||
title: "Health",
|
|
||||||
description: "Private wellness tracking with mobile apps.",
|
|
||||||
groups: [
|
|
||||||
{
|
|
||||||
title: "Fitness",
|
|
||||||
apps: [
|
|
||||||
{
|
|
||||||
name: "Atlas Health",
|
|
||||||
url: "https://health.bstein.dev",
|
|
||||||
target: "_blank",
|
|
||||||
description: "Workout and nutrition tracking (wger).",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Dev",
|
title: "Dev",
|
||||||
description: "Build and ship: source control, CI, registry, and GitOps.",
|
description: "Build and ship: source control, CI, registry, and GitOps.",
|
||||||
|
|||||||
@ -212,15 +212,15 @@
|
|||||||
:disabled="!auth.authenticated || loading || isStepBlocked('health_data_notice')"
|
:disabled="!auth.authenticated || loading || isStepBlocked('health_data_notice')"
|
||||||
@change="toggleStep('health_data_notice', $event)"
|
@change="toggleStep('health_data_notice', $event)"
|
||||||
/>
|
/>
|
||||||
<span>Review the health data notice</span>
|
<span>Review the Wger health data notice</span>
|
||||||
<span class="pill mono auto-pill" :class="stepPillClass('health_data_notice')">
|
<span class="pill mono auto-pill" :class="stepPillClass('health_data_notice')">
|
||||||
{{ stepPillLabel("health_data_notice") }}
|
{{ stepPillLabel("health_data_notice") }}
|
||||||
</span>
|
</span>
|
||||||
</label>
|
</label>
|
||||||
<p class="muted">
|
<p class="muted">
|
||||||
Atlas Health is a personal wellness tool, not medical advice. Use it at your own risk. Your health data
|
Wger is a personal wellness tool, not medical advice. Use it at your own risk. Your health data belongs to
|
||||||
belongs to you and will never be sold or used beyond providing the service. We apply best practices to
|
you and will never be sold or used beyond providing the service. We apply best practices to protect it,
|
||||||
protect it, but no system is risk-free.
|
but no system is risk-free.
|
||||||
</p>
|
</p>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
@ -232,7 +232,7 @@
|
|||||||
:disabled="!auth.authenticated || loading || isStepBlocked('wger_login')"
|
:disabled="!auth.authenticated || loading || isStepBlocked('wger_login')"
|
||||||
@change="toggleStep('wger_login', $event)"
|
@change="toggleStep('wger_login', $event)"
|
||||||
/>
|
/>
|
||||||
<span>Sign in to Atlas Health (wger)</span>
|
<span>Sign in to Wger</span>
|
||||||
<span class="pill mono auto-pill" :class="stepPillClass('wger_login')">
|
<span class="pill mono auto-pill" :class="stepPillClass('wger_login')">
|
||||||
{{ stepPillLabel("wger_login") }}
|
{{ stepPillLabel("wger_login") }}
|
||||||
</span>
|
</span>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user