diff --git a/templates/base.html b/templates/base.html index adfb430..baf60c9 100644 --- a/templates/base.html +++ b/templates/base.html @@ -102,7 +102,7 @@
+ class="text-base text-gray-900 font-normal rounded-lg flex items-center p-2 hover:bg-gray-100 group cursor-pointer {{ is_selected_page(url_for('dashboard')) }} page-link"> @@ -119,7 +119,7 @@
+
+ +
+ +
+ +
+ + diff --git a/templates/partials/people_link.html b/templates/partials/people_link.html index d1b326c..c0c69ed 100644 --- a/templates/partials/people_link.html +++ b/templates/partials/people_link.html @@ -1,7 +1,7 @@ {% for p in people %}
  • + class="text-base text-gray-900 font-normal rounded-lg hover:bg-gray-100 flex items-center p-2 group cursor-pointer page-link"> diff --git a/templates/settings.html b/templates/settings.html index a5712fd..3fa5d30 100644 --- a/templates/settings.html +++ b/templates/settings.html @@ -75,7 +75,12 @@
  • -
    +
    + hx-target="#new-exercise" _="on htmx:afterRequest + js + displayNotification('Exercise added') + end + then reset() me">