diff --git a/gui/public/images/front-standing-pose.png b/gui/public/images/front-standing-pose.png new file mode 100644 index 000000000..19b5d6c46 Binary files /dev/null and b/gui/public/images/front-standing-pose.png differ diff --git a/gui/public/images/mounting-reset-pose.png b/gui/public/images/mounting-reset-pose.png index a31346a12..61116ca88 100644 Binary files a/gui/public/images/mounting-reset-pose.png and b/gui/public/images/mounting-reset-pose.png differ diff --git a/gui/public/images/reset-pose.png b/gui/public/images/reset-pose.png index 1140290de..457470c19 100644 Binary files a/gui/public/images/reset-pose.png and b/gui/public/images/reset-pose.png differ diff --git a/gui/src/components/commons/PersonFrontIcon.tsx b/gui/src/components/commons/PersonFrontIcon.tsx index 73755431c..dc09b10a0 100644 --- a/gui/src/components/commons/PersonFrontIcon.tsx +++ b/gui/src/components/commons/PersonFrontIcon.tsx @@ -9,11 +9,16 @@ export function PersonFrontIcon({ width }: { width?: number }) { viewBox="0 0 165 392" xmlns="http://www.w3.org/2000/svg" > - + + {/* */} @@ -47,29 +52,29 @@ export function PersonFrontIcon({ width }: { width?: number }) { /> @@ -82,7 +87,7 @@ export function PersonFrontIcon({ width }: { width?: number }) { /> @@ -134,7 +139,7 @@ export function PersonFrontIcon({ width }: { width?: number }) { +
+ onRoleSelected(BodyPart.WAIST)} + role={BodyPart.WAIST} + direction="left" + /> + onRoleSelected(BodyPart.HIP)} + role={BodyPart.HIP} + direction="left" + /> +
+
-
- onRoleSelected(BodyPart.WAIST)} - role={BodyPart.WAIST} - direction="left" - /> - onRoleSelected(BodyPart.HIP)} - role={BodyPart.HIP} - direction="left" - /> -
- + mounting reset ski pose
); diff --git a/gui/src/components/onboarding/pages/mounting/mounting-steps/Preparation.tsx b/gui/src/components/onboarding/pages/mounting/mounting-steps/Preparation.tsx index 583f1cd49..4b2e6e015 100644 --- a/gui/src/components/onboarding/pages/mounting/mounting-steps/Preparation.tsx +++ b/gui/src/components/onboarding/pages/mounting/mounting-steps/Preparation.tsx @@ -52,7 +52,7 @@ export function PreparationStep({
- + Reset position
);