Refactor calendar (month and year view), switching to vertical slice arch. Also in progress of refactoring of stats so they are retreived after inital page load for performance sake

This commit is contained in:
Peter Stockings
2024-04-11 13:45:38 +10:00
parent 76789a4934
commit 63d997a3f1
7 changed files with 302 additions and 133 deletions

View File

@@ -108,7 +108,8 @@
{% block content %}
{% endblock %}
</div>
{% block stats %}
{% endblock %}
</main>
</div>
@@ -150,6 +151,9 @@
</div>
</template>
{% block add_workout_button %}
{% endblock %}
</body>
</html>