History added to Quick Log. Some minor fixes.

This commit is contained in:
AG
2025-11-29 19:53:26 +02:00
parent 3d6fd001cb
commit 1de50e32c3
5 changed files with 57 additions and 11 deletions

View File

@@ -235,6 +235,7 @@ function App() {
userWeight={currentUser.profile?.weight}
activeSession={activeSession}
activePlan={activePlan}
sporadicSets={sporadicSets}
onSessionStart={handleStartSession}
onSessionEnd={handleEndSession}
onSessionQuit={handleQuitSession}