From 742703a36fdc6f441d5b10f32dbefa4ca3c21e0c Mon Sep 17 00:00:00 2001 From: neckfire Date: Tue, 21 Jul 2026 13:27:45 +0200 Subject: [PATCH] =?UTF-8?q?StreakFit=20web:=20exercices=20planifi=C3=A9s?= =?UTF-8?q?=20en=20s=C3=A9ance=20+=20filtre=20mat=C3=A9riel=20+=20config?= =?UTF-8?q?=20matos=20profil?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - session/[id]: affiche les exercices planifies de la routine (objectif series x reps) + pre-remplit la 1re serie - exercises/index: select Materiel + bouton 'Mon matos' (filtre sur le materiel du profil) - profile: multi-select du materiel possede + PATCH /api/me - i18n fr/en/pt-BR Co-Authored-By: Claude Opus 4.8 (1M context) --- app/pages/exercises/index.vue | 70 ++++++++++++++++++++++++++--------- app/pages/profile.vue | 49 ++++++++++++++++++++++++ app/pages/session/[id].vue | 36 ++++++++++++++---- app/stores/auth.ts | 1 + i18n/locales/en.json | 17 +++++++-- i18n/locales/fr.json | 17 +++++++-- i18n/locales/pt-BR.json | 17 +++++++-- 7 files changed, 169 insertions(+), 38 deletions(-) diff --git a/app/pages/exercises/index.vue b/app/pages/exercises/index.vue index 0a46b9d..3009bea 100644 --- a/app/pages/exercises/index.vue +++ b/app/pages/exercises/index.vue @@ -1,6 +1,7 @@