Client - add workouts list view

This commit is contained in:
Sam
2021-10-05 15:23:41 +02:00
parent e75e3487e6
commit b1acb6c570
17 changed files with 821 additions and 6 deletions

View File

@ -92,7 +92,10 @@
}
function loadMoreWorkouts() {
page.value += 1
loadWorkouts()
store.dispatch(WORKOUTS_STORE.ACTIONS.GET_MORE_USER_WORKOUTS, {
page: page.value,
per_page,
})
}
return {