Unilateral exercises logging

This commit is contained in:
AG
2025-12-03 23:30:32 +02:00
parent 50f3d4d49b
commit a632de65ea
24 changed files with 1656 additions and 244 deletions

View File

@@ -23,6 +23,7 @@ export async function logSporadicSet(setData: {
height?: number;
bodyWeightPercentage?: number;
note?: string;
side?: 'LEFT' | 'RIGHT';
}): Promise<SporadicSet | null> {
try {
const response = await api.post('/sporadic-sets', setData);