fix: rebuild athlete.json on every ingest; remove bincio-extract references from UI

This commit is contained in:
Davide Scaini
2026-04-10 15:47:50 +02:00
parent f8e02f3da2
commit ae883a7dba
4 changed files with 17 additions and 3 deletions
+1 -1
View File
@@ -130,7 +130,7 @@
<MmpChart {athlete} {activities} />
</div>
{:else}
<p class="text-zinc-500 text-sm">No power data found. Make sure your activities include power meter data and re-run <code class="text-zinc-300">bincio extract</code>.</p>
<p class="text-zinc-500 text-sm">No power data found. Make sure your activities include power meter data.</p>
{/if}
<!-- Records tab -->
+1 -1
View File
@@ -13,5 +13,5 @@ const handle = shards[0]?.handle ?? null;
window.location.replace(base + 'u/' + handle + '/athlete/');
</script>
) : (
<p>No data found. Run <code>bincio extract</code> first.</p>
<p>No data found. Upload activities to get started.</p>
)}
+1 -1
View File
@@ -14,5 +14,5 @@ const handle = shards[0]?.handle ?? null;
window.location.replace(base + 'u/' + handle + '/stats/');
</script>
) : (
<p>No data found. Run <code>bincio extract</code> first.</p>
<p>No data found. Upload activities to get started.</p>
)}