Add exercise progress graphs to new person overview page
This commit is contained in:
@@ -94,6 +94,12 @@
|
||||
|
||||
{{ render_partial('partials/tags.html',person_id=person_id, tags=tags) }}
|
||||
|
||||
<div class="mt-4 mb-4 w-full grid grid-cols-1 2xl:grid-cols-2 gap-4">
|
||||
{% for graph in exercise_progress_graphs %}
|
||||
{{ render_partial('partials/sparkline.html', **graph.progress_graph) }}
|
||||
{% endfor %}
|
||||
</div>
|
||||
|
||||
<div class="flex flex-col mt-3 w-screen sm:w-full overflow-auto">
|
||||
<div class="overflow-x-auto rounded-lg">
|
||||
<div class="flex justify-center">
|
||||
|
||||
Reference in New Issue
Block a user