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:
@@ -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>
|
||||
Reference in New Issue
Block a user