Merge branch 'main' of git.leafbla.de:Jesko/workout-basic into main
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
commit
3e264237b8
@ -1,35 +1,42 @@
|
|||||||
var exerciseTypes = [
|
var exerciseTypes = [
|
||||||
{ name: "One Arm Dumbbell Row", tags: ["back"] },
|
{ name: "One Arm Dumbbell Row", tags: ["back"] },
|
||||||
{ name: "Lat Pulldown Wide", tags: ["back"] },
|
|
||||||
{ name: "Lat Pulldown Narrow", tags: ["back"] },
|
|
||||||
{ name: "Cable Row w/ Wide Neutral Grip", tags: ["back"] },
|
{ name: "Cable Row w/ Wide Neutral Grip", tags: ["back"] },
|
||||||
{ name: "Cable Row w/ Neutral Grip", tags: ["back"] },
|
{ name: "Cable Row w/ Neutral Grip", tags: ["back"] },
|
||||||
{ name: "Cable Row w/ Over Grip", tags: ["back"] },
|
{ name: "Cable Row w/ Over Grip", tags: ["back"] },
|
||||||
|
{ name: "Machine Row w/ Over Grip", tags: ["back"] },
|
||||||
|
{ name: "Machine Row w/ Neutral Grip", tags: ["back"] },
|
||||||
|
{ name: "Machine Row w/ Under Grip", tags: ["back"] },
|
||||||
|
{ name: "Lat Pulldown Wide", tags: ["back"] },
|
||||||
|
{ name: "Lat Pulldown Narrow", tags: ["back"] },
|
||||||
{ name: "Rear Deltoid Machine", tags: ["back"] },
|
{ name: "Rear Deltoid Machine", tags: ["back"] },
|
||||||
|
{ name: "Face Pull", tags: [] },
|
||||||
|
{ name: "Over Grip Pull Up", tags: [] },
|
||||||
|
{ name: "Under Grip Pull Up", tags: [] },
|
||||||
|
{ name: "Military Press", tags: ["shoulder", "triceps"] },
|
||||||
|
{ name: "Machine Shoulder Press", tags: ["shoulder", "triceps"] },
|
||||||
|
{ name: "Dumbbell Shoulder Press", tags: ["shoulder", "triceps"] },
|
||||||
|
{ name: "Incline Bench Press", tags: ["chest", "triceps"] },
|
||||||
|
{ name: "Incline Bench Press Dumbbell", tags: ["chest", "triceps"] },
|
||||||
|
{ name: "Bench Press", tags: ["chest", "triceps"] },
|
||||||
|
{ name: "Bench Press Dumbbell", tags: ["chest", "triceps"] },
|
||||||
|
{ name: "Butterfly", tags: ["chest"] },
|
||||||
|
{ name: "Dips", tags: ["chest", "triceps"] },
|
||||||
|
{ name: "Cable Over Head Rope Triceps", tags: ["triceps"] },
|
||||||
|
{ name: "Cable Over Head Bar Triceps", tags: ["triceps"] },
|
||||||
|
{ name: "Cable Rope Triceps Extension", tags: ["triceps"] },
|
||||||
|
{ name: "Cable Bar Triceps Extension", tags: ["triceps"] },
|
||||||
|
{ name: "Side Lateral Raise", tags: [] },
|
||||||
|
{ name: "Machine Bench Press", tags: ["chest"] },
|
||||||
|
{ name: "Cable Biceps Curl", tags: ["biceps"] },
|
||||||
|
{ name: "21s", tags: ["biceps"] },
|
||||||
{ name: "Biceps Curl", tags: ["biceps"] },
|
{ name: "Biceps Curl", tags: ["biceps"] },
|
||||||
{ name: "Hammer Curl", tags: ["biceps"] },
|
{ name: "Hammer Curl", tags: ["biceps"] },
|
||||||
{ name: "Military Press", tags: [] },
|
{ name: "Supported Biceps Curl", tags: ["biceps"] },
|
||||||
{ name: "Bench Press", tags: [] },
|
|
||||||
{ name: "Bench Press Dumbbell", tags: [] },
|
|
||||||
{ name: "Butterfly", tags: [] },
|
|
||||||
{ name: "Incline Bench Press", tags: [] },
|
|
||||||
{ name: "Incline Bench Press Dumbbell", tags: [] },
|
|
||||||
{ name: "Leg Press", tags: [] },
|
|
||||||
{ name: "Squat", tags: [] },
|
|
||||||
{ name: "Leg Curl", tags: [] },
|
|
||||||
{ name: "Leg Extension", tags: [] },
|
|
||||||
{ name: "Dips", tags: [] },
|
|
||||||
{ name: "Under Grip Pull Up", tags: [] },
|
|
||||||
{ name: "Over Grip Pull Up", tags: [] },
|
|
||||||
{ name: "Cable Biceps Curl", tags: [] },
|
|
||||||
{ name: "Supported Biceps Curl", tags: [] },
|
|
||||||
{ name: "Cable Triceps", tags: [] },
|
|
||||||
{ name: "Deadlift", tags: [] },
|
{ name: "Deadlift", tags: [] },
|
||||||
{ name: "Standing Calf Raises", tags: [] },
|
{ name: "Standing Calf Raises", tags: ["leg"] },
|
||||||
{ name: "Face Pull", tags: [] },
|
{ name: "Leg Press", tags: ["leg"] },
|
||||||
{ name: "Machine Shoulder Press", tags: [] },
|
{ name: "Squat", tags: ["leg"] },
|
||||||
{ name: "Dumbbell Shoulder Press", tags: [] },
|
{ name: "Leg Curl", tags: ["leg"] },
|
||||||
{ name: "Side Lateral Raise", tags: [] },
|
{ name: "Leg Extension", tags: ["leg"] },
|
||||||
{ name: "Machine Bench Press", tags: [] },
|
{ name: "Other", tags: [] },
|
||||||
{ name: "21s", tags: [] }
|
|
||||||
];
|
];
|
Loading…
Reference in New Issue
Block a user