Partial refactor of tags functionality

Still need to move tags db logic to BP and move workout tag logic to BP as well
This commit is contained in:
Peter Stockings
2025-04-19 21:10:34 +10:00
parent e947feb3e3
commit 7aa7f9b8dc
6 changed files with 180 additions and 92 deletions

View File

@@ -92,7 +92,9 @@
</div>
</div>
{{ render_partial('partials/tags.html',person_id=person_id, tags=tags) }}
<div id="tags-container">
{{ render_partial('partials/tags.html', person_id=person_id, tags=tags) }}
</div>
<div class="hidden" hx-get="{{ url_for('get_people_graphs') }}"
hx-include="[name='exercise_id'],[name='min_date'],[name='max_date']"