Merge branch 'main' of github.com:solidtime-io/solidtime into feature/dashboard_empty_states

# Conflicts:
#	resources/js/Components/Dashboard/DashboardCard.vue
#	resources/js/Components/Dashboard/RecentlyTrackedTasksCard.vue
This commit is contained in:
Gregor Vostrak
2024-04-20 00:34:12 +02:00
52 changed files with 888 additions and 127 deletions

View File

@@ -3,7 +3,8 @@
<CardTitle :title="title" :icon="icon"></CardTitle>
<div
class="rounded-lg bg-card-background border border-card-border flex-1 flex items-stretch">
<div class="w-full flex flex-col">
<div
class="w-full flex flex-col">
<slot></slot>
</div>
</div>