refactor tag components and tagCreate events, change global week_start and timezone settings, fix pie charts

This commit is contained in:
Gregor Vostrak
2024-07-15 17:20:07 +02:00
parent 10d8540e6c
commit 655723db49
25 changed files with 255 additions and 133 deletions

View File

@@ -9,7 +9,7 @@ defineProps<{
<template>
<div class="flex items-center space-x-2">
<svg
class="w-4 sm:w-5"
class="w-4 sm:w-5 text-muted"
viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg">
<g fill="none">
@@ -23,7 +23,7 @@ defineProps<{
<span class="font-semibold text-white">
{{ formatHumanReadableDate(date) }}
</span>
<span class="font-semibold">
<span class="font-semibold text-muted">
{{ formatDate(date) }}
</span>
</div>