feat: add muscle visualization to exercise detail page
All checks were successful
CI / update (push) Successful in 3m42s

New MuscleMap component highlights primary muscles at full opacity and
secondary muscles at 40% using the existing body SVG diagrams. Only
renders front/back views that have active muscles.

Responsive layout: centered inline on mobile, sticky sidebar on desktop.
This commit is contained in:
2026-04-09 00:27:03 +02:00
parent 04284a7238
commit 72b49baeab
3 changed files with 310 additions and 47 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "homepage",
"version": "1.18.0",
"version": "1.19.0",
"private": true,
"type": "module",
"scripts": {