diff --git a/views/settings.tpl.html b/views/settings.tpl.html index 809c54a..a5e7056 100644 --- a/views/settings.tpl.html +++ b/views/settings.tpl.html @@ -35,7 +35,7 @@
-
+

@@ -88,7 +88,7 @@

-
+

Change Password @@ -127,7 +127,7 @@

-
+

Aliases @@ -203,7 +203,7 @@

-
+

Project Labels @@ -212,7 +212,7 @@
You can assign labels (aka. tags) to projects to group them together, e.g. by private and work. + class="inline-block mb-1 text-gray-500 italic">work. Please note that labels are only applied to new data, not to existing summaries in retrospect. To label historic data, you will need to clear and regenerate your summaries (see down below).
{{ if .Labels }} @@ -270,7 +270,7 @@

-
+

@@ -330,7 +330,7 @@

-
+

Public Data @@ -455,7 +455,7 @@

-
+

@@ -578,7 +578,7 @@

You have the ability to create badges from your coding statistics using Shields.io. To do so, you need to grant public, unauthorized - access to the respective endpoint. See Public + access to the respective endpoint. See Public Data setting.

{{ end }} @@ -612,7 +612,7 @@

-
+

  Danger Zone @@ -749,6 +749,12 @@ tzs.sort() .map(createTzOption) .forEach(o => selectTimezone.appendChild(o)) + + const hash = location.hash.replace('#', '') + if (hash) { + const elem = document.getElementById(hash) + if (elem) elem.open = true + } {{ template "footer.tpl.html" . }} diff --git a/views/summary.tpl.html b/views/summary.tpl.html index e8a24a2..eb9c4ed 100644 --- a/views/summary.tpl.html +++ b/views/summary.tpl.html @@ -173,7 +173,11 @@
-
+
+ + + +
Labels