mirror of
https://github.com/muety/wakapi.git
synced 2023-08-10 21:12:56 +03:00
chore: link to labels settings
This commit is contained in:
parent
7bcd6890d1
commit
7c4a2024b6
@ -35,7 +35,7 @@
|
|||||||
<main class="mt-4 flex-grow flex justify-center w-full">
|
<main class="mt-4 flex-grow flex justify-center w-full">
|
||||||
<div class="flex flex-col flex-grow max-w-2xl mt-8">
|
<div class="flex flex-col flex-grow max-w-2xl mt-8">
|
||||||
|
|
||||||
<details class="my-8 pb-8 border-b border-gray-700">
|
<details class="my-8 pb-8 border-b border-gray-700" id="details-account">
|
||||||
<summary class="cursor-pointer">
|
<summary class="cursor-pointer">
|
||||||
<h2 class="font-semibold text-lg text-white m-0 border-b-2 border-green-700 inline-block"
|
<h2 class="font-semibold text-lg text-white m-0 border-b-2 border-green-700 inline-block"
|
||||||
id="preferences-heading">
|
id="preferences-heading">
|
||||||
@ -88,7 +88,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
<details class="mb-8 pb-8 border-b border-gray-700">
|
<details class="mb-8 pb-8 border-b border-gray-700" id="details-password">
|
||||||
<summary class="cursor-pointer">
|
<summary class="cursor-pointer">
|
||||||
<h2 class="font-semibold text-lg text-white m-0 border-b-2 border-green-700 inline-block" id="password">
|
<h2 class="font-semibold text-lg text-white m-0 border-b-2 border-green-700 inline-block" id="password">
|
||||||
Change Password
|
Change Password
|
||||||
@ -127,7 +127,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
<details class="mb-8 pb-8 border-b border-gray-700">
|
<details class="mb-8 pb-8 border-b border-gray-700" id="details-aliases">
|
||||||
<summary class="cursor-pointer">
|
<summary class="cursor-pointer">
|
||||||
<h2 class="font-semibold text-lg text-white m-0 border-b-2 border-green-700 inline-block">
|
<h2 class="font-semibold text-lg text-white m-0 border-b-2 border-green-700 inline-block">
|
||||||
Aliases
|
Aliases
|
||||||
@ -203,7 +203,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
<details class="mb-8 pb-8 border-b border-gray-700">
|
<details class="mb-8 pb-8 border-b border-gray-700" id="details-labels">
|
||||||
<summary class="cursor-pointer">
|
<summary class="cursor-pointer">
|
||||||
<h2 class="font-semibold text-lg text-white m-0 border-b-2 border-green-700 inline-block">
|
<h2 class="font-semibold text-lg text-white m-0 border-b-2 border-green-700 inline-block">
|
||||||
Project Labels
|
Project Labels
|
||||||
@ -212,7 +212,7 @@
|
|||||||
<div class="w-full" id="project-labels">
|
<div class="w-full" id="project-labels">
|
||||||
<div class="text-gray-300 text-sm mb-4 mt-6">
|
<div class="text-gray-300 text-sm mb-4 mt-6">
|
||||||
You can assign labels (aka. tags) to projects to group them together, e.g. by <span class="inline-block mb-1 text-gray-500 italic">private</span> and <span
|
You can assign labels (aka. tags) to projects to group them together, e.g. by <span class="inline-block mb-1 text-gray-500 italic">private</span> and <span
|
||||||
class="inline-block mb-1 text-gray-500 italic">work</span>.
|
class="inline-block mb-1 text-gray-500 italic">work</span>. 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).
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{{ if .Labels }}
|
{{ if .Labels }}
|
||||||
@ -270,7 +270,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
<details class="mb-8 pb-8 border-b border-gray-700">
|
<details class="mb-8 pb-8 border-b border-gray-700" id="details-mappings">
|
||||||
<summary class="cursor-pointer">
|
<summary class="cursor-pointer">
|
||||||
<h2 class="font-semibold text-lg text-white m-0 border-b-2 border-green-700 inline-block"
|
<h2 class="font-semibold text-lg text-white m-0 border-b-2 border-green-700 inline-block"
|
||||||
id="languages">
|
id="languages">
|
||||||
@ -330,7 +330,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
<details class="mb-8 pb-8 border-b border-gray-700" id="public_data">
|
<details class="mb-8 pb-8 border-b border-gray-700" id="details-public-data">
|
||||||
<summary class="cursor-pointer">
|
<summary class="cursor-pointer">
|
||||||
<h2 class="font-semibold text-lg text-white m-0 border-b-2 border-green-700 inline-block">
|
<h2 class="font-semibold text-lg text-white m-0 border-b-2 border-green-700 inline-block">
|
||||||
Public Data
|
Public Data
|
||||||
@ -455,7 +455,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
<details class="mb-8 pb-8 border-b border-gray-700">
|
<details class="mb-8 pb-8 border-b border-gray-700" id="details-integrations">
|
||||||
<summary class="cursor-pointer">
|
<summary class="cursor-pointer">
|
||||||
<h2 class="font-semibold text-lg text-white m-0 border-b-2 border-green-700 inline-block"
|
<h2 class="font-semibold text-lg text-white m-0 border-b-2 border-green-700 inline-block"
|
||||||
id="integrations">
|
id="integrations">
|
||||||
@ -578,7 +578,7 @@
|
|||||||
<p>You have the ability to create badges from your coding statistics using <a
|
<p>You have the ability to create badges from your coding statistics using <a
|
||||||
href="https://shields.io" target="_blank" class="border-b border-green-800"
|
href="https://shields.io" target="_blank" class="border-b border-green-800"
|
||||||
rel="noopener noreferrer">Shields.io</a>. To do so, you need to grant public, unauthorized
|
rel="noopener noreferrer">Shields.io</a>. To do so, you need to grant public, unauthorized
|
||||||
access to the respective endpoint. See <a href="settings#public_data" class="underline">Public
|
access to the respective endpoint. See <a href="settings#details-public-data" class="underline">Public
|
||||||
Data</a> setting.</p>
|
Data</a> setting.</p>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</div>
|
</div>
|
||||||
@ -612,7 +612,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
<details class="mb-8 pb-8">
|
<details class="mb-8 pb-8" id="details-danger-zone">
|
||||||
<summary class="cursor-pointer">
|
<summary class="cursor-pointer">
|
||||||
<h2 class="font-semibold text-lg text-white m-0 border-b-2 border-green-700 inline-block" id="danger">
|
<h2 class="font-semibold text-lg text-white m-0 border-b-2 border-green-700 inline-block" id="danger">
|
||||||
<span class="iconify inline" data-icon="emojione-v1:warning"></span> Danger Zone
|
<span class="iconify inline" data-icon="emojione-v1:warning"></span> Danger Zone
|
||||||
@ -749,6 +749,12 @@
|
|||||||
tzs.sort()
|
tzs.sort()
|
||||||
.map(createTzOption)
|
.map(createTzOption)
|
||||||
.forEach(o => selectTimezone.appendChild(o))
|
.forEach(o => selectTimezone.appendChild(o))
|
||||||
|
|
||||||
|
const hash = location.hash.replace('#', '')
|
||||||
|
if (hash) {
|
||||||
|
const elem = document.getElementById(hash)
|
||||||
|
if (elem) elem.open = true
|
||||||
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
{{ template "footer.tpl.html" . }}
|
{{ template "footer.tpl.html" . }}
|
||||||
|
@ -173,7 +173,11 @@
|
|||||||
<div class="w-full lg:w-1/2 p-1" style="max-width: 100vw;">
|
<div class="w-full lg:w-1/2 p-1" style="max-width: 100vw;">
|
||||||
<div class="p-4 pb-10 bg-gray-900 border border-gray-700 text-gray-300 rounded-md shadow m-2 flex flex-col" id="label-container" style="height: 300px">
|
<div class="p-4 pb-10 bg-gray-900 border border-gray-700 text-gray-300 rounded-md shadow m-2 flex flex-col" id="label-container" style="height: 300px">
|
||||||
<div class="flex justify-between">
|
<div class="flex justify-between">
|
||||||
<div class="w-1/4 flex-1"></div>
|
<div class="w-1/4 flex-1">
|
||||||
|
<a href="settings#details-labels" class="h-8 inline">
|
||||||
|
<span class="iconify inline" data-icon="twemoji:gear"></span>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
<span class="font-semibold w-1/2 text-center flex-1 whitespace-no-wrap">Labels</span>
|
<span class="font-semibold w-1/2 text-center flex-1 whitespace-no-wrap">Labels</span>
|
||||||
<div class="flex justify-end flex-1 text-xs items-center">
|
<div class="flex justify-end flex-1 text-xs items-center">
|
||||||
<label for="label-top-picker" class="mr-1">Show: </label>
|
<label for="label-top-picker" class="mr-1">Show: </label>
|
||||||
|
Loading…
Reference in New Issue
Block a user