consolidate all views

This commit is contained in:
2021-11-22 01:36:18 +01:00
parent 2d8b259f32
commit 743890e490
15 changed files with 166 additions and 284 deletions

View File

@@ -53,21 +53,6 @@
onMount(calculate)
</script>
<style>
table td,
table th {
padding: 0.25rem 0.06rem;
}
table td.same {
opacity: 0.25;
}
table td :global(a:visited) {
color: inherit;
}
</style>
<div class="flex justify-between items-center mb-8">
<h2 class="text-2xl">Dashboard</h2>
<RangeChooser bind:start bind:end />
@@ -91,3 +76,18 @@
{/each}
</table>
{/if}
<style>
table td,
table th {
padding: 0.25rem 0.06rem;
}
table td.same {
opacity: 0.25;
}
table td :global(a:visited) {
color: inherit;
}
</style>