2020-10-09 22:37:16 +03:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
2020-05-24 14:41:19 +03:00
|
|
|
|
|
|
|
{{ template "head.tpl.html" . }}
|
|
|
|
|
|
|
|
<body class="relative bg-gray-800 text-gray-700 p-4 pt-10 flex flex-col min-h-screen max-w-screen-xl mx-auto justify-center">
|
|
|
|
|
2020-11-28 22:23:40 +03:00
|
|
|
{{ template "header.tpl.html" . }}
|
|
|
|
|
2020-06-07 20:28:32 +03:00
|
|
|
<div class="hidden flex bg-gray-800 shadow-md z-10 p-2 absolute top-0 right-0 mt-10 mr-8 border border-green-700 rounded popup"
|
|
|
|
id="api-key-popup">
|
2020-05-24 22:19:05 +03:00
|
|
|
<div class="flex-grow flex flex-col px-2">
|
|
|
|
<span class="text-xs text-gray-500 mx-1">API Key</span>
|
2020-06-07 20:28:32 +03:00
|
|
|
<input type="text" class="bg-transparent text-sm text-white mx-1 font-mono" id="api-key-container" readonly
|
|
|
|
value="{{ .ApiKey }}" style="min-width: 330px">
|
2020-05-24 22:19:05 +03:00
|
|
|
</div>
|
|
|
|
<div class="flex items-center px-2 border-l border-gray-700">
|
|
|
|
<button title="Copy to clipboard" onclick="copyApiKey(event)">📋</button>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
2020-06-07 20:28:32 +03:00
|
|
|
<div class="absolute flex top-0 right-0 mr-8 mt-10 py-2">
|
|
|
|
<div class="mx-1">
|
|
|
|
<button type="button" class="py-1 px-3 h-8 rounded border border-green-700 text-white text-sm"
|
|
|
|
onclick="showApiKeyPopup(event)">🔐
|
|
|
|
</button>
|
|
|
|
</div>
|
|
|
|
<div class="mx-1">
|
|
|
|
<a href="settings" class="py-1 px-3 h-8 block rounded border border-green-700 text-white text-sm">⚙️</a>
|
|
|
|
</div>
|
|
|
|
<div class="mx-1">
|
|
|
|
<form action="logout" method="post">
|
|
|
|
<button type="submit" class="py-1 px-3 h-8 rounded border border-green-700 text-white text-sm">Logout</button>
|
|
|
|
</form>
|
|
|
|
</div>
|
2020-05-24 14:41:19 +03:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="flex items-center justify-center">
|
|
|
|
<h1 class="font-semibold text-2xl text-white m-0 border-b-4 border-green-700">Your Coding Statistics 🤓</h1>
|
|
|
|
</div>
|
|
|
|
|
2020-09-12 13:40:38 +03:00
|
|
|
<div class="text-white text-sm flex items-center justify-center mt-4 self-center max-w-lg flex-wrap">
|
|
|
|
<a href="summary?interval=today" class="mx-2 my-1 border-b border-green-700">Today</a>
|
|
|
|
<a href="summary?interval=day" class="mx-2 my-1 border-b border-green-700">Yesterday</a>
|
|
|
|
<a href="summary?interval=week" class="mx-2 my-1 border-b border-green-700">This Week</a>
|
|
|
|
<a href="summary?interval=month" class="mx-2 my-1 border-b border-green-700">This Month</a>
|
|
|
|
<a href="summary?interval=year" class="mx-2 my-1 border-b border-green-700">This Year</a>
|
|
|
|
<a href="summary?interval=7_days" class="mx-2 my-1 border-b border-green-700">Past 7 Days</a>
|
|
|
|
<a href="summary?interval=30_days" class="mx-2 my-1 border-b border-green-700">Past 30 Days</a>
|
|
|
|
<a href="summary?interval=12_months" class="mx-2 my-1 border-b border-green-700">Past 12 Months</a>
|
|
|
|
<a href="summary?interval=any" class="mx-2 my-1 border-b border-green-700">All Time</a>
|
2020-05-24 14:41:19 +03:00
|
|
|
</div>
|
|
|
|
|
|
|
|
{{ template "alerts.tpl.html" . }}
|
|
|
|
|
2020-05-30 21:41:27 +03:00
|
|
|
<main class="mt-10 flex-grow">
|
2020-05-24 14:41:19 +03:00
|
|
|
<div class="flex justify-center">
|
|
|
|
<div class="p-1">
|
|
|
|
<div class="flex justify-center p-4 bg-white rounded shadow">
|
2020-10-16 15:49:22 +03:00
|
|
|
<p class="mx-2"><strong>▶️</strong> <span title="Start Time">{{ .FromTime.T | date }}</span></p>
|
|
|
|
<p class="mx-2"><strong>⏹</strong> <span title="End Time">{{ .ToTime.T | date }}</span></p>
|
2020-05-24 14:41:19 +03:00
|
|
|
<p class="mx-2"><strong>⏱</strong> <span id="total-span" title="Total Hours"></span></p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="flex flex-wrap justify-center">
|
|
|
|
<div class="w-full lg:w-1/2 p-1">
|
2020-08-30 17:51:37 +03:00
|
|
|
<div class="p-4 pb-10 bg-white rounded shadow m-2 flex flex-col" id="project-container" style="height: 300px">
|
|
|
|
<div class="self-center flex">
|
|
|
|
<span class="font-semibold mr-1">Projects</span>
|
|
|
|
<span id="project-top-label" class="top-label"></span>
|
|
|
|
</div>
|
2020-05-24 14:41:19 +03:00
|
|
|
<canvas id="chart-projects"></canvas>
|
2020-08-30 17:51:37 +03:00
|
|
|
<div class="hidden placeholder-container flex items-center justify-center h-full flex-col">
|
2020-10-09 22:37:16 +03:00
|
|
|
<img src="assets/images/no_data.svg" class="w-20" alt="No data"/>
|
2020-08-30 17:51:37 +03:00
|
|
|
<span class="text-sm mt-4">No data available ...</span>
|
|
|
|
</div>
|
2020-05-24 14:41:19 +03:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="w-full lg:w-1/2 p-1">
|
2020-08-30 17:51:37 +03:00
|
|
|
<div class="p-4 pb-10 bg-white rounded shadow m-2 flex flex-col" id="os-container" style="height: 300px">
|
|
|
|
<div class="self-center flex">
|
|
|
|
<span class="font-semibold mr-1">Operating Systems</span>
|
|
|
|
<span id="os-top-label" class="top-label"></span>
|
|
|
|
</div>
|
2020-05-24 14:41:19 +03:00
|
|
|
<canvas id="chart-os"></canvas>
|
2020-08-30 17:51:37 +03:00
|
|
|
<div class="hidden placeholder-container flex items-center justify-center h-full flex-col">
|
2020-10-09 22:37:16 +03:00
|
|
|
<img src="assets/images/no_data.svg" class="w-20" alt="No data"/>
|
2020-08-30 17:51:37 +03:00
|
|
|
<span class="text-sm mt-4">No data available ...</span>
|
|
|
|
</div>
|
2020-05-24 14:41:19 +03:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="w-full lg:w-1/2 p-1">
|
2020-08-30 17:51:37 +03:00
|
|
|
<div class="p-4 pb-10 bg-white rounded shadow m-2 flex flex-col relative" id="language-container" style="height: 300px">
|
|
|
|
<div class="self-center flex">
|
|
|
|
<span class="font-semibold mr-1">Languages</span>
|
|
|
|
<span id="language-top-label" class="top-label"></span>
|
|
|
|
</div>
|
2020-05-24 14:41:19 +03:00
|
|
|
<canvas id="chart-language"></canvas>
|
2020-08-30 17:51:37 +03:00
|
|
|
<div class="hidden placeholder-container flex items-center justify-center h-full flex-col">
|
2020-10-09 22:37:16 +03:00
|
|
|
<img src="assets/images/no_data.svg" class="w-20" alt="No data"/>
|
2020-08-30 17:51:37 +03:00
|
|
|
<span class="text-sm mt-4">No data available ...</span>
|
|
|
|
</div>
|
2020-05-24 14:41:19 +03:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="w-full lg:w-1/2 p-1">
|
2020-08-30 17:51:37 +03:00
|
|
|
<div class="p-4 pb-10 bg-white rounded shadow m-2 flex flex-col" id="editor-container" style="height: 300px">
|
|
|
|
<div class="self-center flex">
|
|
|
|
<span class="font-semibold mr-1">Editors</span>
|
|
|
|
<span id="editor-top-label" class="top-label"></span>
|
|
|
|
</div>
|
2020-05-24 14:41:19 +03:00
|
|
|
<canvas id="chart-editor"></canvas>
|
2020-08-30 17:51:37 +03:00
|
|
|
<div class="hidden placeholder-container flex items-center justify-center h-full flex-col">
|
2020-10-09 22:37:16 +03:00
|
|
|
<img src="assets/images/no_data.svg" class="w-20" alt="No data"/>
|
2020-08-30 17:51:37 +03:00
|
|
|
<span class="text-sm mt-4">No data available ...</span>
|
|
|
|
</div>
|
2020-05-24 14:41:19 +03:00
|
|
|
</div>
|
|
|
|
</div>
|
2020-08-29 23:03:01 +03:00
|
|
|
<div class="w-full lg:w-1/2 p-1">
|
2020-08-30 17:51:37 +03:00
|
|
|
<div class="p-4 pb-10 bg-white rounded shadow m-2 flex flex-col" id="machine-container" style="height: 300px">
|
|
|
|
<div class="self-center flex">
|
|
|
|
<span class="font-semibold mr-1">Machines</span>
|
|
|
|
<span id="machine-top-label" class="top-label"></span>
|
|
|
|
</div>
|
2020-08-29 23:03:01 +03:00
|
|
|
<canvas id="chart-machine"></canvas>
|
2020-08-30 17:51:37 +03:00
|
|
|
<div class="hidden placeholder-container flex items-center justify-center h-full flex-col">
|
2020-10-09 22:37:16 +03:00
|
|
|
<img src="assets/images/no_data.svg" class="w-20" alt="No data"/>
|
2020-08-30 17:51:37 +03:00
|
|
|
<span class="text-sm mt-4">No data available ...</span>
|
|
|
|
</div>
|
2020-08-29 23:03:01 +03:00
|
|
|
</div>
|
|
|
|
</div>
|
2020-05-24 14:41:19 +03:00
|
|
|
</div>
|
|
|
|
</main>
|
|
|
|
|
|
|
|
{{ template "footer.tpl.html" . }}
|
|
|
|
|
|
|
|
{{ template "foot.tpl.html" . }}
|
2020-12-03 01:16:12 +03:00
|
|
|
|
|
|
|
<script>
|
|
|
|
const languageColors = {{ .LanguageColors | json }}
|
|
|
|
|
|
|
|
const wakapiData = {}
|
|
|
|
wakapiData.projects = {{ .Projects | json }}
|
|
|
|
wakapiData.operatingSystems = {{ .OperatingSystems | json }}
|
|
|
|
wakapiData.editors = {{ .Editors | json }}
|
|
|
|
wakapiData.languages = {{ .Languages | json }}
|
|
|
|
wakapiData.machines = {{ .Machines | json }}
|
|
|
|
</script>
|
|
|
|
<script src="assets/app.js"></script>
|
|
|
|
|
2020-05-24 14:41:19 +03:00
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|