add time overview page

This commit is contained in:
Gregor Vostrak
2024-03-26 18:19:08 +01:00
parent ab9a1d2fab
commit 26fef8b9f7
52 changed files with 2463 additions and 972 deletions

View File

@@ -1,6 +1,6 @@
<script setup lang="ts">
import ProjectBadge from '@/Components/common/ProjectBadge.vue';
import TimeTrackerStartStop from '@/Components/common/TimeTrackerStartStop.vue';
import ProjectBadge from '@/Components/Common/Project/ProjectBadge.vue';
import TimeTrackerStartStop from '@/Components/Common/TimeTrackerStartStop.vue';
defineProps<{
title: string;
@@ -9,7 +9,7 @@ defineProps<{
</script>
<template>
<div class="px-4 py-2 grid grid-cols-5">
<div class="px-3.5 py-2 grid grid-cols-5">
<div class="col-span-4">
<p class="font-semibold text-white text-sm pb-1">
{{ title }}