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 47c2d8e6de
commit 6f68bbbd48
31 changed files with 723 additions and 437 deletions

View File

@@ -7,11 +7,11 @@ defineProps<{
</script>
<template>
<div class="px-4 py-2 2xl:py-3 border-b border-b-background-separator">
<div class="px-3.5 py-2 2xl:py-3">
<div class="col-span-2">
<div class="flex justify-between">
<p
class="font-semibold text-sm min-w-0 overflow-ellipsis overflow-hidden flex-1 text-text-primary">
class="text-xs min-w-0 overflow-ellipsis overflow-hidden flex-1 text-text-secondary">
{{ name }}
</p>
<div v-if="working" class="flex space-x-1.5 items-center justify-end">