From 60325b2ed38750c974d3848820ca48f4a39a8b6b Mon Sep 17 00:00:00 2001 From: Gregory Trullemans Date: Wed, 15 May 2024 08:51:02 +0200 Subject: [PATCH] Update interface buttons --- jarvis/core/templates/dashboard/dashboard.html | 7 ++++--- jarvis/followup/templates/chronos/list.html | 10 +++++----- jarvis/followup/templates/heightweight/list.html | 10 +++++----- jarvis/followup/templates/injuries/list.html | 2 +- jarvis/followup/templates/intensities/list.html | 10 +++++----- jarvis/followup/templates/scores/list.html | 10 +++++----- jarvis/followup/templates/wellbeing/list.html | 10 +++++----- jarvis/objective/templates/combinations/list.html | 10 +++++----- .../templates/gymnasts/tabs/tab_routines_scores.html | 2 +- 9 files changed, 36 insertions(+), 35 deletions(-) diff --git a/jarvis/core/templates/dashboard/dashboard.html b/jarvis/core/templates/dashboard/dashboard.html index 8023873..1f0547e 100644 --- a/jarvis/core/templates/dashboard/dashboard.html +++ b/jarvis/core/templates/dashboard/dashboard.html @@ -27,7 +27,7 @@

Hi {{ user.first_name }} !

-

Welcome to Jarvi v1.0.4 (last update : 10 may 2024).

+

Welcome to Jarvi v1.0.5 (last update : 14 may 2024).

This application is designed to assist coaches in managing gymnasts' progress, evaluations, routines, scores, and more. While this tool isn't flawless, please feel free to submit improvement suggestions, bug reports, or any feedback by sending an email.

@@ -89,10 +89,11 @@ {{ event.name }} {% if event.number_of_week_from_today < 0 %} - {{event.number_of_week_from_today}} + {{ event.number_of_week_from_today }} {% else %} - {{event.number_of_week_from_today}} + {{ event.number_of_week_from_today }} + {% endif %} diff --git a/jarvis/followup/templates/chronos/list.html b/jarvis/followup/templates/chronos/list.html index 530ebfa..261778a 100644 --- a/jarvis/followup/templates/chronos/list.html +++ b/jarvis/followup/templates/chronos/list.html @@ -16,11 +16,11 @@
diff --git a/jarvis/followup/templates/heightweight/list.html b/jarvis/followup/templates/heightweight/list.html index b70d4c4..c07888a 100644 --- a/jarvis/followup/templates/heightweight/list.html +++ b/jarvis/followup/templates/heightweight/list.html @@ -23,11 +23,11 @@
{% if request.user|has_group:"trainer" %} - - - +

+ + + +

{% endif %}
diff --git a/jarvis/followup/templates/injuries/list.html b/jarvis/followup/templates/injuries/list.html index 1ee6be9..4c1a32b 100644 --- a/jarvis/followup/templates/injuries/list.html +++ b/jarvis/followup/templates/injuries/list.html @@ -98,7 +98,7 @@ }); $('#injury_table').DataTable({ - scrollY: '50vh', + // scrollY: '50vh', paging: false, searching: false, ordering: false, diff --git a/jarvis/followup/templates/intensities/list.html b/jarvis/followup/templates/intensities/list.html index 25d3f2b..9d18bf6 100644 --- a/jarvis/followup/templates/intensities/list.html +++ b/jarvis/followup/templates/intensities/list.html @@ -13,11 +13,11 @@
diff --git a/jarvis/followup/templates/scores/list.html b/jarvis/followup/templates/scores/list.html index 98c8858..0911508 100644 --- a/jarvis/followup/templates/scores/list.html +++ b/jarvis/followup/templates/scores/list.html @@ -22,11 +22,11 @@
{% if request.user|has_group:"trainer" %} - - - +

+ + + +

{% endif %}
diff --git a/jarvis/followup/templates/wellbeing/list.html b/jarvis/followup/templates/wellbeing/list.html index adfd493..f77b902 100644 --- a/jarvis/followup/templates/wellbeing/list.html +++ b/jarvis/followup/templates/wellbeing/list.html @@ -23,11 +23,11 @@
{% if request.user|has_group:"trainer" %} - - - +

+ + + +

{% endif %}
diff --git a/jarvis/objective/templates/combinations/list.html b/jarvis/objective/templates/combinations/list.html index b079a16..c5e002b 100644 --- a/jarvis/objective/templates/combinations/list.html +++ b/jarvis/objective/templates/combinations/list.html @@ -11,11 +11,11 @@
{% if request.user|has_group:"trainer" %} - - - +

+ + + +

{% endif %}
diff --git a/jarvis/people/templates/gymnasts/tabs/tab_routines_scores.html b/jarvis/people/templates/gymnasts/tabs/tab_routines_scores.html index acbf84e..9a5ba3a 100644 --- a/jarvis/people/templates/gymnasts/tabs/tab_routines_scores.html +++ b/jarvis/people/templates/gymnasts/tabs/tab_routines_scores.html @@ -116,7 +116,7 @@

{% if ghr_list %} - + {% endif %}