refactor timeentries queries and mutations, improve activitygraph, add dashboard reporting table

This commit is contained in:
Gregor Vostrak
2026-01-14 17:01:45 +01:00
parent 0a6bde8bc6
commit 81d9561656
31 changed files with 723 additions and 437 deletions

View File

@@ -8,10 +8,9 @@ defineProps<{
</script>
<template>
<div class="flex w-full items-center justify-between pb-2.5 lg:pb-3">
<h3
class="text-text-primary font-medium text-sm lg:text-base flex items-center space-x-1.5 lg:space-x-2">
<component :is="icon" v-if="icon" class="w-4 lg:w-4 text-icon-default"></component>
<div class="flex w-full items-center justify-between py-1.5">
<h3 class="text-text-primary font-medium text-sm flex items-center space-x-2">
<component :is="icon" v-if="icon" class="w-4 lg:w-4 text-text-tertiary"></component>
<span>
{{ title }}
</span>