Commit f11e994
authored
Refine exercise collapsible header in session logger (#117)
## Summary
- Updated the exercise card render logic so each collapsible <summary> now shows only the exercise name (no metadata in the header). This also means cards are collapsed by default because the forced details.open = true behavior was removed.
- Added an in-body metadata row (.exercise-info-row) inside each exercise collapsible and moved contextual info there: exercise notes, rep range (min_reps–max_reps or AMRAP), plus the previous-session chip when available.
------
[Codex Task](https://chatgpt.com/codex/tasks/task_e_6996d5a2d1308325858b29cd250f1336)1 parent 19de96c commit f11e994
1 file changed
Lines changed: 32 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
116 | 123 | | |
117 | 124 | | |
118 | 125 | | |
| |||
462 | 469 | | |
463 | 470 | | |
464 | 471 | | |
465 | | - | |
466 | 472 | | |
467 | 473 | | |
468 | | - | |
469 | | - | |
470 | | - | |
471 | | - | |
472 | | - | |
473 | | - | |
| 474 | + | |
| 475 | + | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
474 | 479 | | |
475 | 480 | | |
476 | | - | |
477 | | - | |
478 | | - | |
479 | | - | |
480 | | - | |
481 | | - | |
482 | 481 | | |
483 | 482 | | |
484 | 483 | | |
| 484 | + | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
| 489 | + | |
| 490 | + | |
| 491 | + | |
| 492 | + | |
| 493 | + | |
| 494 | + | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
| 502 | + | |
485 | 503 | | |
486 | 504 | | |
487 | 505 | | |
| |||
517 | 535 | | |
518 | 536 | | |
519 | 537 | | |
| 538 | + | |
520 | 539 | | |
521 | 540 | | |
522 | 541 | | |
| |||
0 commit comments